exbee v0.0.5 Exbee.RemoteATCommandResultFrame View Source

Received in response to an Exbee.RemoteATCommandFrame.

Some commands end back multiple frames; for example, the ND command.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Exbee.RemoteATCommandResultFrame{
  command: String.t(),
  id: integer(),
  mac_addr: integer(),
  network_addr: integer(),
  status: atom(),
  value: binary()
}