COSA
An Object-Oriented Platform for Arduino Programming
|
#include <Wireless.hh>
Public Member Functions | |
addr_t (int16_t net, uint8_t dev) | |
Public Attributes | |
uint8_t | device |
Device address (LSB). More... | |
int16_t | network |
Network address. More... | |
Network address together with port.
Definition at line 40 of file Wireless.hh.
|
inline |
Construct node address from given device and network address.
[in] | net | network address. |
[in] | dev | device address. |
Definition at line 50 of file Wireless.hh.
uint8_t Wireless::Driver::addr_t::device |
Device address (LSB).
Definition at line 41 of file Wireless.hh.
int16_t Wireless::Driver::addr_t::network |
Network address.
Definition at line 42 of file Wireless.hh.