This module contains the classes implementing the available UID for HAN-FUN devices.
More...
|
std::ostream & | operator<< (std::ostream &stream, const HF::UID::UID &uid) |
| Convert the given uid into a string and write it to the given stream . More...
|
|
This module contains the classes implementing the available UID for HAN-FUN devices.
◆ Type
Types of UIDs available.
Enumerator |
---|
NONE_UID | Empty UID.
|
DECT_UID | RFPI or IPUI.
|
MAC_UID | Media Access Control (IEEE-MAC-48)
|
URI_UID | Uniform Resource Identifier.
|
Definition at line 42 of file uids.h.
Media Access Control (IEEE-MAC-48)
Type
Types of UIDs available.
Uniform Resource Identifier.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
stream, |
|
|
const HF::UID::UID & |
uid |
|
) |
| |
Convert the given uid
into a string and write it to the given stream
.
- Parameters
-
[in] | stream | out stream to write the string to. |
[in] | uid | device UID to convert to a string. |
- Returns
stream