xbmc
|
Public Types | |
enum | Type { TYPE_UNKNOWN, TYPE_LOOPBACK, TYPE_ETHERNET, TYPE_PPP, TYPE_IEEE_802_11 } |
Public Member Functions | |
NPT_MacAddress (Type type, const unsigned char *addr, unsigned int length) | |
void | SetAddress (Type type, const unsigned char *addr, unsigned int length) |
Type | GetType () const |
const unsigned char * | GetAddress () const |
unsigned int | GetLength () const |
NPT_String | ToString () const |