exbee v0.0.5 Exbee.ATCommandQueueFrame View Source

Query or set AT parameters on a local device.

In contrast to the Exbee.ATCommandFrame, this frame queues new parameter values and does not apply them until issuing either an Exbee.ATCommandFrame, or an Exbee.ATCommandQueueFrame with command: "AC"

When querying parameter values, this frame behaves identically to the Exbee.ATCommandFrame frame. The device returns register queries immediately and does not queue them.

An Exbee.ATCommandResultFrame will be returned indicating the status of the command.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Exbee.ATCommandQueueFrame{
  command: String.t(),
  id: integer(),
  value: binary()
}