my_sensors v0.1.0-rc2 MySensors.Transport.Local
Elixir GenServer implementation of a MySensors.Transport.
Link to this section Summary
Functions
Dispatch a packet to the Gateway. This is a test/debugging function
Validate opts passed to the transport
Register a process to receive callback packets
Stop the transport
Link to this section Functions
Link to this function
dispatch(packet)
Dispatch a packet to the Gateway. This is a test/debugging function.
Link to this function
opts(opts)
Validate opts passed to the transport.
Callback implementation for MySensors.Transport.opts/1
.
Link to this function
register(pid)
Register a process to receive callback packets.
Link to this function
stop(reason \\ :shutdown)
Stop the transport.