#include <stdint.h>
#include <BPoll.h>
#include <BSocket.h>
#include <BThread.h>
#include <BError.h>
#include <BEvent.h>
#include <BMutex.h>
#include <BTypes.h>
Namespaces | |
namespace | Boapns |
Classes | |
struct | BoapPacketHead |
class | BoapPacket |
class | BoapClientObject |
class | BoapSignalObject |
class | BoapServiceEntry |
class | BoapServerConnection |
class | BoapServer |
class | BoapFuncEntry |
class | BoapServiceObject |
Typedefs | |
typedef uint32_t | BoapService |
typedef BError(BoapServiceObject::*) | BoapFunc (BoapServerConnection *conn, BoapPacket &rx, BoapPacket &tx) |
Enumerations | |
enum | BoapType { BoapTypeRpc, BoapTypeRpcReply, BoapTypeSignal, BoapTypeRpc, BoapTypeSignal } |
enum | BoapPriority { BoapPriorityLow, BoapPriorityNormal, BoapPriorityHigh } |
typedef BError(BoapServiceObject::*) BoapFunc(BoapServerConnection *conn, BoapPacket &rx, BoapPacket &tx) |
typedef uint32_t BoapService |
enum BoapPriority |
enum BoapType |