Whisperstream Research Group - SerialComm GSM SDK Documentation

PDUTypeDeliver Members

PDUTypeDeliver overview

Public Instance Constructors

PDUTypeDeliver Constructor PDUTypeDeliver constructor

Public Instance Properties

MMS More Messages to Send (is only set by the SMSC) 0 More messages are waiting for the MS in the SMSC 1 No more messages are waiting for the MS in the SMSC
MTI (inherited from PDUTypeBase) Message Type Indicator 0 0 SMS-DELIVER (SMSC ==> MS) 0 0 SMS-DELIVER REPORT (MS ==> SMSC, is generated automatically by the M20, after receiving a SMS-DELIVER) 0 1 SMS-SUBMIT (MS ==> SMSC) 0 1 SMS-SUBMIT REPORT (SMSC ==> MS) 1 0 SMS-STATUS REPORT (SMSC ==> MS) 1 0 SMS-COMMAND (MS ==> SMSC) 1 1 Reserved
RP (inherited from PDUTypeBase) Reply Path 0 Reply Path parameter is not set in this PDU 1 Reply Path parameter is set in this PDU
SRI Status Report Indication (is only set by the SMSC) 0 A status report will not be returned to the SME 1 A status report will be returned to the SME
UDHI (inherited from PDUTypeBase) User Data Header Indicator 0 The UD field contains only the short message 1 The beginning of the UD field contains a header in addition of the short message
VPF (inherited from PDUTypeBase) Validity Period Format 0 0 VP field is not present 0 1 Reserved 1 0 VP field present an integer represented (relative) 1 1 VP field present an semi-octet represented (absolute) any reserved values may be rejected by the SMSC

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetBit (inherited from PDUTypeBase) Gets the bits specified from the pdu byte
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
SetBit (inherited from PDUTypeBase) Sets a bit/bits of the pdu byte

See Also

PDUTypeDeliver Class | Whisperstream.SerialComm.Framework.SMS Namespace