package
0.7.0
Repository: https://github.com/hujm2023/go-sms-protocol.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
GetCMPPCodec creates a Codec with content based on the CMPPDataCoding.
GetSMPPCodec creates a Codec with content based on the SMPPDataCoding.
IsValidCMPPDataCoding returns true if dataCoding is a valid CMPPDataCoding.
IsValidProtoDataCoding ...
IsValidSMPPDataCoding returns true if dataCoding is a valid SMPPDataCoding.
No description provided by the author
NewSMPPCodec ...

# Constants

ascii.
gbk.
ucs2.
ucs2-no-sign.
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
gsm7_unpacked 编码 长短信最大长度.
非 gsm7_unpacked 编码 长短信最大字符.
ascii.
gsm7_packed(非协议值,自定义).
gsm7_unpacked.
latin1.
ucs2.
非 gsm7_unpacked 编码 长短信切割标准.
gsm7_unpacked 编码 长短信切割标准.
No description provided by the author

# Variables

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

# Interfaces

Codec defines a text datacoding.
No description provided by the author

# Type aliases

No description provided by the author
CMPPDataCoding represents the encoding and decoding types supported by the cmpp protocol.
No description provided by the author
GB18030 编码 gb2312、GBK、Big5 和 GB18030 之间的区别: https://github.com/bingoohuang/blog/issues/130.
GSM7Packed GSM 7-bit (packed).
GSM7Unpacked GSM 7-bit (unpacked).
Latin1 text datacoding.
SMPPDataCoding represents the encoding and decoding types supported by the smpp protocol.
UCS2 text datacoding.