LibBeamApi 0.3.8
|
Classes | |
struct | BoapPacketHead |
class | BoapPacket |
class | BoapClientObject |
class | BoapSignalObject |
class | BoapServiceEntry |
class | BoapServer |
class | BoapFuncEntry |
class | BoapServiceObject |
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 , BoapTypeSignal } |
typedef BError(BoapServiceObject::* BoapFunc) (BoapPacket &rx, BoapPacket &tx) |
typedef uint32_t BoapService |
typedef double Double |
typedef int16_t Int16 |
typedef int32_t Int32 |
typedef int8_t Int8 |
typedef uint16_t UInt16 |
typedef uint32_t UInt32 |
typedef uint8_t UInt8 |
enum BoapType |