| 
                   | 
               
                  
                   | 
            |
Location: 
            Gsmuelem.h
            
Link against: gsmu.lib
            
         
class TSmsOctet;
Base class for performing all operations on octets.
Defined in TSmsOctet:
            DecodeL(), ExternalizeL(), FillSemiOctets(), InternalizeL(), SemiOctetsToNum(), TSmsOctet(), TSmsOctet(), iValue, operator TInt()
            
         
inline TSmsOctet(TInt aValue);
Constructor, initialising the octet value with a TInt.
                  
  | 
            
inline TSmsOctet(TUint8 aValue=0);
Constructor, initialising the octet value with a TInt8.
                  
  | 
            
inline void FillSemiOctets(TInt aNum);
Converts an integer to semi-octet format and set the object's data to this value.
                  
  | 
            
inline TInt SemiOctetsToNum() const;
Converts a semi-octet value to an integer.
                  
  | 
            
inline void DecodeL(TGsmuLex8 &aPdu);
Sets the octet value to the next byte in TGsmuLex8 PDU.
         
                  
  | 
            
inline void InternalizeL(RReadStream &aStream);
Internalises the object.
                  
  | 
            
inline void ExternalizeL(RWriteStream &aStream) const;
Externalises the object.
                  
  | 
            
protected: TUint8 iValue;
Octet value.