Struct modbus_client::tcp::Transport [−][src]
Expand description
Context object which holds state for all modbus operations.
Fields
tid: u16uid: u8stream: TcpStreamImplementations
Create a new context object and connect it to addr on port port
Trait Implementations
Read count bits starting at address addr.
Read count input bits starting at address addr.
Read count 16bit registers starting at address addr.
Read count 16bit input registers starting at address addr.
Write a single coil (bit) to address addr.
Write a single 16bit register to address addr.
Write a multiple coils (bits) starting at address addr.