View Source Modbuzz.PDU.ReadInputRegisters (Modbuzz v0.1.1)

Modbuzz.PDU implementation of ReadInputRegisters.

Request type

  • t()

Response types

  • {:ok, [] | [0x0000..0xFFFF]}

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

Summary

Types

@type t() :: %Modbuzz.PDU.ReadInputRegisters{
  quantity_of_input_registers: 1..125,
  starting_address: 0..65535
}