View Source Modbuzz.PDU.WriteSingleCoil (Modbuzz v0.1.0)
Modbuzz.PDU
implementation of WriteSingleCoil.
Request type
t()
Response types
{:ok, nil}
{:error, exception: 1..4}
Summary
Types
@type t() :: %Modbuzz.PDU.WriteSingleCoil{ output_address: 0..65535, output_value: boolean() }