package
1.0.5
Repository: https://github.com/devyx-tech/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.
NewBindReceiverRespSeq creates and initializes a new BindResp PDU.
NewBindTransceiver creates a new Bind PDU.
NewBindTransceiverResp creates and initializes a new BindResp PDU.
NewBindTransceiverRespSeq creates and initializes a new BindResp PDU.
NewBindTransmitter creates a new Bind PDU.
NewBindTransmitterResp creates and initializes a new BindResp PDU.
NewBindTransmitterRespSeq 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.
No description provided by the author
NewGenericNACK creates and initializes a GenericNACK PDU.
NewQuerySM creates and initializes a new QuerySM PDU.
NewQuerySMResp creates and initializes a new QuerySMResp PDU.
NewQuerySMRespSeq creates and initializes a new QuerySMResp PDU.
NewSubmitMulti creates and initializes a new SubmitMulti PDU.
NewSubmitMultiResp creates and initializes a new SubmitMultiResp PDU.
NewSubmitMultiRespSeq creates and initializes a new SubmitMultiResp PDU.
NewSubmitSM creates and initializes a new SubmitSM PDU.
NewSubmitSMResp creates and initializes a new SubmitSMResp PDU.
NewSubmitSMRespSeq creates and initializes a new SubmitSMResp PDU.
NewUnbind creates and initializes a Unbind PDU.
NewUnbindResp creates and initializes a UnbindResp PDU.
NewUnbindRespSeq creates and initializes a UnbindResp PDU.

# Constants

PDU Types.
No description provided by the author
No description provided by the author
PDU Types.
PDU Types.
PDU Types.
PDU Types.
PDU Types.
PDU Types.
No description provided by the author
PDU Types.
PDU Types.
No description provided by the author
PDU Types.
PDU Types.
PDU Types.
PDU Types.
No description provided by the author
PDU Types.
PDU Types.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PDU Types.
HeaderLen is the PDU header length.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MaxSize is the maximum size allowed for a PDU.
No description provided by the author
No description provided by the author
No description provided by the author
PDU Types.
No description provided by the author
PDU Types.
No description provided by the author
PDU Types.
No description provided by the author
PDU Types.
PDU Types.
PDU Types.
PDU Types.
No description provided by the author
PDU Types.
PDU Types.
No description provided by the author
No description provided by the author
PDU Types.
PDU Types.
No description provided by the author

# Structs

Bind PDU.
BindResp PDU.
Codec is the base type of all PDUs.
No description provided by the author
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.
Factory is used to instantiate PDUs in a more controllable fashion.

# Type aliases

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