fennec-modbus 0.93.0

Modular Modbus client implementation
Documentation
1
2
3
4
5
6
7
//! Data model size specifiers.

/// Encode number of bits (coils or discrete inputs).
pub struct Bits;

/// Encode number of words (registers).
pub struct Words;