Boap.h File Reference

#include <stdint.h>
#include <BTypes.h>
#include <BPoll.h>
#include <BSocket.h>
#include <BThread.h>
#include <BError.h>
#include <BEvent.h>
#include <BMutex.h>
#include <BTimeStamp.h>
#include <BBuffer.h>

Classes

struct  BoapPacketHead
class  BoapPacket
class  BoapClientObject
class  BoapSignalObject
class  BoapServiceEntry
class  BoapServerConnection
class  BoapServer
class  BoapFuncEntry
class  BoapServiceObject

Namespaces

namespace  Boapns

Typedefs

typedef BUInt32 BoapService
typedef BError(BoapServiceObject::* BoapFunc )(BoapServerConnection *conn, BoapPacket &rx, BoapPacket &tx)

Enumerations

enum  BoapType {
  BoapTypeRpc, BoapTypeRpcReply, BoapTypeSignal, BoapTypeRpcError,
  BoapTypeRpc, BoapTypeSignal
}
enum  BoapPriority { BoapPriorityLow, BoapPriorityNormal, BoapPriorityHigh }

Variables

const BUInt32 BoapMagic = 0x424F4100

Typedef Documentation

typedef BError(BoapServiceObject::* BoapFunc)(BoapServerConnection *conn, BoapPacket &rx, BoapPacket &tx)

Enumeration Type Documentation

Enumerator:
BoapPriorityLow 
BoapPriorityNormal 
BoapPriorityHigh 
enum BoapType
Enumerator:
BoapTypeRpc 
BoapTypeRpcReply 
BoapTypeSignal 
BoapTypeRpcError 
BoapTypeRpc 
BoapTypeSignal 

Variable Documentation

const BUInt32 BoapMagic = 0x424F4100

Generated on 19 Jan 2012 for LibBeamApi by  doxygen 1.6.1