[][src]Module bluetooth_mesh::models

Modules

config
generics
lighting
sensors
state
time

Enums

MessagePackError

Error when trying to pack a message into a byte buffer.

Traits

PackableMessage

An Access Message that can be packed into a (little endian) byte buffer. If a message comes in that matches Opcode, the stack will try to decode it with PackableMessage::unpack_from.