edgeport - v1.0.3
    Preparing search index...

    Interface BindParams

    Parameters for a bind PDU.

    interface BindParams {
        addressRange?: string;
        addrNpi?: number;
        addrTon?: number;
        interfaceVersion?: number;
        password?: string;
        systemId: string;
        systemType?: string;
    }
    Index
    addressRange?: string

    The address range the ESME serves (usually empty).

    addrNpi?: number

    The ESME address Numbering-Plan-Indicator.

    addrTon?: number

    The ESME address Type-of-Number.

    interfaceVersion?: number

    The advertised interface version; defaults to 0x34 (v3.4).

    password?: string

    The bind password (max 8 chars + NUL).

    systemId: string

    The ESME system id (max 15 chars + NUL).

    systemType?: string

    The ESME system type (max 12 chars + NUL).