TSdpIntBuf Class Reference

#include <btsdp.h>

Link against: HtiBtCommServer.lib

class TSdpIntBuf : public TBufC8< sizeof(T)>

Inherits from

  • TSdpIntBuf
    Public Member Functions
    TSdpIntBuf(const T &)
    Inherited Attributes
    TBufC8< sizeof(T)>::iBuf
    Inherited Functions
    TBufC8< sizeof(T)>::Des()
    TBufC8< sizeof(T)>::TBufC8()
    TBufC8< sizeof(T)>::TBufC8(const TDesC8 &)
    TBufC8< sizeof(T)>::TBufC8(const TUint8 *)
    TBufC8< sizeof(T)>::operator=(const TDesC8 &)
    TBufC8< sizeof(T)>::operator=(const TUint8 *)
    TBufCBase8::Copy(const TDesC8 &,TInt)
    TBufCBase8::Copy(const TUint8 *,TInt)
    TBufCBase8::DoDes(TInt)
    TBufCBase8::TBufCBase8()
    TBufCBase8::TBufCBase8(TInt)
    TBufCBase8::TBufCBase8(const TDesC8 &,TInt)
    TBufCBase8::TBufCBase8(const TUint8 *,TInt)
    TBufCBase8::WPtr()const
    TDesC8::Alloc()const
    TDesC8::AllocL()const
    TDesC8::AllocLC()const
    TDesC8::AtC(TInt)const
    TDesC8::Compare(const TDesC8 &)const
    TDesC8::CompareC(const TDesC8 &)const
    TDesC8::CompareF(const TDesC8 &)const
    TDesC8::DoSetLength(TInt)
    TDesC8::Find(const TDesC8 &)const
    TDesC8::Find(const TUint8 *,TInt)const
    TDesC8::FindC(const TDesC8 &)const
    TDesC8::FindC(const TUint8 *,TInt)const
    TDesC8::FindF(const TDesC8 &)const
    TDesC8::FindF(const TUint8 *,TInt)const
    TDesC8::Left(TInt)const
    TDesC8::Length()const
    TDesC8::Locate(TChar)const
    TDesC8::LocateF(TChar)const
    TDesC8::LocateReverse(TChar)const
    TDesC8::LocateReverseF(TChar)const
    TDesC8::Match(const TDesC8 &)const
    TDesC8::MatchC(const TDesC8 &)const
    TDesC8::MatchF(const TDesC8 &)const
    TDesC8::Mid(TInt)const
    TDesC8::Mid(TInt,TInt)const
    TDesC8::Ptr()const
    TDesC8::Right(TInt)const
    TDesC8::Size()const
    TDesC8::TDesC8()
    TDesC8::TDesC8(TInt,TInt)
    TDesC8::Type()const
    TDesC8::operator!=(const TDesC8 &)const
    TDesC8::operator<(const TDesC8 &)const
    TDesC8::operator<=(const TDesC8 &)const
    TDesC8::operator==(const TDesC8 &)const
    TDesC8::operator>(const TDesC8 &)const
    TDesC8::operator>=(const TDesC8 &)const
    TDesC8::operator[](TInt)const

    Detailed Description

    Integer to Descriptor Convertor

    Utility class to convert EPOC integers into TDesC8's, in the correct format for passing to the BuildIntL and BuildUintL members in SDP. This is effectively a Big-endian variant of TPckgBuf.

    Constructor & Destructor Documentation

    TSdpIntBuf ( const T & )

    TSdpIntBuf(const T &aRef)[inline]