wlansdkpskeys.h

Go to the documentation of this file.
00001 /*
00002 * ==============================================================================
00003 *  Name        : wlansdkpskeys.h
00004 *  Part of     : WLAN Engine / Adaptation
00005 *  Interface   : 
00006 *  Description : WLAN event enumerations and uid:s for Publish And Subscribe.
00007 *                PubSub clients can include this file and listen to these events.
00008 *                These events will be routed through Publish And Subscribe.
00009 *  Version     : %version: 1 %
00010 *
00011 *  Copyright © 2002-2007 Nokia. All rights reserved.
00012 *  This material, including documentation and any related 
00013 *  computer programs, is protected by copyright controlled by 
00014 *  Nokia. All rights are reserved. Copying, including 
00015 *  reproducing, storing, adapting or translating, any 
00016 *  or all of this material requires the prior written consent of 
00017 *  Nokia. This material also contains confidential 
00018 *  information which may not be disclosed to others without the 
00019 *  prior written consent of Nokia.
00020 * ==============================================================================
00021 */
00022 
00023 #ifndef WLANSDKPSKEYS_H
00024 #define WLANSDKPSKEYS_H
00025 
00026 #include <e32property.h>
00027 
00028 
00032 const TUid KPSUidWlan = { 0x101f8ec5 };
00033 
00034 
00040 const TUint KPSWlanMacAddress = 0x00000001;
00041 const RProperty::TType KPSWlanMacAddressType = RProperty::EByteArray;
00042 
00046 const TUint KPSWlanMacAddressLength = 6;
00047 
00048 #endif // WLANSDKPSKEYS_H
00049            
00050 //  End of File

Copyright © Nokia Corporation 2001-2007
Back to top