Location:
Gsmuelem.h
Link against: gsmu.lib
class TSmsParameterIndicator : public TSmsOctet;
TP-PI octet. Found in Reports and Commands
TSmsOctet
- Base class for performing all operations on octets
TSmsParameterIndicator
- TP-PI octet
Defined in TSmsParameterIndicator
:
DataCodingSchemePresent()
, ESmsPIDDataCodingSchemePresent
, ESmsPIDExtension
, ESmsPIDProtocolIdentifierPresent
, ESmsPIDReserved1
, ESmsPIDReserved2
, ESmsPIDReserved3
, ESmsPIDReserved4
, ESmsPIDUserDataPresent
, Extension()
, ProtocolIdentifierPresent()
, SetDataCodingSchemePresent()
, SetExtension()
, SetProtocolIdentifierPresent()
, SetUserDataPresent()
, TSmsPIBits
, UserDataPresent()
Inherited from TSmsOctet
:
DecodeL()
,
ExternalizeL()
,
FillSemiOctets()
,
InternalizeL()
,
SemiOctetsToNum()
,
iValue
,
operator TInt()
inline TBool Extension() const;
Tests if the extension flag is set.
|
inline void SetExtension(TBool aExtension);
Sets extension flag.
|
inline TBool UserDataPresent() const;
Tests user data present flag.
|
inline void SetUserDataPresent(TBool aPresent);
Sets user data present flag.
|
inline TBool DataCodingSchemePresent() const;
Tests data coding scheme present flag.
|
inline void SetDataCodingSchemePresent(TBool aPresent);
Sets data coding scheme present flag.
|
inline TBool ProtocolIdentifierPresent() const;
Tests protocol identifier present flag.
|
inline void SetProtocolIdentifierPresent(TBool aPresent);
Sets protocol identifier present flag.
|
TSmsPIBits
TP-PI bit flags.
|