TIeee802Addr Class Reference
An IEEE802-assigned address
Note:
This should be compatible with TBTDevAddr
-
Since
-
v8.1
Public Member Functions
|
IMPORT_C void
|
Reset
()
|
Constructor & Destructor Documentation
TIeee802Addr()
IMPORT_C
|
TIeee802Addr
|
(
|
)
|
[protected]
|
TIeee802Addr(const TInt64 &)
IMPORT_C
|
TIeee802Addr
|
(
|
const
TInt64
&
|
aInt
|
)
|
[protected]
|
Constructs a device address from a TInt64. The function panics if the most significant 16 bits of aInt are non-zero, as device addresses are 48 bits in size.
Parameters
const
TInt64
& aInt
|
Value for device address.
|
TIeee802Addr(const TDesC8 &)
IMPORT_C
|
TIeee802Addr
|
(
|
const
TDesC8
&
|
aDes
|
)
|
[protected]
|
Constructs a device address from a data buffer. The buffer is copied directly into the object. The function panics if aDes does not have a length of 6 bytes (48 bits).
Parameters
const
TDesC8
& aDes
|
Data buffer for device address
|
Member Functions Documentation
Member Data Documentation
TFixedArray< TUint8, KIeee802AddrSize > iAddr
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.