|
| Peer (const HMID &id, uint8_t ch) |
|
| Peer (uint8_t i1, uint8_t i2, uint8_t i3, uint8_t ch) |
|
| Peer (uint8_t *ptr) |
|
| Peer (const Peer &other) |
|
Peer & | operator= (const Peer &other) |
|
bool | operator== (const Peer &other) const |
|
uint8_t | channel () const |
|
bool | even () const |
|
bool | odd () const |
|
void | dump () |
|
| HMID (uint8_t i1, uint8_t i2, uint8_t i3) |
|
| HMID (uint8_t *ptr) |
|
| HMID (const HMID &other) |
|
HMID & | operator= (const HMID &other) |
|
bool | operator== (const HMID &other) const |
|
bool | operator!= (const HMID &other) const |
|
bool | valid () const |
|
uint8_t | id0 () const |
|
uint8_t | id1 () const |
|
uint8_t | id2 () const |
|
| operator uint32_t () const |
|
void | dump () const |
|
Definition at line 14 of file Peer.h.