exbee v0.0.5 Exbee.ExplicitRxFrame View Source

Similar to the Exbee.RxFrame but includes additional attributes from the sender.

A device configured with the explicit API Rx Indicator (AO = 1) 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.ExplicitRxFrame{
  cluster_id: integer(),
  endpoint: integer(),
  mac_addr: integer(),
  network_addr: integer(),
  payload: binary(),
  profile_id: integer(),
  source: integer(),
  type: integer()
}