Whisperstream Research Group - SerialComm GSM SDK Documentation

PDUTypeSubmit Members

PDUTypeSubmit overview

Public Instance Constructors

PDUTypeSubmit Constructor PDUTypeSubmit constructor

Public Instance Properties

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
RD Reject Duplicate 0 Instruct the SMSC to accept an SMS-SUBMIT for an short message still held in the SMSC which has the same MR and DA as a previously submitted short message from the same OA. 1 Instruct the SMSC to reject an SMS-SUBMIT for a short message still held in the SMSC which has the same MR and DA as a previously submitted short message from the same OA.
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
SRR Status Report Request 0 A status report is not requested 1 A status report is requested
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

PDUTypeSubmit Class | Whisperstream.SerialComm.Framework.SMS Namespace