exbee v0.0.3 Exbee.ATCommandResultFrame View Source

Received in response to an Exbee.ATCommandFrame or Exbee.ATCommandQueueFrame.

Some commands send 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.ATCommandResultFrame{command: String.t, id: integer, status: atom, value: binary}