exbee v0.0.5 Exbee.RxSampleReadFrame View Source

Received when a device reads a remote I/O sample.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Exbee.RxSampleReadFrame{
  analog_ch: integer(),
  digital_ch: integer(),
  mac_addr: integer(),
  network_addr: integer(),
  options: atom(),
  samples: integer(),
  value: binary()
}