Struct modbus_server::server_status::StatusInfo [−][src]
pub struct StatusInfo {
capacity: u16,
coils: Vec<Coil>,
discrete_inputs: Vec<Coil>,
input_registers: Vec<u16>,
holding_registers: Vec<u16>,
}
Fields
capacity: u16
coils: Vec<Coil>
discrete_inputs: Vec<Coil>
input_registers: Vec<u16>
holding_registers: Vec<u16>
Implementations
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
.