Public Member Functions | |
void | WatchL () |
void | DefinePropertyL () |
Static Public Member Functions | |
static CArrayPropertyWatch * | NewL (CConsoleBase *aConsole) |
Subscribes to a byte-array property using the active object framework
Definition at line 31 of file subscribe.h.
CArrayPropertyWatch * CArrayPropertyWatch::NewL | ( | CConsoleBase * | aConsole | ) | [static] |
Constructs a CArrayPropertyWatch object
aConsole | The console interface |
Definition at line 49 of file subscribespec.cpp.
void CArrayPropertyWatch::WatchL | ( | ) |
Issues an outstanding request by subscribing to the property
Definition at line 122 of file subscribestd.cpp.
void CArrayPropertyWatch::DefinePropertyL | ( | ) |
Defines and subscribes to the property
Definition at line 127 of file subscribespec.cpp.