Documentation ¶
Index ¶
- Constants
- Variables
- func CreatePDU(buf *Utils.ByteBuffer) (IPDU, *Exception.Exception, IPDUHeader)
- type Address
- func NewAddress() *Address
- func NewAddressWithAddr(addr string) (*Address, *Exception.Exception)
- func NewAddressWithMaxLength(len int32) *Address
- func NewAddressWithTonNpiAddr(ton, npi byte, addr string) (*Address, *Exception.Exception)
- func NewAddressWithTonNpiAddrMaxLen(ton, npi byte, addr string, len int32) (*Address, *Exception.Exception)
- func NewAddressWithTonNpiLen(ton, npi byte, len int32) *Address
- func (c *Address) Construct()
- func (c *Address) GetAddress() string
- func (c *Address) GetAddressWithEncoding(enc Data.Encoding) (string, *Exception.Exception)
- func (c *Address) GetData() (result *Utils.ByteBuffer, err *Exception.Exception)
- func (c *Address) GetNpi() byte
- func (c *Address) GetTon() byte
- func (c *Address) SetAddress(addr string) *Exception.Exception
- func (c *Address) SetData(bb *Utils.ByteBuffer) (err *Exception.Exception)
- func (c *Address) SetNpi(data byte)
- func (c *Address) SetTon(data byte)
- type AddressRange
- func (c *AddressRange) Construct()
- func (c *AddressRange) GetAddressRangeWithEncoding(enc Data.Encoding) (string, *Exception.Exception)
- func (c *AddressRange) GetData() (result *Utils.ByteBuffer, err *Exception.Exception)
- func (c *AddressRange) GetNpi() byte
- func (c *AddressRange) GetTon() byte
- func (c *AddressRange) SetAddressRange(addr string) *Exception.Exception
- func (c *AddressRange) SetData(bb *Utils.ByteBuffer) (err *Exception.Exception)
- func (c *AddressRange) SetNpi(data byte)
- func (c *AddressRange) SetTon(data byte)
- type AlertNotification
- func (c *AlertNotification) CanResponse() bool
- func (c *AlertNotification) Construct()
- func (c *AlertNotification) CreateResponse() (IResponse, error)
- func (c *AlertNotification) GetBody() (*Utils.ByteBuffer, *Exception.Exception, IPDU)
- func (c *AlertNotification) GetInstance() (IPDU, error)
- func (c *AlertNotification) SetBody(buffer *Utils.ByteBuffer) (*Exception.Exception, IPDU)
- type BindReceiver
- type BindReceiverResp
- type BindRequest
- func (c *BindRequest) Construct()
- func (c *BindRequest) GetAddressRange() *AddressRange
- func (c *BindRequest) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
- func (c *BindRequest) GetInterfaceVersion() byte
- func (c *BindRequest) GetPassword() string
- func (c *BindRequest) GetSystemId() string
- func (c *BindRequest) GetSystemType() string
- func (c *BindRequest) IsReceiver() bool
- func (c *BindRequest) IsTransmitter() bool
- func (c *BindRequest) SetAddressRange(addr *AddressRange)
- func (c *BindRequest) SetAddressRangeFromString(rangeString string) error
- func (c *BindRequest) SetAddressRangeFromTonNpiString(ton, npi byte, rangeString string) error
- func (c *BindRequest) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
- func (c *BindRequest) SetInterfaceVersion(version byte)
- func (c *BindRequest) SetPassword(pass string) *Exception.Exception
- func (c *BindRequest) SetSystemId(sysId string) *Exception.Exception
- func (c *BindRequest) SetSystemType(t string) *Exception.Exception
- type BindResponse
- func (c *BindResponse) Construct()
- func (c *BindResponse) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
- func (c *BindResponse) GetInstance() (IPDU, error)
- func (c *BindResponse) GetScInterfaceVersion() (byte, *Exception.Exception)
- func (c *BindResponse) GetSystemId() string
- func (c *BindResponse) HasScInterfaceVersion() bool
- func (c *BindResponse) SetBody(buffer *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
- func (c *BindResponse) SetScInterfaceVersion(value byte)
- func (c *BindResponse) SetSystemId(sysId string) *Exception.Exception
- type BindTransceiver
- type BindTransceiverResp
- type BindTransmitter
- type BindTransmitterResp
- type CancelSM
- func (c *CancelSM) Construct()
- func (c *CancelSM) CreateResponse() (IResponse, error)
- func (c *CancelSM) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
- func (c *CancelSM) GetDestAddr() *Address
- func (c *CancelSM) GetInstance() (IPDU, error)
- func (c *CancelSM) GetMessageId() string
- func (c *CancelSM) GetServiceType() string
- func (c *CancelSM) GetSourceAddr() *Address
- func (c *CancelSM) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
- func (c *CancelSM) SetDestAddr(value *Address)
- func (c *CancelSM) SetDestAddrFromStr(st string) *Exception.Exception
- func (c *CancelSM) SetDestAddrFromStrTon(ton, npi byte, st string) *Exception.Exception
- func (c *CancelSM) SetMessageId(value string) *Exception.Exception
- func (c *CancelSM) SetServiceType(value string) *Exception.Exception
- func (c *CancelSM) SetSourceAddr(value *Address)
- func (c *CancelSM) SetSourceAddrFromStr(st string) *Exception.Exception
- func (c *CancelSM) SetSourceAddrFromStrTon(ton, npi byte, st string) *Exception.Exception
- type CancelSMResp
- type DataSM
- func (a *DataSM) Construct()
- func (c *DataSM) CreateResponse() (IResponse, error)
- func (c *DataSM) GetAlertOnMsgDelivery() (bool, *Exception.Exception)
- func (c *DataSM) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
- func (c *DataSM) GetCallbackNum() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *DataSM) GetCallbackNumAtag() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *DataSM) GetCallbackNumPresInd() (byte, *Exception.Exception)
- func (c *DataSM) GetDataCoding() byte
- func (c *DataSM) GetDestAddr() *Address
- func (c *DataSM) GetDestAddrSubunit() (byte, *Exception.Exception)
- func (c *DataSM) GetDestBearerType() (byte, *Exception.Exception)
- func (c *DataSM) GetDestNetworkType() (byte, *Exception.Exception)
- func (c *DataSM) GetDestSubaddress() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *DataSM) GetDestTelematicsId() (int16, *Exception.Exception)
- func (c *DataSM) GetDestinationPort() (int16, *Exception.Exception)
- func (c *DataSM) GetDisplayTime() (byte, *Exception.Exception)
- func (c *DataSM) GetEsmClass() byte
- func (c *DataSM) GetInstance() (IPDU, error)
- func (c *DataSM) GetItsReplyType() (byte, *Exception.Exception)
- func (c *DataSM) GetItsSessionInfo() (int16, *Exception.Exception)
- func (c *DataSM) GetLanguageIndicator() (byte, *Exception.Exception)
- func (c *DataSM) GetMessagePayload() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *DataSM) GetMessageState() (byte, *Exception.Exception)
- func (c *DataSM) GetMoreMsgsToSend() (byte, *Exception.Exception)
- func (c *DataSM) GetMsMsgWaitFacilities() (byte, *Exception.Exception)
- func (c *DataSM) GetMsValidity() (byte, *Exception.Exception)
- func (c *DataSM) GetNetworkErrorCode() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *DataSM) GetNumberOfMessages() (byte, *Exception.Exception)
- func (c *DataSM) GetPayloadType() (byte, *Exception.Exception)
- func (c *DataSM) GetPrivacyIndicator() (byte, *Exception.Exception)
- func (c *DataSM) GetQosTimeToLive() (int32, *Exception.Exception)
- func (c *DataSM) GetReceiptedMessageId() (string, *Exception.Exception)
- func (c *DataSM) GetRegisteredDelivery() byte
- func (c *DataSM) GetSarMsgRefNum() (int16, *Exception.Exception)
- func (c *DataSM) GetSarSegmentSeqnum() (byte, *Exception.Exception)
- func (c *DataSM) GetSarTotalSegments() (byte, *Exception.Exception)
- func (c *DataSM) GetServiceType() string
- func (c *DataSM) GetSetDpf() (byte, *Exception.Exception)
- func (c *DataSM) GetSmsSignal() (int16, *Exception.Exception)
- func (c *DataSM) GetSourceAddr() *Address
- func (c *DataSM) GetSourceAddrSubunit() (byte, *Exception.Exception)
- func (c *DataSM) GetSourceBearerType() (byte, *Exception.Exception)
- func (c *DataSM) GetSourceNetworkType() (byte, *Exception.Exception)
- func (c *DataSM) GetSourcePort() (int16, *Exception.Exception)
- func (c *DataSM) GetSourceSubaddress() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *DataSM) GetSourceTelematicsId() (byte, *Exception.Exception)
- func (c *DataSM) GetUserMessageReference() (int16, *Exception.Exception)
- func (c *DataSM) GetUserResponseCode() (byte, *Exception.Exception)
- func (c *DataSM) HasAlertOnMsgDelivery() bool
- func (c *DataSM) HasCallbackNum() bool
- func (c *DataSM) HasCallbackNumAtag() bool
- func (c *DataSM) HasCallbackNumPresInd() bool
- func (c *DataSM) HasDestAddrSubunit() bool
- func (c *DataSM) HasDestBearerType() bool
- func (c *DataSM) HasDestNetworkType() bool
- func (c *DataSM) HasDestSubaddress() bool
- func (c *DataSM) HasDestTelematicsId() bool
- func (c *DataSM) HasDestinationPort() bool
- func (c *DataSM) HasDisplayTime() bool
- func (c *DataSM) HasItsReplyType() bool
- func (c *DataSM) HasItsSessionInfo() bool
- func (c *DataSM) HasLanguageIndicator() bool
- func (c *DataSM) HasMessagePayload() bool
- func (c *DataSM) HasMessageState() bool
- func (c *DataSM) HasMoreMsgsToSend() bool
- func (c *DataSM) HasMsMsgWaitFacilities() bool
- func (c *DataSM) HasMsValidity() bool
- func (c *DataSM) HasNetworkErrorCode() bool
- func (c *DataSM) HasNumberOfMessages() bool
- func (c *DataSM) HasPayloadType() bool
- func (c *DataSM) HasPrivacyIndicator() bool
- func (c *DataSM) HasQosTimeToLive() bool
- func (c *DataSM) HasReceiptedMessageId() bool
- func (c *DataSM) HasSarMsgRefNum() bool
- func (c *DataSM) HasSarSegmentSeqnum() bool
- func (c *DataSM) HasSarTotalSegments() bool
- func (c *DataSM) HasSetDpf() bool
- func (c *DataSM) HasSmsSignal() bool
- func (c *DataSM) HasSourceAddrSubunit() bool
- func (c *DataSM) HasSourceBearerType() bool
- func (c *DataSM) HasSourceNetworkType() bool
- func (c *DataSM) HasSourcePort() bool
- func (c *DataSM) HasSourceSubaddress() bool
- func (c *DataSM) HasSourceTelematicsId() bool
- func (c *DataSM) HasUserMessageReference() bool
- func (c *DataSM) HasUserResponseCode() bool
- func (c *DataSM) SetAlertOnMsgDelivery(value bool) *Exception.Exception
- func (c *DataSM) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
- func (c *DataSM) SetCallbackNum(value *Utils.ByteBuffer) *Exception.Exception
- func (c *DataSM) SetCallbackNumAtag(value *Utils.ByteBuffer) *Exception.Exception
- func (c *DataSM) SetCallbackNumPresInd(value byte) *Exception.Exception
- func (c *DataSM) SetDataCoding(dat byte)
- func (c *DataSM) SetDestAddr(value *Address)
- func (c *DataSM) SetDestAddrFromStr(st string) *Exception.Exception
- func (c *DataSM) SetDestAddrFromStrTon(ton, npi byte, st string) *Exception.Exception
- func (c *DataSM) SetDestAddrSubunit(value byte) *Exception.Exception
- func (c *DataSM) SetDestBearerType(value byte) *Exception.Exception
- func (c *DataSM) SetDestNetworkType(value byte) *Exception.Exception
- func (c *DataSM) SetDestSubaddress(value *Utils.ByteBuffer) *Exception.Exception
- func (c *DataSM) SetDestTelematicsId(value int16) *Exception.Exception
- func (c *DataSM) SetDestinationPort(value int16) *Exception.Exception
- func (c *DataSM) SetDisplayTime(value byte) *Exception.Exception
- func (c *DataSM) SetEsmClass(dat byte)
- func (c *DataSM) SetItsReplyType(value byte) *Exception.Exception
- func (c *DataSM) SetItsSessionInfo(value int16) *Exception.Exception
- func (c *DataSM) SetLanguageIndicator(value byte) *Exception.Exception
- func (c *DataSM) SetMessagePayload(value *Utils.ByteBuffer) *Exception.Exception
- func (c *DataSM) SetMessageState(value byte) *Exception.Exception
- func (c *DataSM) SetMoreMsgsToSend(value byte) *Exception.Exception
- func (c *DataSM) SetMsMsgWaitFacilities(value byte) *Exception.Exception
- func (c *DataSM) SetMsValidity(value byte) *Exception.Exception
- func (c *DataSM) SetNetworkErrorCode(value *Utils.ByteBuffer) *Exception.Exception
- func (c *DataSM) SetNumberOfMessages(value byte) *Exception.Exception
- func (c *DataSM) SetPayloadType(value byte) *Exception.Exception
- func (c *DataSM) SetPrivacyIndicator(value byte) *Exception.Exception
- func (c *DataSM) SetQosTimeToLive(value int32) *Exception.Exception
- func (c *DataSM) SetReceiptedMessageId(value string) *Exception.Exception
- func (c *DataSM) SetRegisteredDelivery(dat byte)
- func (c *DataSM) SetSarMsgRefNum(value int16) *Exception.Exception
- func (c *DataSM) SetSarSegmentSeqnum(value uint8) *Exception.Exception
- func (c *DataSM) SetSarTotalSegments(value uint8) *Exception.Exception
- func (c *DataSM) SetServiceType(value string) *Exception.Exception
- func (c *DataSM) SetSetDpf(value byte) *Exception.Exception
- func (c *DataSM) SetSmsSignal(value int16) *Exception.Exception
- func (c *DataSM) SetSourceAddr(value *Address)
- func (c *DataSM) SetSourceAddrFromStr(st string) *Exception.Exception
- func (c *DataSM) SetSourceAddrFromStrTon(ton, npi byte, st string) *Exception.Exception
- func (c *DataSM) SetSourceAddrSubunit(value byte) *Exception.Exception
- func (c *DataSM) SetSourceBearerType(value byte) *Exception.Exception
- func (c *DataSM) SetSourceNetworkType(value byte) *Exception.Exception
- func (c *DataSM) SetSourcePort(value int16) *Exception.Exception
- func (c *DataSM) SetSourceSubaddress(value *Utils.ByteBuffer) *Exception.Exception
- func (c *DataSM) SetSourceTelematicsId(value byte) *Exception.Exception
- func (c *DataSM) SetUserMessageReference(value int16) *Exception.Exception
- func (c *DataSM) SetUserResponseCode(value byte) *Exception.Exception
- type DataSMResp
- func (a *DataSMResp) Construct()
- func (c *DataSMResp) GetAdditionalStatusInfoText() (string, *Exception.Exception)
- func (c *DataSMResp) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
- func (c *DataSMResp) GetDeliveryFailureReason() (byte, *Exception.Exception)
- func (c *DataSMResp) GetDpfResult() (byte, *Exception.Exception)
- func (c *DataSMResp) GetInstance() (IPDU, error)
- func (c *DataSMResp) GetMessageId() string
- func (c *DataSMResp) GetNetworkErrorCode() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *DataSMResp) HasAdditionalStatusInfoText() bool
- func (c *DataSMResp) HasDeliveryFailureReason() bool
- func (c *DataSMResp) HasDpfResult() bool
- func (c *DataSMResp) HasNetworkErrorCode() bool
- func (c *DataSMResp) SetAdditionalStatusInfoText(val string) *Exception.Exception
- func (c *DataSMResp) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
- func (c *DataSMResp) SetDeliveryFailureReason(val byte) *Exception.Exception
- func (c *DataSMResp) SetDpfResult(val byte) *Exception.Exception
- func (c *DataSMResp) SetMessageId(value string) *Exception.Exception
- func (c *DataSMResp) SetNetworkErrorCode(val *Utils.ByteBuffer) *Exception.Exception
- type DeliverSM
- func (a *DeliverSM) Construct()
- func (c *DeliverSM) CreateResponse() (IResponse, error)
- func (c *DeliverSM) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
- func (c *DeliverSM) GetCallbackNum() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *DeliverSM) GetDataCoding() byte
- func (c *DeliverSM) GetDestAddr() *Address
- func (c *DeliverSM) GetDestSubaddress() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *DeliverSM) GetDestinationPort() (int16, *Exception.Exception)
- func (c *DeliverSM) GetEsmClass() byte
- func (c *DeliverSM) GetInstance() (IPDU, error)
- func (c *DeliverSM) GetItsSessionInfo() (int16, *Exception.Exception)
- func (c *DeliverSM) GetLanguageIndicator() (byte, *Exception.Exception)
- func (c *DeliverSM) GetMessagePayload() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *DeliverSM) GetMessageState() (byte, *Exception.Exception)
- func (c *DeliverSM) GetNetworkErrorCode() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *DeliverSM) GetPayloadType() (byte, *Exception.Exception)
- func (c *DeliverSM) GetPriorityFlag() byte
- func (c *DeliverSM) GetPrivacyIndicator() (byte, *Exception.Exception)
- func (c *DeliverSM) GetProtocolId() byte
- func (c *DeliverSM) GetReceiptedMessageId() (string, *Exception.Exception)
- func (c *DeliverSM) GetRegisteredDelivery() byte
- func (c *DeliverSM) GetReplaceIfPresentFlag() byte
- func (c *DeliverSM) GetSarMsgRefNum() (int16, *Exception.Exception)
- func (c *DeliverSM) GetSarSegmentSeqnum() (byte, *Exception.Exception)
- func (c *DeliverSM) GetSarTotalSegments() (byte, *Exception.Exception)
- func (c *DeliverSM) GetScheduleDeliveryTime() string
- func (c *DeliverSM) GetServiceType() string
- func (c *DeliverSM) GetShortMessage() (string, *Exception.Exception)
- func (c *DeliverSM) GetShortMessageWithEncoding(enc Data.Encoding) (string, *Exception.Exception)
- func (c *DeliverSM) GetSmDefaultMsgId() byte
- func (c *DeliverSM) GetSmLength() int16
- func (c *DeliverSM) GetSourceAddr() *Address
- func (c *DeliverSM) GetSourcePort() (int16, *Exception.Exception)
- func (c *DeliverSM) GetSourceSubaddress() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *DeliverSM) GetUserMessageReference() (int16, *Exception.Exception)
- func (c *DeliverSM) GetUserResponseCode() (byte, *Exception.Exception)
- func (c *DeliverSM) GetValidityPeriod() string
- func (c *DeliverSM) HasCallbackNum() bool
- func (c *DeliverSM) HasDestSubaddress() bool
- func (c *DeliverSM) HasDestinationPort() bool
- func (c *DeliverSM) HasItsSessionInfo() bool
- func (c *DeliverSM) HasLanguageIndicator() bool
- func (c *DeliverSM) HasMessagePayload() bool
- func (c *DeliverSM) HasMessageState() bool
- func (c *DeliverSM) HasNetworkErrorCode() bool
- func (c *DeliverSM) HasPayloadType() bool
- func (c *DeliverSM) HasPrivacyIndicator() bool
- func (c *DeliverSM) HasReceiptedMessageId() bool
- func (c *DeliverSM) HasSarMsgRefNum() bool
- func (c *DeliverSM) HasSarSegmentSeqnum() bool
- func (c *DeliverSM) HasSarTotalSegments() bool
- func (c *DeliverSM) HasSourcePort() bool
- func (c *DeliverSM) HasSourceSubaddress() bool
- func (c *DeliverSM) HasUserMessageReference() bool
- func (c *DeliverSM) HasUserResponseCode() bool
- func (c *DeliverSM) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
- func (c *DeliverSM) SetCallbackNum(value *Utils.ByteBuffer) *Exception.Exception
- func (c *DeliverSM) SetDataCoding(dat byte)
- func (c *DeliverSM) SetDestAddr(value *Address)
- func (c *DeliverSM) SetDestAddrFromStr(st string) *Exception.Exception
- func (c *DeliverSM) SetDestAddrFromStrTon(ton, npi byte, st string) *Exception.Exception
- func (c *DeliverSM) SetDestSubaddress(value *Utils.ByteBuffer) *Exception.Exception
- func (c *DeliverSM) SetDestinationPort(value int16) *Exception.Exception
- func (c *DeliverSM) SetEsmClass(dat byte)
- func (c *DeliverSM) SetItsSessionInfo(value int16) *Exception.Exception
- func (c *DeliverSM) SetLanguageIndicator(value byte) *Exception.Exception
- func (c *DeliverSM) SetMessagePayload(value *Utils.ByteBuffer) *Exception.Exception
- func (c *DeliverSM) SetMessageState(value byte) *Exception.Exception
- func (c *DeliverSM) SetNetworkErrorCode(value *Utils.ByteBuffer) *Exception.Exception
- func (c *DeliverSM) SetPayloadType(value byte) *Exception.Exception
- func (c *DeliverSM) SetPriorityFlag(dat byte)
- func (c *DeliverSM) SetPrivacyIndicator(value byte) *Exception.Exception
- func (c *DeliverSM) SetProtocolId(dat byte)
- func (c *DeliverSM) SetReceiptedMessageId(value string) *Exception.Exception
- func (c *DeliverSM) SetRegisteredDelivery(dat byte)
- func (c *DeliverSM) SetReplaceIfPresentFlag(dat byte)
- func (c *DeliverSM) SetSarMsgRefNum(value int16) *Exception.Exception
- func (c *DeliverSM) SetSarSegmentSeqnum(value uint8) *Exception.Exception
- func (c *DeliverSM) SetSarTotalSegments(value uint8) *Exception.Exception
- func (c *DeliverSM) SetServiceType(value string) *Exception.Exception
- func (c *DeliverSM) SetShortMessage(value string) *Exception.Exception
- func (c *DeliverSM) SetSmLength(value int16)
- func (c *DeliverSM) SetSourceAddr(value *Address)
- func (c *DeliverSM) SetSourceAddrFromStr(st string) *Exception.Exception
- func (c *DeliverSM) SetSourceAddrFromStrTon(ton, npi byte, st string) *Exception.Exception
- func (c *DeliverSM) SetSourcePort(value int16) *Exception.Exception
- func (c *DeliverSM) SetSourceSubaddress(value *Utils.ByteBuffer) *Exception.Exception
- func (c *DeliverSM) SetUserMessageReference(value int16) *Exception.Exception
- func (c *DeliverSM) SetUserResponseCode(value byte) *Exception.Exception
- type DeliverSMResp
- func (c *DeliverSMResp) Construct()
- func (c *DeliverSMResp) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
- func (c *DeliverSMResp) GetInstance() (IPDU, error)
- func (c *DeliverSMResp) GetMessageID() string
- func (c *DeliverSMResp) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
- func (c *DeliverSMResp) SetMessageID(value string) *Exception.Exception
- type DestinationAddress
- func (c *DestinationAddress) Construct()
- func (c *DestinationAddress) GetAddress() *Address
- func (c *DestinationAddress) GetData() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *DestinationAddress) GetDestFlag() byte
- func (c *DestinationAddress) GetDistributionList() *DistributionList
- func (c *DestinationAddress) HasValue() bool
- func (c *DestinationAddress) IsAddress() bool
- func (c *DestinationAddress) IsDistributionList() bool
- func (c *DestinationAddress) SetAddress(dat *Address)
- func (c *DestinationAddress) SetData(buf *Utils.ByteBuffer) *Exception.Exception
- func (c *DestinationAddress) SetDistributionList(dl *DistributionList)
- type DistributionList
- func (c *DistributionList) Construct()
- func (c *DistributionList) GetData() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *DistributionList) GetDlName() string
- func (c *DistributionList) SetData(buf *Utils.ByteBuffer) *Exception.Exception
- func (c *DistributionList) SetDlName(dln string) *Exception.Exception
- type EnquireLink
- func (c *EnquireLink) Construct()
- func (c *EnquireLink) CreateResponse() (IResponse, error)
- func (c *EnquireLink) GetBody() (*Utils.ByteBuffer, *Exception.Exception, IPDU)
- func (c *EnquireLink) GetInstance() (IPDU, error)
- func (c *EnquireLink) SetBody(buf *Utils.ByteBuffer) (*Exception.Exception, IPDU)
- type EnquireLinkResp
- type GenericNack
- type IBindRequest
- type IPDU
- type IPDUHeader
- type IRequest
- type IResponse
- type Outbind
- func (c *Outbind) CanResponse() bool
- func (c *Outbind) Construct()
- func (c *Outbind) CreateResponse() (IResponse, error)
- func (c *Outbind) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
- func (c *Outbind) GetInstance() (IPDU, error)
- func (c *Outbind) GetPassword() string
- func (c *Outbind) GetSystemId() string
- func (c *Outbind) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
- func (c *Outbind) SetPassword(str string) *Exception.Exception
- func (c *Outbind) SetSystemId(str string) *Exception.Exception
- type PDU
- func (c *PDU) AssignSequenceNumber()
- func (c *PDU) AssignSequenceNumber0(always bool)
- func (c *PDU) CanResponse() bool
- func (c *PDU) CheckHeader()
- func (c *PDU) Construct()
- func (c *PDU) GetCommandId() int32
- func (c *PDU) GetCommandLength() int32
- func (c *PDU) GetCommandStatus() int32
- func (c *PDU) GetData() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
- func (c *PDU) GetExtraOptional(tag int16) TLV.ITLV
- func (c *PDU) GetHeader() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *PDU) GetOptionalBody() (res *Utils.ByteBuffer, err *Exception.Exception)
- func (c *PDU) GetOptionalBodyBuffer(optionalParams []TLV.ITLV) (res *Utils.ByteBuffer, err *Exception.Exception)
- func (c *PDU) GetSequenceNumber() int32
- func (c *PDU) GetValid() byte
- func (c *PDU) IsEquals(a IPDU) bool
- func (c *PDU) IsGNack() bool
- func (c *PDU) IsHeaderValid() bool
- func (c *PDU) IsInValid() bool
- func (c *PDU) IsOk() bool
- func (c *PDU) IsRequest() bool
- func (c *PDU) IsResponse() bool
- func (c *PDU) IsValid() bool
- func (c *PDU) ResetSequenceNumber()
- func (c *PDU) SetCommandId(cmdid int32)
- func (c *PDU) SetCommandLength(length int32)
- func (c *PDU) SetCommandStatus(status int32)
- func (c *PDU) SetData(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
- func (c *PDU) SetExtraOptional(tlv TLV.ITLV)
- func (c *PDU) SetHeader(header *Utils.ByteBuffer) *Exception.Exception
- func (c *PDU) SetOptionalBody(buf *Utils.ByteBuffer) *Exception.Exception
- func (c *PDU) SetSequenceNumber(seq int32)
- func (c *PDU) SetValid(valid byte)
- type PDUHeader
- func (c *PDUHeader) Construct()
- func (c *PDUHeader) GetCommandId() int32
- func (c *PDUHeader) GetCommandLength() int32
- func (c *PDUHeader) GetCommandStatus() int32
- func (c *PDUHeader) GetData() (res *Utils.ByteBuffer, err *Exception.Exception)
- func (c *PDUHeader) GetSequenceNumber() int32
- func (c *PDUHeader) SetCommandId(cmdId int32)
- func (c *PDUHeader) SetCommandLength(length int32)
- func (c *PDUHeader) SetCommandStatus(status int32)
- func (c *PDUHeader) SetData(buf *Utils.ByteBuffer) *Exception.Exception
- func (c *PDUHeader) SetSequenceNumber(seq int32)
- type QuerySM
- func (c *QuerySM) Construct()
- func (c *QuerySM) CreateResponse() (IResponse, error)
- func (c *QuerySM) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
- func (c *QuerySM) GetInstance() (IPDU, error)
- func (c *QuerySM) GetMessageId() string
- func (c *QuerySM) GetSourceAddr() *Address
- func (c *QuerySM) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
- func (c *QuerySM) SetMessageId(value string) *Exception.Exception
- func (c *QuerySM) SetSourceAddr(value *Address)
- func (c *QuerySM) SetSourceAddrWithAddr(value string) *Exception.Exception
- func (c *QuerySM) SetSourceAddrWithTonNpiAddr(ton, npi byte, value string) *Exception.Exception
- type QuerySMResp
- func (c *QuerySMResp) Construct()
- func (c *QuerySMResp) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
- func (c *QuerySMResp) GetErrorCode() byte
- func (c *QuerySMResp) GetFinalDate() string
- func (c *QuerySMResp) GetInstance() (IPDU, error)
- func (c *QuerySMResp) GetMessageId() string
- func (c *QuerySMResp) GetMessageState() byte
- func (c *QuerySMResp) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
- func (c *QuerySMResp) SetErrorCode(value byte)
- func (c *QuerySMResp) SetFinalDate(value string) *Exception.Exception
- func (c *QuerySMResp) SetMessageId(value string) *Exception.Exception
- func (c *QuerySMResp) SetMessageState(value byte)
- type ReplaceSM
- func (a *ReplaceSM) Construct()
- func (c *ReplaceSM) CreateResponse() (IResponse, error)
- func (c *ReplaceSM) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
- func (c *ReplaceSM) GetInstance() (IPDU, error)
- func (c *ReplaceSM) GetMessageId() string
- func (c *ReplaceSM) GetRegisteredDelivery() byte
- func (c *ReplaceSM) GetScheduleDeliveryTime() string
- func (c *ReplaceSM) GetSmDefaultMsgId() byte
- func (c *ReplaceSM) GetSmLength() int16
- func (c *ReplaceSM) GetSourceAddr() *Address
- func (c *ReplaceSM) GetValidityPeriod() string
- func (c *ReplaceSM) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
- func (c *ReplaceSM) SetMessageId(value string) *Exception.Exception
- func (c *ReplaceSM) SetRegisteredDelivery(value byte)
- func (c *ReplaceSM) SetScheduleDeliveryTime(value string) *Exception.Exception
- func (c *ReplaceSM) SetShortMessage(value string) *Exception.Exception
- func (c *ReplaceSM) SetShortMessageWithEncoding(value string, enc Data.Encoding) *Exception.Exception
- func (c *ReplaceSM) SetSmDefaultMsgId(value byte)
- func (c *ReplaceSM) SetSmLength(value int16)
- func (c *ReplaceSM) SetSourceAddr(value *Address)
- func (c *ReplaceSM) SetSourceAddrWithAddr(value string) *Exception.Exception
- func (c *ReplaceSM) SetSourceAddrWithTonNpiAddr(ton, npi byte, value string) *Exception.Exception
- func (c *ReplaceSM) SetValidityPeriod(value string) *Exception.Exception
- type ReplaceSMResp
- type Request
- type Response
- type ShortMessage
- func (c *ShortMessage) Construct()
- func (c *ShortMessage) GetData() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *ShortMessage) GetEncoding() Data.Encoding
- func (c *ShortMessage) GetLength() int32
- func (c *ShortMessage) GetMessage() (string, *Exception.Exception)
- func (c *ShortMessage) GetMessageWithEncoding(enc Data.Encoding) (string, *Exception.Exception)
- func (c *ShortMessage) SetData(buf *Utils.ByteBuffer) *Exception.Exception
- func (c *ShortMessage) SetEncoding(enc Data.Encoding) *Exception.Exception
- func (c *ShortMessage) SetMessage(message string) *Exception.Exception
- func (c *ShortMessage) SetMessageWithEncoding(message string, enc Data.Encoding) *Exception.Exception
- type SubmitMultiSM
- func (a *SubmitMultiSM) Construct()
- func (c *SubmitMultiSM) CreateResponse() (IResponse, error)
- func (c *SubmitMultiSM) GetAlertOnMsgDelivery() (bool, *Exception.Exception)
- func (c *SubmitMultiSM) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
- func (c *SubmitMultiSM) GetCallbackNum() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *SubmitMultiSM) GetCallbackNumAtag() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *SubmitMultiSM) GetCallbackNumPresInd() (byte, *Exception.Exception)
- func (c *SubmitMultiSM) GetDataCoding() byte
- func (c *SubmitMultiSM) GetDestAddr() *Address
- func (c *SubmitMultiSM) GetDestAddrSubunit() (byte, *Exception.Exception)
- func (c *SubmitMultiSM) GetDestSubaddress() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *SubmitMultiSM) GetDestinationPort() (int16, *Exception.Exception)
- func (c *SubmitMultiSM) GetDisplayTime() (byte, *Exception.Exception)
- func (c *SubmitMultiSM) GetEsmClass() byte
- func (c *SubmitMultiSM) GetInstance() (IPDU, error)
- func (c *SubmitMultiSM) GetLanguageIndicator() (byte, *Exception.Exception)
- func (c *SubmitMultiSM) GetMessagePayload() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *SubmitMultiSM) GetMsMsgWaitFacilities() (byte, *Exception.Exception)
- func (c *SubmitMultiSM) GetMsValidity() (byte, *Exception.Exception)
- func (c *SubmitMultiSM) GetPayloadType() (byte, *Exception.Exception)
- func (c *SubmitMultiSM) GetPriorityFlag() byte
- func (c *SubmitMultiSM) GetPrivacyIndicator() (byte, *Exception.Exception)
- func (c *SubmitMultiSM) GetProtocolId() byte
- func (c *SubmitMultiSM) GetRegisteredDelivery() byte
- func (c *SubmitMultiSM) GetReplaceIfPresentFlag() byte
- func (c *SubmitMultiSM) GetSarMsgRefNum() (int16, *Exception.Exception)
- func (c *SubmitMultiSM) GetSarSegmentSeqnum() (byte, *Exception.Exception)
- func (c *SubmitMultiSM) GetSarTotalSegments() (byte, *Exception.Exception)
- func (c *SubmitMultiSM) GetScheduleDeliveryTime() string
- func (c *SubmitMultiSM) GetServiceType() string
- func (c *SubmitMultiSM) GetSmDefaultMsgId() byte
- func (c *SubmitMultiSM) GetSmLength() int16
- func (c *SubmitMultiSM) GetSmsSignal() (int16, *Exception.Exception)
- func (c *SubmitMultiSM) GetSourceAddr() *Address
- func (c *SubmitMultiSM) GetSourceAddrSubunit() (byte, *Exception.Exception)
- func (c *SubmitMultiSM) GetSourcePort() (int16, *Exception.Exception)
- func (c *SubmitMultiSM) GetSourceSubaddress() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *SubmitMultiSM) GetUserMessageReference() (int16, *Exception.Exception)
- func (c *SubmitMultiSM) GetValidityPeriod() string
- func (c *SubmitMultiSM) HasAlertOnMsgDelivery() bool
- func (c *SubmitMultiSM) HasCallbackNum() bool
- func (c *SubmitMultiSM) HasCallbackNumAtag() bool
- func (c *SubmitMultiSM) HasCallbackNumPresInd() bool
- func (c *SubmitMultiSM) HasDestAddrSubunit() bool
- func (c *SubmitMultiSM) HasDestSubaddress() bool
- func (c *SubmitMultiSM) HasDestinationPort() bool
- func (c *SubmitMultiSM) HasDisplayTime() bool
- func (c *SubmitMultiSM) HasLanguageIndicator() bool
- func (c *SubmitMultiSM) HasMessagePayload() bool
- func (c *SubmitMultiSM) HasMsMsgWaitFacilities() bool
- func (c *SubmitMultiSM) HasMsValidity() bool
- func (c *SubmitMultiSM) HasPayloadType() bool
- func (c *SubmitMultiSM) HasPrivacyIndicator() bool
- func (c *SubmitMultiSM) HasSarMsgRefNum() bool
- func (c *SubmitMultiSM) HasSarSegmentSeqnum() bool
- func (c *SubmitMultiSM) HasSarTotalSegments() bool
- func (c *SubmitMultiSM) HasSmsSignal() bool
- func (c *SubmitMultiSM) HasSourceAddrSubunit() bool
- func (c *SubmitMultiSM) HasSourcePort() bool
- func (c *SubmitMultiSM) HasSourceSubaddress() bool
- func (c *SubmitMultiSM) HasUserMessageReference() bool
- func (c *SubmitMultiSM) SetAlertOnMsgDelivery(value bool) *Exception.Exception
- func (c *SubmitMultiSM) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
- func (c *SubmitMultiSM) SetCallbackNum(value *Utils.ByteBuffer) *Exception.Exception
- func (c *SubmitMultiSM) SetCallbackNumAtag(value *Utils.ByteBuffer) *Exception.Exception
- func (c *SubmitMultiSM) SetCallbackNumPresInd(value byte) *Exception.Exception
- func (c *SubmitMultiSM) SetDataCoding(dat byte)
- func (c *SubmitMultiSM) SetDestAddr(value *Address)
- func (c *SubmitMultiSM) SetDestAddrFromStr(st string) *Exception.Exception
- func (c *SubmitMultiSM) SetDestAddrFromStrTon(ton, npi byte, st string) *Exception.Exception
- func (c *SubmitMultiSM) SetDestAddrSubunit(value byte) *Exception.Exception
- func (c *SubmitMultiSM) SetDestSubaddress(value *Utils.ByteBuffer) *Exception.Exception
- func (c *SubmitMultiSM) SetDestinationPort(value int16) *Exception.Exception
- func (c *SubmitMultiSM) SetDisplayTime(value byte) *Exception.Exception
- func (c *SubmitMultiSM) SetEsmClass(dat byte)
- func (c *SubmitMultiSM) SetLanguageIndicator(value byte) *Exception.Exception
- func (c *SubmitMultiSM) SetMessagePayload(value *Utils.ByteBuffer) *Exception.Exception
- func (c *SubmitMultiSM) SetMsMsgWaitFacilities(value byte) *Exception.Exception
- func (c *SubmitMultiSM) SetMsValidity(value byte) *Exception.Exception
- func (c *SubmitMultiSM) SetPayloadType(value byte) *Exception.Exception
- func (c *SubmitMultiSM) SetPriorityFlag(dat byte)
- func (c *SubmitMultiSM) SetPrivacyIndicator(value byte) *Exception.Exception
- func (c *SubmitMultiSM) SetProtocolId(dat byte)
- func (c *SubmitMultiSM) SetRegisteredDelivery(dat byte)
- func (c *SubmitMultiSM) SetReplaceIfPresentFlag(dat byte)
- func (c *SubmitMultiSM) SetSarMsgRefNum(value int16) *Exception.Exception
- func (c *SubmitMultiSM) SetSarSegmentSeqnum(value uint8) *Exception.Exception
- func (c *SubmitMultiSM) SetSarTotalSegments(value uint8) *Exception.Exception
- func (c *SubmitMultiSM) SetScheduleDeliveryTime(value string) *Exception.Exception
- func (c *SubmitMultiSM) SetServiceType(value string) *Exception.Exception
- func (c *SubmitMultiSM) SetSmDefaultMsgId(value byte)
- func (c *SubmitMultiSM) SetSmLength(value int16)
- func (c *SubmitMultiSM) SetSmsSignal(value int16) *Exception.Exception
- func (c *SubmitMultiSM) SetSourceAddr(value *Address)
- func (c *SubmitMultiSM) SetSourceAddrFromStr(st string) *Exception.Exception
- func (c *SubmitMultiSM) SetSourceAddrFromStrTon(ton, npi byte, st string) *Exception.Exception
- func (c *SubmitMultiSM) SetSourceAddrSubunit(value byte) *Exception.Exception
- func (c *SubmitMultiSM) SetSourcePort(value int16) *Exception.Exception
- func (c *SubmitMultiSM) SetSourceSubaddress(value *Utils.ByteBuffer) *Exception.Exception
- func (c *SubmitMultiSM) SetUserMessageReference(value int16) *Exception.Exception
- func (c *SubmitMultiSM) SetValidityPeriod(value string) *Exception.Exception
- type SubmitMultiSMResp
- func (c *SubmitMultiSMResp) AddUnsuccessSME(sme *UnsuccessSME) *Exception.Exception
- func (c *SubmitMultiSMResp) Construct()
- func (c *SubmitMultiSMResp) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
- func (c *SubmitMultiSMResp) GetInstance() (IPDU, error)
- func (c *SubmitMultiSMResp) GetMessageId() string
- func (c *SubmitMultiSMResp) GetNoUnsuccess() int16
- func (c *SubmitMultiSMResp) GetUnsuccessSME(index int) Common.IByteData
- func (c *SubmitMultiSMResp) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
- func (c *SubmitMultiSMResp) SetMessageId(value string) *Exception.Exception
- type SubmitSM
- func (a *SubmitSM) Construct()
- func (c *SubmitSM) CreateResponse() (IResponse, error)
- func (c *SubmitSM) GetAlertOnMsgDelivery() (bool, *Exception.Exception)
- func (c *SubmitSM) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
- func (c *SubmitSM) GetCallbackNum() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *SubmitSM) GetCallbackNumAtag() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *SubmitSM) GetCallbackNumPresInd() (byte, *Exception.Exception)
- func (c *SubmitSM) GetDataCoding() byte
- func (c *SubmitSM) GetDestAddr() *Address
- func (c *SubmitSM) GetDestAddrSubunit() (byte, *Exception.Exception)
- func (c *SubmitSM) GetDestSubaddress() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *SubmitSM) GetDestinationPort() (int16, *Exception.Exception)
- func (c *SubmitSM) GetDisplayTime() (byte, *Exception.Exception)
- func (c *SubmitSM) GetEsmClass() byte
- func (c *SubmitSM) GetInstance() (IPDU, error)
- func (c *SubmitSM) GetLanguageIndicator() (byte, *Exception.Exception)
- func (c *SubmitSM) GetMessagePayload() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *SubmitSM) GetMsMsgWaitFacilities() (byte, *Exception.Exception)
- func (c *SubmitSM) GetMsValidity() (byte, *Exception.Exception)
- func (c *SubmitSM) GetPayloadType() (byte, *Exception.Exception)
- func (c *SubmitSM) GetPriorityFlag() byte
- func (c *SubmitSM) GetPrivacyIndicator() (byte, *Exception.Exception)
- func (c *SubmitSM) GetProtocolId() byte
- func (c *SubmitSM) GetRegisteredDelivery() byte
- func (c *SubmitSM) GetReplaceIfPresentFlag() byte
- func (c *SubmitSM) GetSarMsgRefNum() (int16, *Exception.Exception)
- func (c *SubmitSM) GetSarSegmentSeqnum() (byte, *Exception.Exception)
- func (c *SubmitSM) GetSarTotalSegments() (byte, *Exception.Exception)
- func (c *SubmitSM) GetScheduleDeliveryTime() string
- func (c *SubmitSM) GetServiceType() string
- func (c *SubmitSM) GetShortMessage() (string, *Exception.Exception)
- func (c *SubmitSM) GetShortMessageData() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *SubmitSM) GetShortMessageWithEncoding(enc Data.Encoding) (string, *Exception.Exception)
- func (c *SubmitSM) GetSmDefaultMsgId() byte
- func (c *SubmitSM) GetSmLength() int16
- func (c *SubmitSM) GetSmsSignal() (int16, *Exception.Exception)
- func (c *SubmitSM) GetSourceAddr() *Address
- func (c *SubmitSM) GetSourceAddrSubunit() (byte, *Exception.Exception)
- func (c *SubmitSM) GetSourcePort() (int16, *Exception.Exception)
- func (c *SubmitSM) GetSourceSubaddress() (*Utils.ByteBuffer, *Exception.Exception)
- func (c *SubmitSM) GetUserMessageReference() (int16, *Exception.Exception)
- func (c *SubmitSM) GetUserResponseCode() (byte, *Exception.Exception)
- func (c *SubmitSM) GetValidityPeriod() string
- func (c *SubmitSM) HasAlertOnMsgDelivery() bool
- func (c *SubmitSM) HasCallbackNum() bool
- func (c *SubmitSM) HasCallbackNumAtag() bool
- func (c *SubmitSM) HasCallbackNumPresInd() bool
- func (c *SubmitSM) HasDestAddrSubunit() bool
- func (c *SubmitSM) HasDestSubaddress() bool
- func (c *SubmitSM) HasDestinationPort() bool
- func (c *SubmitSM) HasDisplayTime() bool
- func (c *SubmitSM) HasLanguageIndicator() bool
- func (c *SubmitSM) HasMessagePayload() bool
- func (c *SubmitSM) HasMsMsgWaitFacilities() bool
- func (c *SubmitSM) HasMsValidity() bool
- func (c *SubmitSM) HasPayloadType() bool
- func (c *SubmitSM) HasPrivacyIndicator() bool
- func (c *SubmitSM) HasSarMsgRefNum() bool
- func (c *SubmitSM) HasSarSegmentSeqnum() bool
- func (c *SubmitSM) HasSarTotalSegments() bool
- func (c *SubmitSM) HasSmsSignal() bool
- func (c *SubmitSM) HasSourceAddrSubunit() bool
- func (c *SubmitSM) HasSourcePort() bool
- func (c *SubmitSM) HasSourceSubaddress() bool
- func (c *SubmitSM) HasUserMessageReference() bool
- func (c *SubmitSM) HasUserResponseCode() bool
- func (c *SubmitSM) SetAlertOnMsgDelivery(value bool) *Exception.Exception
- func (c *SubmitSM) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
- func (c *SubmitSM) SetCallbackNum(value *Utils.ByteBuffer) *Exception.Exception
- func (c *SubmitSM) SetCallbackNumAtag(value *Utils.ByteBuffer) *Exception.Exception
- func (c *SubmitSM) SetCallbackNumPresInd(value byte) *Exception.Exception
- func (c *SubmitSM) SetDataCoding(dat byte)
- func (c *SubmitSM) SetDestAddr(value *Address)
- func (c *SubmitSM) SetDestAddrFromStr(st string) *Exception.Exception
- func (c *SubmitSM) SetDestAddrFromStrTon(ton, npi byte, st string) *Exception.Exception
- func (c *SubmitSM) SetDestAddrSubunit(value byte) *Exception.Exception
- func (c *SubmitSM) SetDestSubaddress(value *Utils.ByteBuffer) *Exception.Exception
- func (c *SubmitSM) SetDestinationPort(value int16) *Exception.Exception
- func (c *SubmitSM) SetDisplayTime(value byte) *Exception.Exception
- func (c *SubmitSM) SetEsmClass(dat byte)
- func (c *SubmitSM) SetLanguageIndicator(value byte) *Exception.Exception
- func (c *SubmitSM) SetMessagePayload(value *Utils.ByteBuffer) *Exception.Exception
- func (c *SubmitSM) SetMsMsgWaitFacilities(value byte) *Exception.Exception
- func (c *SubmitSM) SetMsValidity(value byte) *Exception.Exception
- func (c *SubmitSM) SetPayloadType(value byte) *Exception.Exception
- func (c *SubmitSM) SetPriorityFlag(dat byte)
- func (c *SubmitSM) SetPrivacyIndicator(value byte) *Exception.Exception
- func (c *SubmitSM) SetProtocolId(dat byte)
- func (c *SubmitSM) SetRegisteredDelivery(dat byte)
- func (c *SubmitSM) SetReplaceIfPresentFlag(dat byte)
- func (c *SubmitSM) SetSarMsgRefNum(value int16) *Exception.Exception
- func (c *SubmitSM) SetSarSegmentSeqnum(value uint8) *Exception.Exception
- func (c *SubmitSM) SetSarTotalSegments(value uint8) *Exception.Exception
- func (c *SubmitSM) SetScheduleDeliveryTime(value string) *Exception.Exception
- func (c *SubmitSM) SetServiceType(value string) *Exception.Exception
- func (c *SubmitSM) SetShortMessage(value string) *Exception.Exception
- func (c *SubmitSM) SetShortMessageData(value *Utils.ByteBuffer) *Exception.Exception
- func (c *SubmitSM) SetShortMessageWithEncoding(value string, enc Data.Encoding) *Exception.Exception
- func (c *SubmitSM) SetSmDefaultMsgId(value byte)
- func (c *SubmitSM) SetSmLength(value int16)
- func (c *SubmitSM) SetSmsSignal(value int16) *Exception.Exception
- func (c *SubmitSM) SetSourceAddr(value *Address)
- func (c *SubmitSM) SetSourceAddrFromStr(st string) *Exception.Exception
- func (c *SubmitSM) SetSourceAddrFromStrTon(ton, npi byte, st string) *Exception.Exception
- func (c *SubmitSM) SetSourceAddrSubunit(value byte) *Exception.Exception
- func (c *SubmitSM) SetSourcePort(value int16) *Exception.Exception
- func (c *SubmitSM) SetSourceSubaddress(value *Utils.ByteBuffer) *Exception.Exception
- func (c *SubmitSM) SetUserMessageReference(value int16) *Exception.Exception
- func (c *SubmitSM) SetUserResponseCode(value byte) *Exception.Exception
- func (c *SubmitSM) SetValidityPeriod(value string) *Exception.Exception
- type SubmitSMResp
- func (c *SubmitSMResp) Construct()
- func (c *SubmitSMResp) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
- func (c *SubmitSMResp) GetInstance() (IPDU, error)
- func (c *SubmitSMResp) GetMessageId() string
- func (c *SubmitSMResp) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
- func (c *SubmitSMResp) SetMessageId(value string) *Exception.Exception
- type Unbind
- func (c *Unbind) Construct()
- func (c *Unbind) CreateResponse() (IResponse, error)
- func (c *Unbind) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
- func (c *Unbind) GetInstance() (IPDU, error)
- func (c *Unbind) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
- type UnbindResp
- type UnsuccessSME
- type UnsuccessSMEsList
Constants ¶
View Source
const ( VALID_NONE byte = 0 VALID_HEADER byte = 1 VALID_BODY byte = 2 VALID_ALL byte = 3 )
Variables ¶
View Source
var SequenceNumber int32
Functions ¶
func CreatePDU ¶
func CreatePDU(buf *Utils.ByteBuffer) (IPDU, *Exception.Exception, IPDUHeader)
Types ¶
type Address ¶
Address smpp address of src and dst
func NewAddressWithAddr ¶
NewAddressWithAddr create new address
func NewAddressWithMaxLength ¶
NewAddressWithMaxLength create new address, set max length in C of address
func NewAddressWithTonNpiLen ¶
func (*Address) GetAddress ¶
func (*Address) GetAddressWithEncoding ¶
func (*Address) GetData ¶
func (c *Address) GetData() (result *Utils.ByteBuffer, err *Exception.Exception)
type AddressRange ¶
func NewAddressRange ¶
func NewAddressRange() *AddressRange
func NewAddressRangeWithAddr ¶
func NewAddressRangeWithAddr(addr string) (*AddressRange, error)
func NewAddressRangeWithTonNpiAddr ¶
func NewAddressRangeWithTonNpiAddr(ton, npi byte, addr string) (*AddressRange, error)
func (*AddressRange) Construct ¶
func (c *AddressRange) Construct()
func (*AddressRange) GetAddressRangeWithEncoding ¶
func (*AddressRange) GetData ¶
func (c *AddressRange) GetData() (result *Utils.ByteBuffer, err *Exception.Exception)
func (*AddressRange) GetNpi ¶
func (c *AddressRange) GetNpi() byte
func (*AddressRange) GetTon ¶
func (c *AddressRange) GetTon() byte
func (*AddressRange) SetAddressRange ¶
func (c *AddressRange) SetAddressRange(addr string) *Exception.Exception
func (*AddressRange) SetData ¶
func (c *AddressRange) SetData(bb *Utils.ByteBuffer) (err *Exception.Exception)
func (*AddressRange) SetNpi ¶
func (c *AddressRange) SetNpi(data byte)
func (*AddressRange) SetTon ¶
func (c *AddressRange) SetTon(data byte)
type AlertNotification ¶
type AlertNotification struct {
Request
}
func NewAlertNotification ¶
func NewAlertNotification() *AlertNotification
func (*AlertNotification) CanResponse ¶
func (c *AlertNotification) CanResponse() bool
func (*AlertNotification) Construct ¶
func (c *AlertNotification) Construct()
func (*AlertNotification) CreateResponse ¶
func (c *AlertNotification) CreateResponse() (IResponse, error)
func (*AlertNotification) GetBody ¶
func (c *AlertNotification) GetBody() (*Utils.ByteBuffer, *Exception.Exception, IPDU)
func (*AlertNotification) GetInstance ¶
func (c *AlertNotification) GetInstance() (IPDU, error)
func (*AlertNotification) SetBody ¶
func (c *AlertNotification) SetBody(buffer *Utils.ByteBuffer) (*Exception.Exception, IPDU)
type BindReceiver ¶
type BindReceiver struct {
BindRequest
}
func NewBindReceiver ¶
func NewBindReceiver() *BindReceiver
func (*BindReceiver) Construct ¶
func (c *BindReceiver) Construct()
func (*BindReceiver) CreateResponse ¶
func (c *BindReceiver) CreateResponse() (IResponse, error)
func (*BindReceiver) GetInstance ¶
func (c *BindReceiver) GetInstance() (IPDU, error)
func (*BindReceiver) IsReceiver ¶
func (c *BindReceiver) IsReceiver() bool
func (*BindReceiver) IsTransmitter ¶
func (c *BindReceiver) IsTransmitter() bool
type BindReceiverResp ¶
type BindReceiverResp struct {
BindResponse
}
func NewBindReceiverResp ¶
func NewBindReceiverResp() *BindReceiverResp
func (*BindReceiverResp) Construct ¶
func (c *BindReceiverResp) Construct()
func (*BindReceiverResp) GetInstance ¶
func (c *BindReceiverResp) GetInstance() (IPDU, error)
type BindRequest ¶
type BindRequest struct { Request // contains filtered or unexported fields }
func NewBindRequest ¶
func NewBindRequest() *BindRequest
func NewBindRequestWithCmdId ¶
func NewBindRequestWithCmdId(cmdId int32) *BindRequest
func (*BindRequest) Construct ¶
func (c *BindRequest) Construct()
func (*BindRequest) GetAddressRange ¶
func (c *BindRequest) GetAddressRange() *AddressRange
func (*BindRequest) GetBody ¶
func (c *BindRequest) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
func (*BindRequest) GetInterfaceVersion ¶
func (c *BindRequest) GetInterfaceVersion() byte
func (*BindRequest) GetPassword ¶
func (c *BindRequest) GetPassword() string
func (*BindRequest) GetSystemId ¶
func (c *BindRequest) GetSystemId() string
func (*BindRequest) GetSystemType ¶
func (c *BindRequest) GetSystemType() string
func (*BindRequest) IsReceiver ¶
func (c *BindRequest) IsReceiver() bool
func (*BindRequest) IsTransmitter ¶
func (c *BindRequest) IsTransmitter() bool
func (*BindRequest) SetAddressRange ¶
func (c *BindRequest) SetAddressRange(addr *AddressRange)
func (*BindRequest) SetAddressRangeFromString ¶
func (c *BindRequest) SetAddressRangeFromString(rangeString string) error
func (*BindRequest) SetAddressRangeFromTonNpiString ¶
func (c *BindRequest) SetAddressRangeFromTonNpiString(ton, npi byte, rangeString string) error
func (*BindRequest) SetBody ¶
func (c *BindRequest) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
func (*BindRequest) SetInterfaceVersion ¶
func (c *BindRequest) SetInterfaceVersion(version byte)
func (*BindRequest) SetPassword ¶
func (c *BindRequest) SetPassword(pass string) *Exception.Exception
func (*BindRequest) SetSystemId ¶
func (c *BindRequest) SetSystemId(sysId string) *Exception.Exception
func (*BindRequest) SetSystemType ¶
func (c *BindRequest) SetSystemType(t string) *Exception.Exception
type BindResponse ¶
type BindResponse struct { Response // contains filtered or unexported fields }
func NewBindResponseWithCmdId ¶
func NewBindResponseWithCmdId(cmdId int32) *BindResponse
func (*BindResponse) Construct ¶
func (c *BindResponse) Construct()
func (*BindResponse) GetBody ¶
func (c *BindResponse) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
func (*BindResponse) GetInstance ¶
func (c *BindResponse) GetInstance() (IPDU, error)
func (*BindResponse) GetScInterfaceVersion ¶
func (c *BindResponse) GetScInterfaceVersion() (byte, *Exception.Exception)
func (*BindResponse) GetSystemId ¶
func (c *BindResponse) GetSystemId() string
func (*BindResponse) HasScInterfaceVersion ¶
func (c *BindResponse) HasScInterfaceVersion() bool
func (*BindResponse) SetBody ¶
func (c *BindResponse) SetBody(buffer *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
func (*BindResponse) SetScInterfaceVersion ¶
func (c *BindResponse) SetScInterfaceVersion(value byte)
func (*BindResponse) SetSystemId ¶
func (c *BindResponse) SetSystemId(sysId string) *Exception.Exception
type BindTransceiver ¶
type BindTransceiver struct {
BindRequest
}
func NewBindTransceiver ¶
func NewBindTransceiver() *BindTransceiver
func (*BindTransceiver) Construct ¶
func (c *BindTransceiver) Construct()
func (*BindTransceiver) CreateResponse ¶
func (c *BindTransceiver) CreateResponse() (IResponse, error)
func (*BindTransceiver) GetInstance ¶
func (c *BindTransceiver) GetInstance() (IPDU, error)
func (*BindTransceiver) IsReceiver ¶
func (c *BindTransceiver) IsReceiver() bool
func (*BindTransceiver) IsTransmitter ¶
func (c *BindTransceiver) IsTransmitter() bool
type BindTransceiverResp ¶
type BindTransceiverResp struct {
BindResponse
}
func NewBindTransceiverResp ¶
func NewBindTransceiverResp() *BindTransceiverResp
func (*BindTransceiverResp) Construct ¶
func (c *BindTransceiverResp) Construct()
func (*BindTransceiverResp) GetInstance ¶
func (c *BindTransceiverResp) GetInstance() (IPDU, error)
type BindTransmitter ¶
type BindTransmitter struct {
BindRequest
}
func NewBindTransmitter ¶
func NewBindTransmitter() *BindTransmitter
func (*BindTransmitter) Construct ¶
func (c *BindTransmitter) Construct()
func (*BindTransmitter) CreateResponse ¶
func (c *BindTransmitter) CreateResponse() (IResponse, error)
func (*BindTransmitter) GetInstance ¶
func (c *BindTransmitter) GetInstance() (IPDU, error)
func (*BindTransmitter) IsReceiver ¶
func (c *BindTransmitter) IsReceiver() bool
func (*BindTransmitter) IsTransmitter ¶
func (c *BindTransmitter) IsTransmitter() bool
type BindTransmitterResp ¶
type BindTransmitterResp struct {
BindResponse
}
func NewBindTransmitterResp ¶
func NewBindTransmitterResp() *BindTransmitterResp
func (*BindTransmitterResp) Construct ¶
func (c *BindTransmitterResp) Construct()
func (*BindTransmitterResp) GetInstance ¶
func (c *BindTransmitterResp) GetInstance() (IPDU, error)
type CancelSM ¶
type CancelSM struct { Request // contains filtered or unexported fields }
func NewCancelSM ¶
func NewCancelSM() *CancelSM
func (*CancelSM) CreateResponse ¶
func (*CancelSM) GetDestAddr ¶
func (*CancelSM) GetInstance ¶
func (*CancelSM) GetMessageId ¶
func (*CancelSM) GetServiceType ¶
func (*CancelSM) GetSourceAddr ¶
func (*CancelSM) SetDestAddr ¶
func (*CancelSM) SetDestAddrFromStr ¶
func (*CancelSM) SetDestAddrFromStrTon ¶
func (*CancelSM) SetServiceType ¶
func (*CancelSM) SetSourceAddr ¶
func (*CancelSM) SetSourceAddrFromStr ¶
type CancelSMResp ¶
type CancelSMResp struct {
Response
}
func NewCancelSMResp ¶
func NewCancelSMResp() *CancelSMResp
func (*CancelSMResp) Construct ¶
func (c *CancelSMResp) Construct()
func (*CancelSMResp) GetBody ¶
func (c *CancelSMResp) GetBody() (*Utils.ByteBuffer, *Exception.Exception, IPDU)
func (*CancelSMResp) GetInstance ¶
func (c *CancelSMResp) GetInstance() (IPDU, error)
func (*CancelSMResp) SetBody ¶
func (c *CancelSMResp) SetBody(buffer *Utils.ByteBuffer) (*Exception.Exception, IPDU)
type DataSM ¶
type DataSM struct { Request // contains filtered or unexported fields }
func (*DataSM) CreateResponse ¶
func (*DataSM) GetAlertOnMsgDelivery ¶
func (*DataSM) GetCallbackNum ¶
func (c *DataSM) GetCallbackNum() (*Utils.ByteBuffer, *Exception.Exception)
func (*DataSM) GetCallbackNumAtag ¶
func (c *DataSM) GetCallbackNumAtag() (*Utils.ByteBuffer, *Exception.Exception)
func (*DataSM) GetCallbackNumPresInd ¶
func (*DataSM) GetDataCoding ¶
func (*DataSM) GetDestAddr ¶
func (*DataSM) GetDestAddrSubunit ¶
func (*DataSM) GetDestBearerType ¶
func (*DataSM) GetDestNetworkType ¶
func (*DataSM) GetDestSubaddress ¶
func (c *DataSM) GetDestSubaddress() (*Utils.ByteBuffer, *Exception.Exception)
func (*DataSM) GetDestTelematicsId ¶
func (*DataSM) GetDestinationPort ¶
func (*DataSM) GetEsmClass ¶
func (*DataSM) GetInstance ¶
func (*DataSM) GetItsSessionInfo ¶
func (*DataSM) GetLanguageIndicator ¶
func (*DataSM) GetMessagePayload ¶
func (c *DataSM) GetMessagePayload() (*Utils.ByteBuffer, *Exception.Exception)
func (*DataSM) GetMoreMsgsToSend ¶
func (*DataSM) GetMsMsgWaitFacilities ¶
func (*DataSM) GetNetworkErrorCode ¶
func (c *DataSM) GetNetworkErrorCode() (*Utils.ByteBuffer, *Exception.Exception)
func (*DataSM) GetNumberOfMessages ¶
func (*DataSM) GetPrivacyIndicator ¶
func (*DataSM) GetReceiptedMessageId ¶
func (*DataSM) GetRegisteredDelivery ¶
func (*DataSM) GetSarSegmentSeqnum ¶
func (*DataSM) GetSarTotalSegments ¶
func (*DataSM) GetServiceType ¶
func (*DataSM) GetSourceAddr ¶
func (*DataSM) GetSourceAddrSubunit ¶
func (*DataSM) GetSourceBearerType ¶
func (*DataSM) GetSourceNetworkType ¶
func (*DataSM) GetSourceSubaddress ¶
func (c *DataSM) GetSourceSubaddress() (*Utils.ByteBuffer, *Exception.Exception)
func (*DataSM) GetSourceTelematicsId ¶
func (*DataSM) GetUserMessageReference ¶
func (*DataSM) GetUserResponseCode ¶
func (*DataSM) HasAlertOnMsgDelivery ¶
func (*DataSM) HasCallbackNum ¶
func (*DataSM) HasCallbackNumAtag ¶
func (*DataSM) HasCallbackNumPresInd ¶
func (*DataSM) HasDestAddrSubunit ¶
func (*DataSM) HasDestBearerType ¶
func (*DataSM) HasDestNetworkType ¶
func (*DataSM) HasDestSubaddress ¶
func (*DataSM) HasDestTelematicsId ¶
func (*DataSM) HasDestinationPort ¶
func (*DataSM) HasDisplayTime ¶
func (*DataSM) HasItsReplyType ¶
func (*DataSM) HasItsSessionInfo ¶
func (*DataSM) HasLanguageIndicator ¶
func (*DataSM) HasMessagePayload ¶
func (*DataSM) HasMessageState ¶
func (*DataSM) HasMoreMsgsToSend ¶
func (*DataSM) HasMsMsgWaitFacilities ¶
func (*DataSM) HasMsValidity ¶
func (*DataSM) HasNetworkErrorCode ¶
func (*DataSM) HasNumberOfMessages ¶
func (*DataSM) HasPayloadType ¶
func (*DataSM) HasPrivacyIndicator ¶
func (*DataSM) HasQosTimeToLive ¶
func (*DataSM) HasReceiptedMessageId ¶
func (*DataSM) HasSarMsgRefNum ¶
func (*DataSM) HasSarSegmentSeqnum ¶
func (*DataSM) HasSarTotalSegments ¶
func (*DataSM) HasSmsSignal ¶
func (*DataSM) HasSourceAddrSubunit ¶
func (*DataSM) HasSourceBearerType ¶
func (*DataSM) HasSourceNetworkType ¶
func (*DataSM) HasSourcePort ¶
func (*DataSM) HasSourceSubaddress ¶
func (*DataSM) HasSourceTelematicsId ¶
func (*DataSM) HasUserMessageReference ¶
func (*DataSM) HasUserResponseCode ¶
func (*DataSM) SetAlertOnMsgDelivery ¶
func (*DataSM) SetCallbackNum ¶
func (c *DataSM) SetCallbackNum(value *Utils.ByteBuffer) *Exception.Exception
func (*DataSM) SetCallbackNumAtag ¶
func (c *DataSM) SetCallbackNumAtag(value *Utils.ByteBuffer) *Exception.Exception
func (*DataSM) SetCallbackNumPresInd ¶
func (*DataSM) SetDataCoding ¶
func (*DataSM) SetDestAddr ¶
func (*DataSM) SetDestAddrFromStr ¶
func (*DataSM) SetDestAddrFromStrTon ¶
func (*DataSM) SetDestAddrSubunit ¶
func (*DataSM) SetDestBearerType ¶
func (*DataSM) SetDestNetworkType ¶
func (*DataSM) SetDestSubaddress ¶
func (c *DataSM) SetDestSubaddress(value *Utils.ByteBuffer) *Exception.Exception
func (*DataSM) SetDestTelematicsId ¶
func (*DataSM) SetDestinationPort ¶
func (*DataSM) SetEsmClass ¶
func (*DataSM) SetItsSessionInfo ¶
func (*DataSM) SetLanguageIndicator ¶
func (*DataSM) SetMessagePayload ¶
func (c *DataSM) SetMessagePayload(value *Utils.ByteBuffer) *Exception.Exception
func (*DataSM) SetMoreMsgsToSend ¶
func (*DataSM) SetMsMsgWaitFacilities ¶
func (*DataSM) SetNetworkErrorCode ¶
func (c *DataSM) SetNetworkErrorCode(value *Utils.ByteBuffer) *Exception.Exception
func (*DataSM) SetNumberOfMessages ¶
func (*DataSM) SetPrivacyIndicator ¶
func (*DataSM) SetQosTimeToLive ¶
func (*DataSM) SetReceiptedMessageId ¶
func (*DataSM) SetRegisteredDelivery ¶
func (*DataSM) SetSarSegmentSeqnum ¶
func (*DataSM) SetSarTotalSegments ¶
func (*DataSM) SetSourceAddr ¶
func (*DataSM) SetSourceAddrFromStr ¶
func (*DataSM) SetSourceAddrFromStrTon ¶
func (*DataSM) SetSourceAddrSubunit ¶
func (*DataSM) SetSourceBearerType ¶
func (*DataSM) SetSourceNetworkType ¶
func (*DataSM) SetSourceSubaddress ¶
func (c *DataSM) SetSourceSubaddress(value *Utils.ByteBuffer) *Exception.Exception
func (*DataSM) SetSourceTelematicsId ¶
func (*DataSM) SetUserMessageReference ¶
type DataSMResp ¶
type DataSMResp struct { Response // contains filtered or unexported fields }
func NewDataSMResp ¶
func NewDataSMResp() *DataSMResp
func (*DataSMResp) Construct ¶
func (a *DataSMResp) Construct()
func (*DataSMResp) GetAdditionalStatusInfoText ¶
func (c *DataSMResp) GetAdditionalStatusInfoText() (string, *Exception.Exception)
func (*DataSMResp) GetBody ¶
func (c *DataSMResp) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
func (*DataSMResp) GetDeliveryFailureReason ¶
func (c *DataSMResp) GetDeliveryFailureReason() (byte, *Exception.Exception)
func (*DataSMResp) GetDpfResult ¶
func (c *DataSMResp) GetDpfResult() (byte, *Exception.Exception)
func (*DataSMResp) GetInstance ¶
func (c *DataSMResp) GetInstance() (IPDU, error)
func (*DataSMResp) GetMessageId ¶
func (c *DataSMResp) GetMessageId() string
func (*DataSMResp) GetNetworkErrorCode ¶
func (c *DataSMResp) GetNetworkErrorCode() (*Utils.ByteBuffer, *Exception.Exception)
func (*DataSMResp) HasAdditionalStatusInfoText ¶
func (c *DataSMResp) HasAdditionalStatusInfoText() bool
func (*DataSMResp) HasDeliveryFailureReason ¶
func (c *DataSMResp) HasDeliveryFailureReason() bool
func (*DataSMResp) HasDpfResult ¶
func (c *DataSMResp) HasDpfResult() bool
func (*DataSMResp) HasNetworkErrorCode ¶
func (c *DataSMResp) HasNetworkErrorCode() bool
func (*DataSMResp) SetAdditionalStatusInfoText ¶
func (c *DataSMResp) SetAdditionalStatusInfoText(val string) *Exception.Exception
func (*DataSMResp) SetBody ¶
func (c *DataSMResp) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
func (*DataSMResp) SetDeliveryFailureReason ¶
func (c *DataSMResp) SetDeliveryFailureReason(val byte) *Exception.Exception
func (*DataSMResp) SetDpfResult ¶
func (c *DataSMResp) SetDpfResult(val byte) *Exception.Exception
func (*DataSMResp) SetMessageId ¶
func (c *DataSMResp) SetMessageId(value string) *Exception.Exception
func (*DataSMResp) SetNetworkErrorCode ¶
func (c *DataSMResp) SetNetworkErrorCode(val *Utils.ByteBuffer) *Exception.Exception
type DeliverSM ¶
type DeliverSM struct { Request // contains filtered or unexported fields }
func NewDeliverSM ¶
func NewDeliverSM() *DeliverSM
func (*DeliverSM) CreateResponse ¶
func (*DeliverSM) GetCallbackNum ¶
func (c *DeliverSM) GetCallbackNum() (*Utils.ByteBuffer, *Exception.Exception)
func (*DeliverSM) GetDataCoding ¶
func (*DeliverSM) GetDestAddr ¶
func (*DeliverSM) GetDestSubaddress ¶
func (c *DeliverSM) GetDestSubaddress() (*Utils.ByteBuffer, *Exception.Exception)
func (*DeliverSM) GetDestinationPort ¶
func (*DeliverSM) GetEsmClass ¶
func (*DeliverSM) GetInstance ¶
func (*DeliverSM) GetItsSessionInfo ¶
func (*DeliverSM) GetLanguageIndicator ¶
func (*DeliverSM) GetMessagePayload ¶
func (c *DeliverSM) GetMessagePayload() (*Utils.ByteBuffer, *Exception.Exception)
func (*DeliverSM) GetMessageState ¶
func (*DeliverSM) GetNetworkErrorCode ¶
func (c *DeliverSM) GetNetworkErrorCode() (*Utils.ByteBuffer, *Exception.Exception)
func (*DeliverSM) GetPayloadType ¶
func (*DeliverSM) GetPriorityFlag ¶
func (*DeliverSM) GetPrivacyIndicator ¶
func (*DeliverSM) GetProtocolId ¶
func (*DeliverSM) GetReceiptedMessageId ¶
func (*DeliverSM) GetRegisteredDelivery ¶
func (*DeliverSM) GetReplaceIfPresentFlag ¶
func (*DeliverSM) GetSarMsgRefNum ¶
func (*DeliverSM) GetSarSegmentSeqnum ¶
func (*DeliverSM) GetSarTotalSegments ¶
func (*DeliverSM) GetScheduleDeliveryTime ¶
func (*DeliverSM) GetServiceType ¶
func (*DeliverSM) GetShortMessage ¶
GetShortMessage get short message
func (*DeliverSM) GetShortMessageWithEncoding ¶
GetShortMessageWithEncoding get short message with encoding
func (*DeliverSM) GetSmDefaultMsgId ¶
func (*DeliverSM) GetSmLength ¶
func (*DeliverSM) GetSourceAddr ¶
func (*DeliverSM) GetSourceSubaddress ¶
func (c *DeliverSM) GetSourceSubaddress() (*Utils.ByteBuffer, *Exception.Exception)
func (*DeliverSM) GetUserMessageReference ¶
func (*DeliverSM) GetUserResponseCode ¶
func (*DeliverSM) GetValidityPeriod ¶
func (*DeliverSM) HasCallbackNum ¶
func (*DeliverSM) HasDestSubaddress ¶
func (*DeliverSM) HasDestinationPort ¶
func (*DeliverSM) HasItsSessionInfo ¶
func (*DeliverSM) HasLanguageIndicator ¶
func (*DeliverSM) HasMessagePayload ¶
func (*DeliverSM) HasMessageState ¶
func (*DeliverSM) HasNetworkErrorCode ¶
func (*DeliverSM) HasPayloadType ¶
func (*DeliverSM) HasPrivacyIndicator ¶
func (*DeliverSM) HasReceiptedMessageId ¶
func (*DeliverSM) HasSarMsgRefNum ¶
func (*DeliverSM) HasSarSegmentSeqnum ¶
func (*DeliverSM) HasSarTotalSegments ¶
func (*DeliverSM) HasSourcePort ¶
func (*DeliverSM) HasSourceSubaddress ¶
func (*DeliverSM) HasUserMessageReference ¶
func (*DeliverSM) HasUserResponseCode ¶
func (*DeliverSM) SetCallbackNum ¶
func (c *DeliverSM) SetCallbackNum(value *Utils.ByteBuffer) *Exception.Exception
func (*DeliverSM) SetDataCoding ¶
func (*DeliverSM) SetDestAddr ¶
func (*DeliverSM) SetDestAddrFromStr ¶
func (*DeliverSM) SetDestAddrFromStrTon ¶
func (*DeliverSM) SetDestSubaddress ¶
func (c *DeliverSM) SetDestSubaddress(value *Utils.ByteBuffer) *Exception.Exception
func (*DeliverSM) SetDestinationPort ¶
func (*DeliverSM) SetEsmClass ¶
func (*DeliverSM) SetItsSessionInfo ¶
func (*DeliverSM) SetLanguageIndicator ¶
func (*DeliverSM) SetMessagePayload ¶
func (c *DeliverSM) SetMessagePayload(value *Utils.ByteBuffer) *Exception.Exception
func (*DeliverSM) SetMessageState ¶
func (*DeliverSM) SetNetworkErrorCode ¶
func (c *DeliverSM) SetNetworkErrorCode(value *Utils.ByteBuffer) *Exception.Exception
func (*DeliverSM) SetPayloadType ¶
func (*DeliverSM) SetPriorityFlag ¶
func (*DeliverSM) SetPrivacyIndicator ¶
func (*DeliverSM) SetProtocolId ¶
func (*DeliverSM) SetReceiptedMessageId ¶
func (*DeliverSM) SetRegisteredDelivery ¶
func (*DeliverSM) SetReplaceIfPresentFlag ¶
func (*DeliverSM) SetSarMsgRefNum ¶
func (*DeliverSM) SetSarSegmentSeqnum ¶
func (*DeliverSM) SetSarTotalSegments ¶
func (*DeliverSM) SetServiceType ¶
func (*DeliverSM) SetShortMessage ¶
func (*DeliverSM) SetSmLength ¶
func (*DeliverSM) SetSourceAddr ¶
func (*DeliverSM) SetSourceAddrFromStr ¶
func (*DeliverSM) SetSourceAddrFromStrTon ¶
func (*DeliverSM) SetSourcePort ¶
func (*DeliverSM) SetSourceSubaddress ¶
func (c *DeliverSM) SetSourceSubaddress(value *Utils.ByteBuffer) *Exception.Exception
func (*DeliverSM) SetUserMessageReference ¶
type DeliverSMResp ¶
type DeliverSMResp struct { Response // contains filtered or unexported fields }
func (*DeliverSMResp) Construct ¶
func (c *DeliverSMResp) Construct()
func (*DeliverSMResp) GetBody ¶
func (c *DeliverSMResp) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
func (*DeliverSMResp) GetInstance ¶
func (c *DeliverSMResp) GetInstance() (IPDU, error)
func (*DeliverSMResp) GetMessageID ¶
func (c *DeliverSMResp) GetMessageID() string
func (*DeliverSMResp) SetBody ¶
func (c *DeliverSMResp) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
func (*DeliverSMResp) SetMessageID ¶
func (c *DeliverSMResp) SetMessageID(value string) *Exception.Exception
type DestinationAddress ¶
func NewDestinationAddress ¶
func NewDestinationAddress() *DestinationAddress
func NewDestinationAddressWithAddr ¶
func NewDestinationAddressWithAddr(addr string) (*DestinationAddress, *Exception.Exception)
func (*DestinationAddress) Construct ¶
func (c *DestinationAddress) Construct()
func (*DestinationAddress) GetAddress ¶
func (c *DestinationAddress) GetAddress() *Address
func (*DestinationAddress) GetData ¶
func (c *DestinationAddress) GetData() (*Utils.ByteBuffer, *Exception.Exception)
func (*DestinationAddress) GetDestFlag ¶
func (c *DestinationAddress) GetDestFlag() byte
func (*DestinationAddress) GetDistributionList ¶
func (c *DestinationAddress) GetDistributionList() *DistributionList
func (*DestinationAddress) HasValue ¶
func (c *DestinationAddress) HasValue() bool
func (*DestinationAddress) IsAddress ¶
func (c *DestinationAddress) IsAddress() bool
func (*DestinationAddress) IsDistributionList ¶
func (c *DestinationAddress) IsDistributionList() bool
func (*DestinationAddress) SetAddress ¶
func (c *DestinationAddress) SetAddress(dat *Address)
func (*DestinationAddress) SetData ¶
func (c *DestinationAddress) SetData(buf *Utils.ByteBuffer) *Exception.Exception
func (*DestinationAddress) SetDistributionList ¶
func (c *DestinationAddress) SetDistributionList(dl *DistributionList)
type DistributionList ¶
func NewDistributionList ¶
func NewDistributionList() *DistributionList
func NewDistributionListWithDlName ¶
func NewDistributionListWithDlName(dlName string) (*DistributionList, *Exception.Exception)
func (*DistributionList) Construct ¶
func (c *DistributionList) Construct()
func (*DistributionList) GetData ¶
func (c *DistributionList) GetData() (*Utils.ByteBuffer, *Exception.Exception)
func (*DistributionList) GetDlName ¶
func (c *DistributionList) GetDlName() string
func (*DistributionList) SetData ¶
func (c *DistributionList) SetData(buf *Utils.ByteBuffer) *Exception.Exception
type EnquireLink ¶
type EnquireLink struct {
Request
}
func NewEnquireLink ¶
func NewEnquireLink() *EnquireLink
func (*EnquireLink) Construct ¶
func (c *EnquireLink) Construct()
func (*EnquireLink) CreateResponse ¶
func (c *EnquireLink) CreateResponse() (IResponse, error)
func (*EnquireLink) GetBody ¶
func (c *EnquireLink) GetBody() (*Utils.ByteBuffer, *Exception.Exception, IPDU)
func (*EnquireLink) GetInstance ¶
func (c *EnquireLink) GetInstance() (IPDU, error)
func (*EnquireLink) SetBody ¶
func (c *EnquireLink) SetBody(buf *Utils.ByteBuffer) (*Exception.Exception, IPDU)
type EnquireLinkResp ¶
type EnquireLinkResp struct {
Response
}
func NewEnquireLinkResp ¶
func NewEnquireLinkResp() *EnquireLinkResp
func (*EnquireLinkResp) Construct ¶
func (c *EnquireLinkResp) Construct()
func (*EnquireLinkResp) GetBody ¶
func (c *EnquireLinkResp) GetBody() (*Utils.ByteBuffer, *Exception.Exception, IPDU)
func (*EnquireLinkResp) GetInstance ¶
func (c *EnquireLinkResp) GetInstance() (IPDU, error)
func (*EnquireLinkResp) SetBody ¶
func (c *EnquireLinkResp) SetBody(buf *Utils.ByteBuffer) (*Exception.Exception, IPDU)
type GenericNack ¶
type GenericNack struct {
Response
}
func NewGenericNack ¶
func NewGenericNack() *GenericNack
func NewGenericNackWithCmStatusSeqNum ¶
func NewGenericNackWithCmStatusSeqNum(cmdStatus, seqNumber int32) *GenericNack
func (*GenericNack) Construct ¶
func (c *GenericNack) Construct()
func (*GenericNack) GetBody ¶
func (c *GenericNack) GetBody() (*Utils.ByteBuffer, *Exception.Exception, IPDU)
func (*GenericNack) GetInstance ¶
func (c *GenericNack) GetInstance() (IPDU, error)
func (*GenericNack) SetBody ¶
func (c *GenericNack) SetBody(buf *Utils.ByteBuffer) (*Exception.Exception, IPDU)
type IBindRequest ¶
type IPDU ¶
type IPDU interface { IPDUHeader GetBody() (*Utils.ByteBuffer, *Exception.Exception, IPDU) SetBody(buffer *Utils.ByteBuffer) (*Exception.Exception, IPDU) GetInstance() (IPDU, error) SetData(buffer *Utils.ByteBuffer) (*Exception.Exception, IPDU) GetData() (*Utils.ByteBuffer, *Exception.Exception, IPDU) AssignSequenceNumber() IsEquals(pdu IPDU) bool }
func CreatePDUWithCmdId ¶
type IPDUHeader ¶
type IResponse ¶
type IResponse interface { IPDU SetOriginalRequest(t IRequest) GetOriginalRequest() IRequest CanResponse() bool }
func NewDeliverSMResp ¶
func NewDeliverSMResp() IResponse
type Outbind ¶
type Outbind struct { Request // contains filtered or unexported fields }
func NewOutbind ¶
func NewOutbind() *Outbind
func (*Outbind) CanResponse ¶
func (*Outbind) CreateResponse ¶
func (*Outbind) GetInstance ¶
func (*Outbind) GetPassword ¶
func (*Outbind) GetSystemId ¶
type PDU ¶
type PDU struct { Common.ByteData Header *PDUHeader OptionalParameters []TLV.ITLV ExtraOptionalParameters []TLV.ITLV SequenceNumberChanged bool Valid byte ApplicationSpecificInfo map[interface{}]interface{} RealRef IPDU }
func NewPDUWithCommand ¶
func (*PDU) AssignSequenceNumber ¶
func (c *PDU) AssignSequenceNumber()
func (*PDU) AssignSequenceNumber0 ¶
func (*PDU) CanResponse ¶
func (*PDU) CheckHeader ¶
func (c *PDU) CheckHeader()
func (*PDU) GetCommandId ¶
func (*PDU) GetCommandLength ¶
func (*PDU) GetCommandStatus ¶
func (*PDU) GetOptionalBody ¶
func (c *PDU) GetOptionalBody() (res *Utils.ByteBuffer, err *Exception.Exception)
func (*PDU) GetOptionalBodyBuffer ¶
func (*PDU) GetSequenceNumber ¶
func (*PDU) IsHeaderValid ¶
func (*PDU) IsResponse ¶
func (*PDU) ResetSequenceNumber ¶
func (c *PDU) ResetSequenceNumber()
func (*PDU) SetCommandId ¶
func (*PDU) SetCommandLength ¶
func (*PDU) SetCommandStatus ¶
func (*PDU) SetExtraOptional ¶
func (*PDU) SetOptionalBody ¶
func (c *PDU) SetOptionalBody(buf *Utils.ByteBuffer) *Exception.Exception
func (*PDU) SetSequenceNumber ¶
type PDUHeader ¶
type PDUHeader struct { Common.ByteData CommandLength int32 CommandId int32 CommandStatus int32 SequenceNumber int32 }
func NewPDUHeader ¶
func NewPDUHeader() *PDUHeader
func (*PDUHeader) GetCommandId ¶
func (*PDUHeader) GetCommandLength ¶
func (*PDUHeader) GetCommandStatus ¶
func (*PDUHeader) GetData ¶
func (c *PDUHeader) GetData() (res *Utils.ByteBuffer, err *Exception.Exception)
func (*PDUHeader) GetSequenceNumber ¶
func (*PDUHeader) SetCommandId ¶
func (*PDUHeader) SetCommandLength ¶
func (*PDUHeader) SetCommandStatus ¶
func (*PDUHeader) SetSequenceNumber ¶
type QuerySM ¶
type QuerySM struct { Request // contains filtered or unexported fields }
func NewQuerySM ¶
func NewQuerySM() *QuerySM
func (*QuerySM) CreateResponse ¶
func (*QuerySM) GetInstance ¶
func (*QuerySM) GetMessageId ¶
func (*QuerySM) GetSourceAddr ¶
func (*QuerySM) SetSourceAddr ¶
func (*QuerySM) SetSourceAddrWithAddr ¶
type QuerySMResp ¶
type QuerySMResp struct { Response // contains filtered or unexported fields }
func NewQuerySMResp ¶
func NewQuerySMResp() *QuerySMResp
func (*QuerySMResp) Construct ¶
func (c *QuerySMResp) Construct()
func (*QuerySMResp) GetBody ¶
func (c *QuerySMResp) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
func (*QuerySMResp) GetErrorCode ¶
func (c *QuerySMResp) GetErrorCode() byte
func (*QuerySMResp) GetFinalDate ¶
func (c *QuerySMResp) GetFinalDate() string
func (*QuerySMResp) GetInstance ¶
func (c *QuerySMResp) GetInstance() (IPDU, error)
func (*QuerySMResp) GetMessageId ¶
func (c *QuerySMResp) GetMessageId() string
func (*QuerySMResp) GetMessageState ¶
func (c *QuerySMResp) GetMessageState() byte
func (*QuerySMResp) SetBody ¶
func (c *QuerySMResp) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
func (*QuerySMResp) SetErrorCode ¶
func (c *QuerySMResp) SetErrorCode(value byte)
func (*QuerySMResp) SetFinalDate ¶
func (c *QuerySMResp) SetFinalDate(value string) *Exception.Exception
func (*QuerySMResp) SetMessageId ¶
func (c *QuerySMResp) SetMessageId(value string) *Exception.Exception
func (*QuerySMResp) SetMessageState ¶
func (c *QuerySMResp) SetMessageState(value byte)
type ReplaceSM ¶
type ReplaceSM struct { Request // contains filtered or unexported fields }
func NewReplaceSM ¶
func NewReplaceSM() *ReplaceSM
func (*ReplaceSM) CreateResponse ¶
func (*ReplaceSM) GetInstance ¶
func (*ReplaceSM) GetMessageId ¶
func (*ReplaceSM) GetRegisteredDelivery ¶
func (*ReplaceSM) GetScheduleDeliveryTime ¶
func (*ReplaceSM) GetSmDefaultMsgId ¶
func (*ReplaceSM) GetSmLength ¶
func (*ReplaceSM) GetSourceAddr ¶
func (*ReplaceSM) GetValidityPeriod ¶
func (*ReplaceSM) SetMessageId ¶
func (*ReplaceSM) SetRegisteredDelivery ¶
func (*ReplaceSM) SetScheduleDeliveryTime ¶
func (*ReplaceSM) SetShortMessage ¶
func (*ReplaceSM) SetShortMessageWithEncoding ¶
func (*ReplaceSM) SetSmDefaultMsgId ¶
func (*ReplaceSM) SetSmLength ¶
func (*ReplaceSM) SetSourceAddr ¶
func (*ReplaceSM) SetSourceAddrWithAddr ¶
func (*ReplaceSM) SetSourceAddrWithTonNpiAddr ¶
type ReplaceSMResp ¶
type ReplaceSMResp struct {
Response
}
func NewReplaceSMResp ¶
func NewReplaceSMResp() *ReplaceSMResp
func (*ReplaceSMResp) Construct ¶
func (c *ReplaceSMResp) Construct()
func (*ReplaceSMResp) GetBody ¶
func (c *ReplaceSMResp) GetBody() (*Utils.ByteBuffer, *Exception.Exception, IPDU)
func (*ReplaceSMResp) GetInstance ¶
func (c *ReplaceSMResp) GetInstance() (IPDU, error)
func (*ReplaceSMResp) SetBody ¶
func (c *ReplaceSMResp) SetBody(buf *Utils.ByteBuffer) (*Exception.Exception, IPDU)
type Request ¶
type Request struct {
PDU
}
func NewRequest ¶
func NewRequest() *Request
func NewRequestWithCmdId ¶
func (*Request) CanResponse ¶
func (*Request) GetResponse ¶
func (*Request) GetResponseCommandId ¶
func (*Request) IsResponse ¶
type Response ¶
type Response struct { PDU // contains filtered or unexported fields }
func NewResponse ¶
func NewResponse() *Response
func NewResponseWithCmdId ¶
func (*Response) CanResponse ¶
func (*Response) GetOriginalRequest ¶
func (*Response) IsResponse ¶
func (*Response) SetOriginalRequest ¶
type ShortMessage ¶
func NewShortMessageWithMaxLength ¶
func NewShortMessageWithMaxLength(maxLength int32) *ShortMessage
func NewShortMessageWithMinMaxLength ¶
func NewShortMessageWithMinMaxLength(minLength, maxLength int32) *ShortMessage
func (*ShortMessage) Construct ¶
func (c *ShortMessage) Construct()
func (*ShortMessage) GetData ¶
func (c *ShortMessage) GetData() (*Utils.ByteBuffer, *Exception.Exception)
func (*ShortMessage) GetEncoding ¶
func (c *ShortMessage) GetEncoding() Data.Encoding
func (*ShortMessage) GetLength ¶
func (c *ShortMessage) GetLength() int32
func (*ShortMessage) GetMessage ¶
func (c *ShortMessage) GetMessage() (string, *Exception.Exception)
func (*ShortMessage) GetMessageWithEncoding ¶
func (*ShortMessage) SetData ¶
func (c *ShortMessage) SetData(buf *Utils.ByteBuffer) *Exception.Exception
func (*ShortMessage) SetEncoding ¶
func (c *ShortMessage) SetEncoding(enc Data.Encoding) *Exception.Exception
func (*ShortMessage) SetMessage ¶
func (c *ShortMessage) SetMessage(message string) *Exception.Exception
func (*ShortMessage) SetMessageWithEncoding ¶
type SubmitMultiSM ¶
type SubmitMultiSM struct { Request // contains filtered or unexported fields }
func NewSubmitMultiSM ¶
func NewSubmitMultiSM() *SubmitMultiSM
func (*SubmitMultiSM) Construct ¶
func (a *SubmitMultiSM) Construct()
func (*SubmitMultiSM) CreateResponse ¶
func (c *SubmitMultiSM) CreateResponse() (IResponse, error)
func (*SubmitMultiSM) GetAlertOnMsgDelivery ¶
func (c *SubmitMultiSM) GetAlertOnMsgDelivery() (bool, *Exception.Exception)
func (*SubmitMultiSM) GetBody ¶
func (c *SubmitMultiSM) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
func (*SubmitMultiSM) GetCallbackNum ¶
func (c *SubmitMultiSM) GetCallbackNum() (*Utils.ByteBuffer, *Exception.Exception)
func (*SubmitMultiSM) GetCallbackNumAtag ¶
func (c *SubmitMultiSM) GetCallbackNumAtag() (*Utils.ByteBuffer, *Exception.Exception)
func (*SubmitMultiSM) GetCallbackNumPresInd ¶
func (c *SubmitMultiSM) GetCallbackNumPresInd() (byte, *Exception.Exception)
func (*SubmitMultiSM) GetDataCoding ¶
func (c *SubmitMultiSM) GetDataCoding() byte
func (*SubmitMultiSM) GetDestAddr ¶
func (c *SubmitMultiSM) GetDestAddr() *Address
func (*SubmitMultiSM) GetDestAddrSubunit ¶
func (c *SubmitMultiSM) GetDestAddrSubunit() (byte, *Exception.Exception)
func (*SubmitMultiSM) GetDestSubaddress ¶
func (c *SubmitMultiSM) GetDestSubaddress() (*Utils.ByteBuffer, *Exception.Exception)
func (*SubmitMultiSM) GetDestinationPort ¶
func (c *SubmitMultiSM) GetDestinationPort() (int16, *Exception.Exception)
func (*SubmitMultiSM) GetDisplayTime ¶
func (c *SubmitMultiSM) GetDisplayTime() (byte, *Exception.Exception)
func (*SubmitMultiSM) GetEsmClass ¶
func (c *SubmitMultiSM) GetEsmClass() byte
func (*SubmitMultiSM) GetInstance ¶
func (c *SubmitMultiSM) GetInstance() (IPDU, error)
func (*SubmitMultiSM) GetLanguageIndicator ¶
func (c *SubmitMultiSM) GetLanguageIndicator() (byte, *Exception.Exception)
func (*SubmitMultiSM) GetMessagePayload ¶
func (c *SubmitMultiSM) GetMessagePayload() (*Utils.ByteBuffer, *Exception.Exception)
func (*SubmitMultiSM) GetMsMsgWaitFacilities ¶
func (c *SubmitMultiSM) GetMsMsgWaitFacilities() (byte, *Exception.Exception)
func (*SubmitMultiSM) GetMsValidity ¶
func (c *SubmitMultiSM) GetMsValidity() (byte, *Exception.Exception)
func (*SubmitMultiSM) GetPayloadType ¶
func (c *SubmitMultiSM) GetPayloadType() (byte, *Exception.Exception)
func (*SubmitMultiSM) GetPriorityFlag ¶
func (c *SubmitMultiSM) GetPriorityFlag() byte
func (*SubmitMultiSM) GetPrivacyIndicator ¶
func (c *SubmitMultiSM) GetPrivacyIndicator() (byte, *Exception.Exception)
func (*SubmitMultiSM) GetProtocolId ¶
func (c *SubmitMultiSM) GetProtocolId() byte
func (*SubmitMultiSM) GetRegisteredDelivery ¶
func (c *SubmitMultiSM) GetRegisteredDelivery() byte
func (*SubmitMultiSM) GetReplaceIfPresentFlag ¶
func (c *SubmitMultiSM) GetReplaceIfPresentFlag() byte
func (*SubmitMultiSM) GetSarMsgRefNum ¶
func (c *SubmitMultiSM) GetSarMsgRefNum() (int16, *Exception.Exception)
func (*SubmitMultiSM) GetSarSegmentSeqnum ¶
func (c *SubmitMultiSM) GetSarSegmentSeqnum() (byte, *Exception.Exception)
func (*SubmitMultiSM) GetSarTotalSegments ¶
func (c *SubmitMultiSM) GetSarTotalSegments() (byte, *Exception.Exception)
func (*SubmitMultiSM) GetScheduleDeliveryTime ¶
func (c *SubmitMultiSM) GetScheduleDeliveryTime() string
func (*SubmitMultiSM) GetServiceType ¶
func (c *SubmitMultiSM) GetServiceType() string
func (*SubmitMultiSM) GetSmDefaultMsgId ¶
func (c *SubmitMultiSM) GetSmDefaultMsgId() byte
func (*SubmitMultiSM) GetSmLength ¶
func (c *SubmitMultiSM) GetSmLength() int16
func (*SubmitMultiSM) GetSmsSignal ¶
func (c *SubmitMultiSM) GetSmsSignal() (int16, *Exception.Exception)
func (*SubmitMultiSM) GetSourceAddr ¶
func (c *SubmitMultiSM) GetSourceAddr() *Address
func (*SubmitMultiSM) GetSourceAddrSubunit ¶
func (c *SubmitMultiSM) GetSourceAddrSubunit() (byte, *Exception.Exception)
func (*SubmitMultiSM) GetSourcePort ¶
func (c *SubmitMultiSM) GetSourcePort() (int16, *Exception.Exception)
func (*SubmitMultiSM) GetSourceSubaddress ¶
func (c *SubmitMultiSM) GetSourceSubaddress() (*Utils.ByteBuffer, *Exception.Exception)
func (*SubmitMultiSM) GetUserMessageReference ¶
func (c *SubmitMultiSM) GetUserMessageReference() (int16, *Exception.Exception)
func (*SubmitMultiSM) GetValidityPeriod ¶
func (c *SubmitMultiSM) GetValidityPeriod() string
func (*SubmitMultiSM) HasAlertOnMsgDelivery ¶
func (c *SubmitMultiSM) HasAlertOnMsgDelivery() bool
func (*SubmitMultiSM) HasCallbackNum ¶
func (c *SubmitMultiSM) HasCallbackNum() bool
func (*SubmitMultiSM) HasCallbackNumAtag ¶
func (c *SubmitMultiSM) HasCallbackNumAtag() bool
func (*SubmitMultiSM) HasCallbackNumPresInd ¶
func (c *SubmitMultiSM) HasCallbackNumPresInd() bool
func (*SubmitMultiSM) HasDestAddrSubunit ¶
func (c *SubmitMultiSM) HasDestAddrSubunit() bool
func (*SubmitMultiSM) HasDestSubaddress ¶
func (c *SubmitMultiSM) HasDestSubaddress() bool
func (*SubmitMultiSM) HasDestinationPort ¶
func (c *SubmitMultiSM) HasDestinationPort() bool
func (*SubmitMultiSM) HasDisplayTime ¶
func (c *SubmitMultiSM) HasDisplayTime() bool
func (*SubmitMultiSM) HasLanguageIndicator ¶
func (c *SubmitMultiSM) HasLanguageIndicator() bool
func (*SubmitMultiSM) HasMessagePayload ¶
func (c *SubmitMultiSM) HasMessagePayload() bool
func (*SubmitMultiSM) HasMsMsgWaitFacilities ¶
func (c *SubmitMultiSM) HasMsMsgWaitFacilities() bool
func (*SubmitMultiSM) HasMsValidity ¶
func (c *SubmitMultiSM) HasMsValidity() bool
func (*SubmitMultiSM) HasPayloadType ¶
func (c *SubmitMultiSM) HasPayloadType() bool
func (*SubmitMultiSM) HasPrivacyIndicator ¶
func (c *SubmitMultiSM) HasPrivacyIndicator() bool
func (*SubmitMultiSM) HasSarMsgRefNum ¶
func (c *SubmitMultiSM) HasSarMsgRefNum() bool
func (*SubmitMultiSM) HasSarSegmentSeqnum ¶
func (c *SubmitMultiSM) HasSarSegmentSeqnum() bool
func (*SubmitMultiSM) HasSarTotalSegments ¶
func (c *SubmitMultiSM) HasSarTotalSegments() bool
func (*SubmitMultiSM) HasSmsSignal ¶
func (c *SubmitMultiSM) HasSmsSignal() bool
func (*SubmitMultiSM) HasSourceAddrSubunit ¶
func (c *SubmitMultiSM) HasSourceAddrSubunit() bool
func (*SubmitMultiSM) HasSourcePort ¶
func (c *SubmitMultiSM) HasSourcePort() bool
func (*SubmitMultiSM) HasSourceSubaddress ¶
func (c *SubmitMultiSM) HasSourceSubaddress() bool
func (*SubmitMultiSM) HasUserMessageReference ¶
func (c *SubmitMultiSM) HasUserMessageReference() bool
func (*SubmitMultiSM) SetAlertOnMsgDelivery ¶
func (c *SubmitMultiSM) SetAlertOnMsgDelivery(value bool) *Exception.Exception
func (*SubmitMultiSM) SetBody ¶
func (c *SubmitMultiSM) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
func (*SubmitMultiSM) SetCallbackNum ¶
func (c *SubmitMultiSM) SetCallbackNum(value *Utils.ByteBuffer) *Exception.Exception
func (*SubmitMultiSM) SetCallbackNumAtag ¶
func (c *SubmitMultiSM) SetCallbackNumAtag(value *Utils.ByteBuffer) *Exception.Exception
func (*SubmitMultiSM) SetCallbackNumPresInd ¶
func (c *SubmitMultiSM) SetCallbackNumPresInd(value byte) *Exception.Exception
func (*SubmitMultiSM) SetDataCoding ¶
func (c *SubmitMultiSM) SetDataCoding(dat byte)
func (*SubmitMultiSM) SetDestAddr ¶
func (c *SubmitMultiSM) SetDestAddr(value *Address)
func (*SubmitMultiSM) SetDestAddrFromStr ¶
func (c *SubmitMultiSM) SetDestAddrFromStr(st string) *Exception.Exception
func (*SubmitMultiSM) SetDestAddrFromStrTon ¶
func (c *SubmitMultiSM) SetDestAddrFromStrTon(ton, npi byte, st string) *Exception.Exception
func (*SubmitMultiSM) SetDestAddrSubunit ¶
func (c *SubmitMultiSM) SetDestAddrSubunit(value byte) *Exception.Exception
func (*SubmitMultiSM) SetDestSubaddress ¶
func (c *SubmitMultiSM) SetDestSubaddress(value *Utils.ByteBuffer) *Exception.Exception
func (*SubmitMultiSM) SetDestinationPort ¶
func (c *SubmitMultiSM) SetDestinationPort(value int16) *Exception.Exception
func (*SubmitMultiSM) SetDisplayTime ¶
func (c *SubmitMultiSM) SetDisplayTime(value byte) *Exception.Exception
func (*SubmitMultiSM) SetEsmClass ¶
func (c *SubmitMultiSM) SetEsmClass(dat byte)
func (*SubmitMultiSM) SetLanguageIndicator ¶
func (c *SubmitMultiSM) SetLanguageIndicator(value byte) *Exception.Exception
func (*SubmitMultiSM) SetMessagePayload ¶
func (c *SubmitMultiSM) SetMessagePayload(value *Utils.ByteBuffer) *Exception.Exception
func (*SubmitMultiSM) SetMsMsgWaitFacilities ¶
func (c *SubmitMultiSM) SetMsMsgWaitFacilities(value byte) *Exception.Exception
func (*SubmitMultiSM) SetMsValidity ¶
func (c *SubmitMultiSM) SetMsValidity(value byte) *Exception.Exception
func (*SubmitMultiSM) SetPayloadType ¶
func (c *SubmitMultiSM) SetPayloadType(value byte) *Exception.Exception
func (*SubmitMultiSM) SetPriorityFlag ¶
func (c *SubmitMultiSM) SetPriorityFlag(dat byte)
func (*SubmitMultiSM) SetPrivacyIndicator ¶
func (c *SubmitMultiSM) SetPrivacyIndicator(value byte) *Exception.Exception
func (*SubmitMultiSM) SetProtocolId ¶
func (c *SubmitMultiSM) SetProtocolId(dat byte)
func (*SubmitMultiSM) SetRegisteredDelivery ¶
func (c *SubmitMultiSM) SetRegisteredDelivery(dat byte)
func (*SubmitMultiSM) SetReplaceIfPresentFlag ¶
func (c *SubmitMultiSM) SetReplaceIfPresentFlag(dat byte)
func (*SubmitMultiSM) SetSarMsgRefNum ¶
func (c *SubmitMultiSM) SetSarMsgRefNum(value int16) *Exception.Exception
func (*SubmitMultiSM) SetSarSegmentSeqnum ¶
func (c *SubmitMultiSM) SetSarSegmentSeqnum(value uint8) *Exception.Exception
func (*SubmitMultiSM) SetSarTotalSegments ¶
func (c *SubmitMultiSM) SetSarTotalSegments(value uint8) *Exception.Exception
func (*SubmitMultiSM) SetScheduleDeliveryTime ¶
func (c *SubmitMultiSM) SetScheduleDeliveryTime(value string) *Exception.Exception
func (*SubmitMultiSM) SetServiceType ¶
func (c *SubmitMultiSM) SetServiceType(value string) *Exception.Exception
func (*SubmitMultiSM) SetSmDefaultMsgId ¶
func (c *SubmitMultiSM) SetSmDefaultMsgId(value byte)
func (*SubmitMultiSM) SetSmLength ¶
func (c *SubmitMultiSM) SetSmLength(value int16)
func (*SubmitMultiSM) SetSmsSignal ¶
func (c *SubmitMultiSM) SetSmsSignal(value int16) *Exception.Exception
func (*SubmitMultiSM) SetSourceAddr ¶
func (c *SubmitMultiSM) SetSourceAddr(value *Address)
func (*SubmitMultiSM) SetSourceAddrFromStr ¶
func (c *SubmitMultiSM) SetSourceAddrFromStr(st string) *Exception.Exception
func (*SubmitMultiSM) SetSourceAddrFromStrTon ¶
func (c *SubmitMultiSM) SetSourceAddrFromStrTon(ton, npi byte, st string) *Exception.Exception
func (*SubmitMultiSM) SetSourceAddrSubunit ¶
func (c *SubmitMultiSM) SetSourceAddrSubunit(value byte) *Exception.Exception
func (*SubmitMultiSM) SetSourcePort ¶
func (c *SubmitMultiSM) SetSourcePort(value int16) *Exception.Exception
func (*SubmitMultiSM) SetSourceSubaddress ¶
func (c *SubmitMultiSM) SetSourceSubaddress(value *Utils.ByteBuffer) *Exception.Exception
func (*SubmitMultiSM) SetUserMessageReference ¶
func (c *SubmitMultiSM) SetUserMessageReference(value int16) *Exception.Exception
func (*SubmitMultiSM) SetValidityPeriod ¶
func (c *SubmitMultiSM) SetValidityPeriod(value string) *Exception.Exception
type SubmitMultiSMResp ¶
type SubmitMultiSMResp struct { Response // contains filtered or unexported fields }
func NewSubmitMultiSMResp ¶
func NewSubmitMultiSMResp() *SubmitMultiSMResp
func (*SubmitMultiSMResp) AddUnsuccessSME ¶
func (c *SubmitMultiSMResp) AddUnsuccessSME(sme *UnsuccessSME) *Exception.Exception
func (*SubmitMultiSMResp) Construct ¶
func (c *SubmitMultiSMResp) Construct()
func (*SubmitMultiSMResp) GetBody ¶
func (c *SubmitMultiSMResp) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
func (*SubmitMultiSMResp) GetInstance ¶
func (c *SubmitMultiSMResp) GetInstance() (IPDU, error)
func (*SubmitMultiSMResp) GetMessageId ¶
func (c *SubmitMultiSMResp) GetMessageId() string
func (*SubmitMultiSMResp) GetNoUnsuccess ¶
func (c *SubmitMultiSMResp) GetNoUnsuccess() int16
func (*SubmitMultiSMResp) GetUnsuccessSME ¶
func (c *SubmitMultiSMResp) GetUnsuccessSME(index int) Common.IByteData
func (*SubmitMultiSMResp) SetBody ¶
func (c *SubmitMultiSMResp) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
func (*SubmitMultiSMResp) SetMessageId ¶
func (c *SubmitMultiSMResp) SetMessageId(value string) *Exception.Exception
type SubmitSM ¶
type SubmitSM struct { Request // contains filtered or unexported fields }
func NewSubmitSM ¶
func NewSubmitSM() *SubmitSM
func (*SubmitSM) CreateResponse ¶
func (*SubmitSM) GetAlertOnMsgDelivery ¶
func (*SubmitSM) GetCallbackNum ¶
func (c *SubmitSM) GetCallbackNum() (*Utils.ByteBuffer, *Exception.Exception)
func (*SubmitSM) GetCallbackNumAtag ¶
func (c *SubmitSM) GetCallbackNumAtag() (*Utils.ByteBuffer, *Exception.Exception)
func (*SubmitSM) GetCallbackNumPresInd ¶
func (*SubmitSM) GetDataCoding ¶
func (*SubmitSM) GetDestAddr ¶
func (*SubmitSM) GetDestAddrSubunit ¶
func (*SubmitSM) GetDestSubaddress ¶
func (c *SubmitSM) GetDestSubaddress() (*Utils.ByteBuffer, *Exception.Exception)
func (*SubmitSM) GetDestinationPort ¶
func (*SubmitSM) GetEsmClass ¶
func (*SubmitSM) GetInstance ¶
func (*SubmitSM) GetLanguageIndicator ¶
func (*SubmitSM) GetMessagePayload ¶
func (c *SubmitSM) GetMessagePayload() (*Utils.ByteBuffer, *Exception.Exception)
func (*SubmitSM) GetMsMsgWaitFacilities ¶
func (*SubmitSM) GetPriorityFlag ¶
func (*SubmitSM) GetPrivacyIndicator ¶
func (*SubmitSM) GetProtocolId ¶
func (*SubmitSM) GetRegisteredDelivery ¶
func (*SubmitSM) GetReplaceIfPresentFlag ¶
func (*SubmitSM) GetSarMsgRefNum ¶
func (*SubmitSM) GetSarSegmentSeqnum ¶
func (*SubmitSM) GetSarTotalSegments ¶
func (*SubmitSM) GetScheduleDeliveryTime ¶
func (*SubmitSM) GetServiceType ¶
func (*SubmitSM) GetShortMessage ¶
func (*SubmitSM) GetShortMessageData ¶
func (c *SubmitSM) GetShortMessageData() (*Utils.ByteBuffer, *Exception.Exception)
func (*SubmitSM) GetShortMessageWithEncoding ¶
func (*SubmitSM) GetSmDefaultMsgId ¶
func (*SubmitSM) GetSmLength ¶
func (*SubmitSM) GetSourceAddr ¶
func (*SubmitSM) GetSourceAddrSubunit ¶
func (*SubmitSM) GetSourceSubaddress ¶
func (c *SubmitSM) GetSourceSubaddress() (*Utils.ByteBuffer, *Exception.Exception)
func (*SubmitSM) GetUserMessageReference ¶
func (*SubmitSM) GetUserResponseCode ¶
func (*SubmitSM) GetValidityPeriod ¶
func (*SubmitSM) HasAlertOnMsgDelivery ¶
func (*SubmitSM) HasCallbackNum ¶
func (*SubmitSM) HasCallbackNumAtag ¶
func (*SubmitSM) HasCallbackNumPresInd ¶
func (*SubmitSM) HasDestAddrSubunit ¶
func (*SubmitSM) HasDestSubaddress ¶
func (*SubmitSM) HasDestinationPort ¶
func (*SubmitSM) HasDisplayTime ¶
func (*SubmitSM) HasLanguageIndicator ¶
func (*SubmitSM) HasMessagePayload ¶
func (*SubmitSM) HasMsMsgWaitFacilities ¶
func (*SubmitSM) HasMsValidity ¶
func (*SubmitSM) HasPayloadType ¶
func (*SubmitSM) HasPrivacyIndicator ¶
func (*SubmitSM) HasSarMsgRefNum ¶
func (*SubmitSM) HasSarSegmentSeqnum ¶
func (*SubmitSM) HasSarTotalSegments ¶
func (*SubmitSM) HasSmsSignal ¶
func (*SubmitSM) HasSourceAddrSubunit ¶
func (*SubmitSM) HasSourcePort ¶
func (*SubmitSM) HasSourceSubaddress ¶
func (*SubmitSM) HasUserMessageReference ¶
func (*SubmitSM) HasUserResponseCode ¶
func (*SubmitSM) SetAlertOnMsgDelivery ¶
func (*SubmitSM) SetCallbackNum ¶
func (c *SubmitSM) SetCallbackNum(value *Utils.ByteBuffer) *Exception.Exception
func (*SubmitSM) SetCallbackNumAtag ¶
func (c *SubmitSM) SetCallbackNumAtag(value *Utils.ByteBuffer) *Exception.Exception
func (*SubmitSM) SetCallbackNumPresInd ¶
func (*SubmitSM) SetDataCoding ¶
func (*SubmitSM) SetDestAddr ¶
func (*SubmitSM) SetDestAddrFromStr ¶
func (*SubmitSM) SetDestAddrFromStrTon ¶
func (*SubmitSM) SetDestAddrSubunit ¶
func (*SubmitSM) SetDestSubaddress ¶
func (c *SubmitSM) SetDestSubaddress(value *Utils.ByteBuffer) *Exception.Exception
func (*SubmitSM) SetDestinationPort ¶
func (*SubmitSM) SetDisplayTime ¶
func (*SubmitSM) SetEsmClass ¶
func (*SubmitSM) SetLanguageIndicator ¶
func (*SubmitSM) SetMessagePayload ¶
func (c *SubmitSM) SetMessagePayload(value *Utils.ByteBuffer) *Exception.Exception
func (*SubmitSM) SetMsMsgWaitFacilities ¶
func (*SubmitSM) SetPayloadType ¶
func (*SubmitSM) SetPriorityFlag ¶
func (*SubmitSM) SetPrivacyIndicator ¶
func (*SubmitSM) SetProtocolId ¶
func (*SubmitSM) SetRegisteredDelivery ¶
func (*SubmitSM) SetReplaceIfPresentFlag ¶
func (*SubmitSM) SetSarMsgRefNum ¶
func (*SubmitSM) SetSarSegmentSeqnum ¶
func (*SubmitSM) SetSarTotalSegments ¶
func (*SubmitSM) SetScheduleDeliveryTime ¶
func (*SubmitSM) SetServiceType ¶
func (*SubmitSM) SetShortMessage ¶
func (*SubmitSM) SetShortMessageData ¶
func (c *SubmitSM) SetShortMessageData(value *Utils.ByteBuffer) *Exception.Exception
func (*SubmitSM) SetShortMessageWithEncoding ¶
func (*SubmitSM) SetSmDefaultMsgId ¶
func (*SubmitSM) SetSmLength ¶
func (*SubmitSM) SetSourceAddr ¶
func (*SubmitSM) SetSourceAddrFromStr ¶
func (*SubmitSM) SetSourceAddrFromStrTon ¶
func (*SubmitSM) SetSourceAddrSubunit ¶
func (*SubmitSM) SetSourceSubaddress ¶
func (c *SubmitSM) SetSourceSubaddress(value *Utils.ByteBuffer) *Exception.Exception
func (*SubmitSM) SetUserMessageReference ¶
func (*SubmitSM) SetUserResponseCode ¶
type SubmitSMResp ¶
type SubmitSMResp struct { Response // contains filtered or unexported fields }
func NewSubmitSMResp ¶
func NewSubmitSMResp() *SubmitSMResp
func (*SubmitSMResp) Construct ¶
func (c *SubmitSMResp) Construct()
func (*SubmitSMResp) GetBody ¶
func (c *SubmitSMResp) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
func (*SubmitSMResp) GetInstance ¶
func (c *SubmitSMResp) GetInstance() (IPDU, error)
func (*SubmitSMResp) GetMessageId ¶
func (c *SubmitSMResp) GetMessageId() string
func (*SubmitSMResp) SetBody ¶
func (c *SubmitSMResp) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
func (*SubmitSMResp) SetMessageId ¶
func (c *SubmitSMResp) SetMessageId(value string) *Exception.Exception
type Unbind ¶
type Unbind struct {
Request
}
func (*Unbind) CreateResponse ¶
func (*Unbind) GetInstance ¶
type UnbindResp ¶
type UnbindResp struct {
Response
}
func NewUnbindResp ¶
func NewUnbindResp() *UnbindResp
func (*UnbindResp) Construct ¶
func (c *UnbindResp) Construct()
func (*UnbindResp) GetBody ¶
func (c *UnbindResp) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU)
func (*UnbindResp) GetInstance ¶
func (c *UnbindResp) GetInstance() (IPDU, error)
func (*UnbindResp) SetBody ¶
func (c *UnbindResp) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU)
type UnsuccessSME ¶
type UnsuccessSME struct { Address // contains filtered or unexported fields }
func NewUnsuccessSME ¶
func NewUnsuccessSME() *UnsuccessSME
func NewUnsuccessSMEWithAddrErr ¶
func NewUnsuccessSMEWithAddrErr(addr string, err int32) (*UnsuccessSME, *Exception.Exception)
func (*UnsuccessSME) Construct ¶
func (c *UnsuccessSME) Construct()
func (*UnsuccessSME) GetData ¶
func (c *UnsuccessSME) GetData() (*Utils.ByteBuffer, *Exception.Exception)
func (*UnsuccessSME) GetErrorStatusCode ¶
func (c *UnsuccessSME) GetErrorStatusCode() int32
func (*UnsuccessSME) SetData ¶
func (c *UnsuccessSME) SetData(buf *Utils.ByteBuffer) *Exception.Exception
func (*UnsuccessSME) SetErrorStatusCode ¶
func (c *UnsuccessSME) SetErrorStatusCode(sc int32)
type UnsuccessSMEsList ¶
type UnsuccessSMEsList struct {
Common.ByteDataList
}
func NewUnsuccessSMEsList ¶
func NewUnsuccessSMEsList() *UnsuccessSMEsList
func (*UnsuccessSMEsList) Construct ¶
func (c *UnsuccessSMEsList) Construct()
func (*UnsuccessSMEsList) CreateValue ¶
func (c *UnsuccessSMEsList) CreateValue() Common.IByteData
Source Files ¶
- Address.go
- AddressRange.go
- AlertNotification.go
- BindReceiver.go
- BindReceiverResp.go
- BindRequest.go
- BindResponse.go
- BindTransceiver.go
- BindTransceiverResp.go
- BindTransmitter.go
- BindTransmitterResp.go
- CancelSM.go
- CancelSMResp.go
- DataSM.go
- DataSMResp.go
- DeliverSM.go
- DeliverSMResp.go
- DestinationAddress.go
- DistributionList.go
- EnquireLink.go
- EnquireLinkResp.go
- GenericNack.go
- Outbind.go
- PDU.go
- PDUFactory.go
- PDUHeader.go
- QuerySM.go
- QuerySMResp.go
- ReplaceSM.go
- ReplaceSMResp.go
- Request.go
- Response.go
- ShortMessage.go
- SubmitMultiSM.go
- SubmitMultiSMResp.go
- SubmitSM.go
- SubmitSMResp.go
- Unbind.go
- UnbindResp.go
- UnsuccessSME.go
Click to show internal directories.
Click to hide internal directories.