View Source Modbuzz.PDU.ReadCoils (Modbuzz v0.1.0)

Modbuzz.PDU implementation of ReadCoils.

Request type

  • t()

Response types

  • {:ok, [] | [boolean()]}

  • {:error, exception: 1..4}

Summary

Types

@type t() :: %Modbuzz.PDU.ReadCoils{
  quantity_of_coils: 1..2000,
  starting_address: 0..65535
}