Type alias SubscribeOptions

SubscribeOptions: {
    checkOnlyBType: boolean;
    force: boolean;
    ignoreSupervision: boolean;
}

Type declaration

  • checkOnlyBType: boolean

    Whether to check only service type (pServT) and basic type (not pDO and pLN). Default false

  • force: boolean

    Disables checks before subscription. !!Use with care

  • ignoreSupervision: boolean

    Whether to ignore adding subscription supervision (LGOS / LSVS). Default false

Generated using TypeDoc