|
|
|
|
Location:
btsdp.h
class TSdpIntBuf : public TBufC8< sizeof(T)>;
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.
TBufC8< sizeof(T)> - No description.TSdpIntBuf - Integer to Descriptor ConvertorDefined in TSdpIntBuf:
TSdpIntBuf()
inline TSdpIntBuf(const T &aRef);
|