package
0.0.0-20181129163705-6dbf72b9bcea
Repository: https://github.com/textplus-inc/go-smpp.git
Documentation: pkg.go.dev

# Packages

Package pdufield provides PDU field codecs and utilities.
Package pdutext provides text conversion for PDU fields.
No description provided by the author

# Functions

Decode decodes binary PDU data.
DecodeHeader decodes binary PDU header data.
NewBindReceiver creates a new Bind PDU.
NewBindReceiverResp creates and initializes a new BindResp PDU.
NewBindTransceiver creates a new Bind PDU.
NewBindTransceiverResp creates and initializes a new BindResp PDU.
NewBindTransmitter creates a new Bind PDU.
NewBindTransmitterResp creates and initializes a new BindResp PDU.
NewDeliverSM creates and initializes a new DeliverSM PDU.
NewDeliverSMResp creates and initializes a new DeliverSMResp PDU.
NewDeliverSMRespSeq creates and initializes a new DeliverSMResp PDU for a specific seq.
NewEnquireLink creates and initializes a EnquireLink PDU.
NewEnquireLinkResp creates and initializes a EnquireLinkResp PDU.
NewEnquireLinkRespSeq creates and initializes a EnquireLinkResp PDU for a specific seq.
NewGenericNACK creates and initializes a GenericNACK PDU.
NewQuerySM creates and initializes a new QuerySM PDU.
NewQuerySMResp creates and initializes a new QuerySMResp PDU.
NewSubmitMulti creates and initializes a new SubmitMulti PDU.
NewSubmitMultiResp creates and initializes a new SubmitMultiResp PDU.
NewSubmitSM creates and initializes a new SubmitSM PDU.
NewSubmitSMResp creates and initializes a new SubmitSMResp PDU.
NewUnbind creates and initializes a Unbind PDU.
NewUnbindResp creates and initializes a UnbindResp PDU.

# Constants

PDU Types.
PDU Types.
PDU Types.
PDU Types.
PDU Types.
PDU Types.
PDU Types.
PDU Types.
PDU Types.
PDU Types.
PDU Types.
PDU Types.
PDU Types.
PDU Types.
PDU Types.
PDU Types.
HeaderLen is the PDU header length.
MaxSize is the maximum size allowed for a PDU.
PDU Types.
PDU Types.
PDU Types.
PDU Types.
PDU Types.
PDU Types.
PDU Types.
PDU Types.
PDU Types.
PDU Types.
PDU Types.

# Structs

Bind PDU.
BindResp PDU.
DeliverSM PDU.
DeliverSMResp PDU.
EnquireLink PDU.
EnquireLinkResp PDU.
GenericNACK PDU.
Header is a PDU header.
QuerySM PDU.
QuerySMResp PDU.
SubmitMulti PDU.
SubmitMultiResp PDU.
SubmitSM PDU.
SubmitSMResp PDU.
Unbind PDU.
UnbindResp PDU.

# Interfaces

Body is an abstract Protocol Data Unit (PDU) interface for manipulating PDUs.

# Type aliases

No description provided by the author
No description provided by the author