Enum CommandSet
- Namespace
- Inetlab.SMPP.Common
- Assembly
- cs.temp.dll.dll
The CommandSet identifies the type of message the SMPP PDU represents,
public enum CommandSet : uint
Fields
AlertNotification = 258UBindReceiver = 1UBindReceiverResp = 2147483649UBindTransceiver = 9UBindTransceiverResp = 2147483657UBindTransmitter = 2UBindTransmitterResp = 2147483650UCancelSm = 8UCancelSmResp = 2147483656UDataSm = 259UDataSmResp = 2147483907UDeliverSm = 5UDeliverSmResp = 2147483653UEnquireLink = 21UEnquireLinkResp = 2147483669UGenericNack = 2147483648U- generic negative acknowledgement to an SMPP PDU submitted with an invalid message header.
Outbind = 11UQuerySm = 3UQuerySmResp = 2147483651UReplaceSm = 7UReplaceSmResp = 2147483655USubmitMulti = 33USubmitMultiResp = 2147483681USubmitSm = 4USubmitSmResp = 2147483652UUnbind = 6UUnbindResp = 2147483654UUnknownPacket = 0U