package
1.0.5
Repository: https://github.com/devyx-tech/go-smpp.git
Documentation: pkg.go.dev

# Functions

DecodeTLV scans the given byte slice to build a Map from binary data.
NewTLV parses the given binary data and returns a Data object, or nil if the field Name is unknown.

# Constants

Message is in accepted state.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Message has been deleted.
Message is delivered.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
The message is in enroute.
Message validity period has expired.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Message is in a rejected state.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Message is undeliverable.
Message is in invalid state.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.
Common Tag-Length-Value (TLV) tags.

# Structs

Field is a PDU Tag-Length-Value (TLV) field.

# Interfaces

Body is an interface for manipulating binary PDU Tag-Length-Value field data.

# Type aliases

CString is a text string that is automatically null-terminated (e.g., final 00 byte at the end).
Fields is a map of tagged TLV fields.
Map is a collection of PDU TLV field data indexed by tag.
No description provided by the author
String is a text string that is not null-terminated.
Tag is the tag of a Tag-Length-Value (TLV) field.