exbee v0.0.5 Exbee.RxFrame View Source

Received when a device reads a transmission from a remote node.

A device configured with the standard API Rx Indicator (AO = 0) will return this frame when it receives an RF packet.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Exbee.RxFrame{
  mac_addr: integer(),
  network_addr: integer(),
  payload: binary(),
  type: integer()
}