HAN-FUN API  1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
HF::UID Namespace Reference

This is the top-level namespace for HAN-FUN UIDs. More...

Data Structures

struct  Abstract
 Helper template parent class for all UID's implementation. More...
 
class  ByteArray
 Helper template parent class for all UIDs based on fixed number of bytes. More...
 
struct  DECT
 DECT UID class. More...
 
struct  MAC
 IEEE MAC-48b UID class. More...
 
struct  NONE
 This class represents an empty UID. More...
 
class  UID
 Wrapper around UID_T pointer's. More...
 
struct  UID_T
 API for all UIDs. More...
 
struct  URI
 URI UID class. More...
 

Enumerations

enum  Type { NONE_UID = 0x00, DECT_UID = 0x01, MAC_UID = 0x02, URI_UID = 0x03 }
 Types of UIDs available. More...
 

Detailed Description

This is the top-level namespace for HAN-FUN UIDs.