View Source Modbuzz.PDU.ReadCoils.Res (Modbuzz v0.1.5)

Res struct for ReadCoils.

byte_count is automatically calculated during encoding.

Summary

Types

@type t() :: %Modbuzz.PDU.ReadCoils.Res{
  byte_count: byte(),
  coil_status: [] | [boolean()]
}