edgeport - v1.0.3
    Preparing search index...

    Interface Tlv

    One SMPP optional parameter (TLV): a 16-bit tag and its raw value bytes.

    interface Tlv {
        tag: number;
        value: Uint8Array;
    }
    Index
    tag: number

    The parameter tag (see Tag).

    value: Uint8Array

    The raw value bytes.