Beamlib 3.3.2
This is the Beam C++ class library.
|
Go to the source code of this file.
Classes | |
struct | BoapPacketHead |
Boap packet header. More... | |
class | BoapPacket |
Boap packet. More... | |
class | BoapClientObject |
Base for all Boap client objects. More... | |
class | BoapSignalObject |
A Boap object to send signals using an RPC mechanism. More... | |
class | BoapServiceEntry |
Boap server single service entry. More... | |
class | BoapServer |
Boap server. More... | |
class | BoapFuncEntry |
Boap service function. More... | |
class | BoapServiceObject |
Boap service object. More... | |
Typedefs | |
typedef int8_t | Int8 |
typedef uint8_t | UInt8 |
typedef int16_t | Int16 |
typedef uint16_t | UInt16 |
typedef int32_t | Int32 |
typedef uint32_t | UInt32 |
typedef double | Double |
typedef uint32_t | BoapService |
typedef BError(BoapServiceObject::* | BoapFunc) (BoapPacket &rx, BoapPacket &tx) |
Enumerations | |
enum | BoapType { BoapTypeRpc , BoapTypeRpcReply , BoapTypeSignal , BoapTypeRpcError , BoapTypeRpc , BoapTypeSignal } |
typedef int8_t Int8 |
typedef uint8_t UInt8 |
typedef int16_t Int16 |
typedef uint16_t UInt16 |
typedef int32_t Int32 |
typedef uint32_t UInt32 |
typedef double Double |
typedef uint32_t BoapService |
typedef BError(BoapServiceObject::* BoapFunc) (BoapPacket &rx, BoapPacket &tx) |
enum BoapType |