#include <e32property.h>
Go to the source code of this file.
Variables | |
const TUid | KPSUidWlan = { 0x101f8ec5 } |
P&S category WLAN information. | |
const TUint | KPSWlanMacAddress = 0x00000001 |
WLAN MAC address The MAC address array consists of 6 consecutive bytes which can be used to produce the address in format XX:XX:XX:XX:XX:XX. | |
const RProperty::TType | KPSWlanMacAddressType = RProperty::EByteArray |
const TUint | KPSWlanMacAddressLength = 6 |
Length of the MAC address array. |
|
P&S category WLAN information. |
|
WLAN MAC address The MAC address array consists of 6 consecutive bytes which can be used to produce the address in format XX:XX:XX:XX:XX:XX. |
|
Length of the MAC address array. |
|