BoapServiceObject Class Reference
#include <BoapSimple.h>
List of all members.
Public Member Functions |
| BoapServiceObject (BoapServer &server, BString name="") |
virtual | ~BoapServiceObject () |
BError | setName (BString name) |
BError | sendEvent (BString signalName, BInt32 arg) |
virtual BError | processEvent (BString objectName, BString name, BInt32 arg) |
BString | name () |
BError | doPing (BoapServerConnection *conn, BoapPacket &rx, BoapPacket &tx) |
BError | doConnectionPriority (BoapServerConnection *conn, BoapPacket &rx, BoapPacket &tx) |
BError | process (BoapServerConnection *conn, BoapPacket &rx, BoapPacket &tx) |
virtual BError | processEvent (BoapPacket &rx) |
| BoapServiceObject (BoapServer &server, BString name) |
virtual | ~BoapServiceObject () |
BError | sendEvent (BString signalName, Int32 arg) |
virtual BError | processEvent (BString objectName, BString name, Int32 arg) |
BString | name () |
BError | process (BoapPacket &rx, BoapPacket &tx) |
virtual BError | processEvent (BoapPacket &rx) |
Protected Member Functions |
BError | sendEvent (BoapPacket &tx) |
BError | sendEvent (BoapPacket &tx) |
Protected Attributes |
BoapServer & | oserver |
BString | oname |
BUInt32 | oapiVersion |
BList< BoapFuncEntry > | ofuncList |
Constructor & Destructor Documentation
BoapServiceObject::~BoapServiceObject |
( |
|
) |
[virtual] |
virtual BoapServiceObject::~BoapServiceObject |
( |
|
) |
[virtual] |
Member Function Documentation
BString BoapServiceObject::name |
( |
|
) |
|
BString BoapServiceObject::name |
( |
|
) |
|
Member Data Documentation
The documentation for this class was generated from the following files: