Versions in this module Expand all Collapse all v0 v0.1.3 Oct 17, 2019 v0.1.2 Jul 8, 2019 v0.1.1 Jul 8, 2019 v0.1.0 Mar 9, 2018 Changes in this version + const VALID_ALL + const VALID_BODY + const VALID_HEADER + const VALID_NONE + var SequenceNumber int32 + func CreatePDU(buf *Utils.ByteBuffer) (IPDU, *Exception.Exception, IPDUHeader) + type Address struct + Address string + MaxAddressLength int32 + Npi byte + Ton byte + 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 struct + AddressRange string + Npi byte + Ton byte + func NewAddressRange() *AddressRange + func NewAddressRangeWithAddr(addr string) (*AddressRange, error) + func NewAddressRangeWithTonNpiAddr(ton, npi byte, addr string) (*AddressRange, error) + 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 struct + func NewAlertNotification() *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 struct + func NewBindReceiver() *BindReceiver + func (c *BindReceiver) Construct() + func (c *BindReceiver) CreateResponse() (IResponse, error) + func (c *BindReceiver) GetInstance() (IPDU, error) + func (c *BindReceiver) IsReceiver() bool + func (c *BindReceiver) IsTransmitter() bool + type BindReceiverResp struct + func NewBindReceiverResp() *BindReceiverResp + func (c *BindReceiverResp) Construct() + func (c *BindReceiverResp) GetInstance() (IPDU, error) + type BindRequest struct + func NewBindRequest() *BindRequest + func NewBindRequestWithCmdId(cmdId int32) *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 struct + func NewBindResponseWithCmdId(cmdId int32) *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 struct + func NewBindTransceiver() *BindTransceiver + func (c *BindTransceiver) Construct() + func (c *BindTransceiver) CreateResponse() (IResponse, error) + func (c *BindTransceiver) GetInstance() (IPDU, error) + func (c *BindTransceiver) IsReceiver() bool + func (c *BindTransceiver) IsTransmitter() bool + type BindTransceiverResp struct + func NewBindTransceiverResp() *BindTransceiverResp + func (c *BindTransceiverResp) Construct() + func (c *BindTransceiverResp) GetInstance() (IPDU, error) + type BindTransmitter struct + func NewBindTransmitter() *BindTransmitter + func (c *BindTransmitter) Construct() + func (c *BindTransmitter) CreateResponse() (IResponse, error) + func (c *BindTransmitter) GetInstance() (IPDU, error) + func (c *BindTransmitter) IsReceiver() bool + func (c *BindTransmitter) IsTransmitter() bool + type BindTransmitterResp struct + func NewBindTransmitterResp() *BindTransmitterResp + func (c *BindTransmitterResp) Construct() + func (c *BindTransmitterResp) GetInstance() (IPDU, error) + type CancelSM struct + func NewCancelSM() *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 struct + func NewCancelSMResp() *CancelSMResp + func (c *CancelSMResp) Construct() + func (c *CancelSMResp) GetBody() (*Utils.ByteBuffer, *Exception.Exception, IPDU) + func (c *CancelSMResp) GetInstance() (IPDU, error) + func (c *CancelSMResp) SetBody(buffer *Utils.ByteBuffer) (*Exception.Exception, IPDU) + type DataSM struct + func NewDataSM() *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 struct + func NewDataSMResp() *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 struct + func NewDeliverSM() *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 struct + 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 struct + func NewDestinationAddress() *DestinationAddress + func NewDestinationAddressWithAddr(addr string) (*DestinationAddress, *Exception.Exception) + 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 struct + func NewDistributionList() *DistributionList + func NewDistributionListWithDlName(dlName string) (*DistributionList, *Exception.Exception) + 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 struct + func NewEnquireLink() *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 struct + func NewEnquireLinkResp() *EnquireLinkResp + func (c *EnquireLinkResp) Construct() + func (c *EnquireLinkResp) GetBody() (*Utils.ByteBuffer, *Exception.Exception, IPDU) + func (c *EnquireLinkResp) GetInstance() (IPDU, error) + func (c *EnquireLinkResp) SetBody(buf *Utils.ByteBuffer) (*Exception.Exception, IPDU) + type GenericNack struct + func NewGenericNack() *GenericNack + func NewGenericNackWithCmStatusSeqNum(cmdStatus, seqNumber int32) *GenericNack + func (c *GenericNack) Construct() + func (c *GenericNack) GetBody() (*Utils.ByteBuffer, *Exception.Exception, IPDU) + func (c *GenericNack) GetInstance() (IPDU, error) + func (c *GenericNack) SetBody(buf *Utils.ByteBuffer) (*Exception.Exception, IPDU) + type IBindRequest interface + IsReceiver func() bool + IsTransmitter func() bool + type IPDU interface + AssignSequenceNumber func() + GetBody func() (*Utils.ByteBuffer, *Exception.Exception, IPDU) + GetData func() (*Utils.ByteBuffer, *Exception.Exception, IPDU) + GetInstance func() (IPDU, error) + IsEquals func(pdu IPDU) bool + SetBody func(buffer *Utils.ByteBuffer) (*Exception.Exception, IPDU) + SetData func(buffer *Utils.ByteBuffer) (*Exception.Exception, IPDU) + func CreatePDUWithCmdId(cmdId int32) (IPDU, error) + type IPDUHeader interface + GetCommandId func() int32 + GetCommandLength func() int32 + GetCommandStatus func() int32 + GetSequenceNumber func() int32 + SetCommandId func(cmdId int32) + SetCommandLength func(length int32) + SetCommandStatus func(status int32) + SetSequenceNumber func(seq int32) + type IRequest interface + CanResponse func() bool + CreateResponse func() (IResponse, error) + GetResponse func() (IResponse, error) + type IResponse interface + CanResponse func() bool + GetOriginalRequest func() IRequest + SetOriginalRequest func(t IRequest) + func NewDeliverSMResp() IResponse + type Outbind struct + func NewOutbind() *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 struct + ApplicationSpecificInfo map[interface{}]interface{} + ExtraOptionalParameters []TLV.ITLV + Header *PDUHeader + OptionalParameters []TLV.ITLV + RealRef IPDU + SequenceNumberChanged bool + Valid byte + func NewPDU() *PDU + func NewPDUWithCommand(commandId int32) *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 struct + CommandId int32 + CommandLength int32 + CommandStatus int32 + SequenceNumber int32 + func NewPDUHeader() *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 struct + func NewQuerySM() *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 struct + func NewQuerySMResp() *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 struct + func NewReplaceSM() *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 struct + func NewReplaceSMResp() *ReplaceSMResp + func (c *ReplaceSMResp) Construct() + func (c *ReplaceSMResp) GetBody() (*Utils.ByteBuffer, *Exception.Exception, IPDU) + func (c *ReplaceSMResp) GetInstance() (IPDU, error) + func (c *ReplaceSMResp) SetBody(buf *Utils.ByteBuffer) (*Exception.Exception, IPDU) + type Request struct + func NewRequest() *Request + func NewRequestWithCmdId(cmdId int32) *Request + func (c *Request) CanResponse() bool + func (c *Request) Construct() + func (c *Request) GetResponse() (res IResponse, err error) + func (c *Request) GetResponseCommandId() (int32, error) + func (c *Request) IsRequest() bool + func (c *Request) IsResponse() bool + type Response struct + func NewResponse() *Response + func NewResponseWithCmdId(cmdId int32) *Response + func (c *Response) CanResponse() bool + func (c *Response) Construct() + func (c *Response) GetOriginalRequest() IRequest + func (c *Response) IsRequest() bool + func (c *Response) IsResponse() bool + func (c *Response) SetOriginalRequest(t IRequest) + type ShortMessage struct + func NewShortMessageWithMaxLength(maxLength int32) *ShortMessage + func NewShortMessageWithMinMaxLength(minLength, maxLength int32) *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 struct + func NewSubmitMultiSM() *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 struct + func NewSubmitMultiSMResp() *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 struct + func NewSubmitSM() *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 struct + func NewSubmitSMResp() *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 struct + func NewUnbind() *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 struct + func NewUnbindResp() *UnbindResp + func (c *UnbindResp) Construct() + func (c *UnbindResp) GetBody() (buf *Utils.ByteBuffer, err *Exception.Exception, source IPDU) + func (c *UnbindResp) GetInstance() (IPDU, error) + func (c *UnbindResp) SetBody(buf *Utils.ByteBuffer) (err *Exception.Exception, source IPDU) + type UnsuccessSME struct + func NewUnsuccessSME() *UnsuccessSME + func NewUnsuccessSMEWithAddrErr(addr string, err int32) (*UnsuccessSME, *Exception.Exception) + func NewUnsuccessSMEWithTonNpiAddrErr(ton, npi byte, addr string, err int32) (*UnsuccessSME, *Exception.Exception) + func (c *UnsuccessSME) Construct() + func (c *UnsuccessSME) GetData() (*Utils.ByteBuffer, *Exception.Exception) + func (c *UnsuccessSME) GetErrorStatusCode() int32 + func (c *UnsuccessSME) SetData(buf *Utils.ByteBuffer) *Exception.Exception + func (c *UnsuccessSME) SetErrorStatusCode(sc int32) + type UnsuccessSMEsList struct + func NewUnsuccessSMEsList() *UnsuccessSMEsList + func (c *UnsuccessSMEsList) Construct() + func (c *UnsuccessSMEsList) CreateValue() Common.IByteData