class CObexNullObject : public CObexBaseObject |
Concrete OBEX object with NULL data representation. Use when only the headers of an object are required, and the data (if any) can safely be discarded.
Public Member Functions | |
---|---|
IMPORT_C CObexNullObject * | NewL() |
Private Member Functions | |
---|---|
void | ConstructL() |
TInt | DataSize() |
void | GetData(TInt, TDes8 &) |
void | NewData(TInt, TDes8 &) |
void | ResetData() |
Inherited Enumerations | |
---|---|
CObexBaseObject:TProgress |