exbee v0.0.3 Exbee.RemoteATCommandFrame View Source
Transmits AT parameters to a remote device.
To query parameter values, send with value: nil
.
For parameter changes on the remote device to take effect, send either the apply changes option
(option: 0x01
), or send an AC
command to the remote node.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Exbee.RemoteATCommandFrame{command: String.t, id: integer, mac_addr: integer, network_addr: integer, options: integer, value: binary}