View Source Modbuzz.PDU.WriteMultipleCoils (Modbuzz v0.1.1)
Modbuzz.PDU
implementation of WriteMultipleCoils.
Request type
t()
Response types
{:ok, nil}
{:error, exception: 1..4}
Summary
Types
@type t() :: %Modbuzz.PDU.WriteMultipleCoils{ outputs_value: [boolean()], quantity_of_outputs: 1..1968, starting_address: 0..65535 }