00001 /* 00002 * ============================================================================== 00003 * Name : cmpluginembdestinationdef.h 00004 * Part of : Networking Utilities / Connection Method Manager 00005 * Description : Embedded destination attribute descriptor header. 00006 * Version : %version: % 00007 * 00008 * Copyright © 2006 Nokia. All rights reserved. 00009 * This material, including documentation and any related computer 00010 * programs, is protected by copyright controlled by Nokia. All 00011 * rights are reserved. Copying, including reproducing, storing, 00012 * adapting or translating, any or all of this material requires the 00013 * prior written consent of Nokia. This material also contains 00014 * confidential information which may not be disclosed to others 00015 * without the prior written consent of Nokia. 00016 * ============================================================================== 00017 */ 00018 #ifndef CMEMBEDDEDDESTINATION_H 00019 #define CMEMBEDDEDDESTINATION_H 00020 00021 // Bearer type of the embedded destination 00023 const TUint KUidEmbeddedDestination = 0x10207379; 00024 00025 // Embedded destination plugin has no special attribute. Call ::Destination() 00026 // function of interface class to get destination object. 00027 // The following common attribute are supported: 00028 // - ECmBearerType (read-only) 00029 // - ECmName, (read/write) 00030 // - ECmIapId (returns destination Id! read-only) 00031 // - ECmCoverage (always return EFalse. read-only) 00032 // - ECmProtected (read/write) 00033 // - ECmDestination (always return ETrue. read-only) 00034 // - ECmHidden (read/write) 00035 // - ECmDefaultPriority (read-only) 00036 00037 // CMEMBEDDEDDESTINATION_H 00038 #endif