Re-exports§
pub use self::natural::*;
Modules§
Structs§
- Device
- The type corresponding to the Device protocol.
Constants§
- MAX_
COUNT_ TRANSACTIONS - The maximum number of transactions that can be specified in a call to
Transfer. - MAX_
I2_ C_ NAME_ LEN - Maximum length of the I2C Channel name.
- MAX_
TRANSFER_ SIZE - Clients should be aware of the max channel message size when using large transfers or many transactions. It is possible to generate a message that uses values less than the limits below but is still too big for the channel.
Traits§
- Device
Client Handler - A client handler for the Device protocol.
- Device
Local Client Handler - A client handler for the Device protocol.
- Device
Local Server Handler - A server handler for the Device protocol.
- Device
Server Handler - A server handler for the Device protocol.