00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- 00002 *-------------------------------------------------------------------- 00003 * 00004 * ToiFrontendServiceFrontendInfo.idl 00005 * 00006 * This file was created by the Motorola IDL backend, 00007 * which is based on the OmniORB IDL parser. 00008 * Please do not modify. 00009 * 00010 * Copyright (c) 2009 Motorola Inc. All Rights Reserved. 00011 * 00012 *-------------------------------------------------------------------- 00013 */ 00014 00015 #ifndef TOIFRONTENDSERVICEFRONTENDINFO_IDL 00016 #define TOIFRONTENDSERVICEFRONTENDINFO_IDL 00017 #include "ToiFrontendService.idl" 00018 //@ [Struct(Interface=IToiFrontendService,Name=TToiFrontendInfo)] 00019 00025 interface ToiFrontendServiceFrontendInfo { 00028 attribute ToiMediaSession::TToiSessionId sessionId; 00030 attribute ToiFrontendServiceFrontendCapabilities frontendCapabilities; 00034 attribute boolean isLocked; 00036 attribute long centreFrequency; 00040 attribute long signalNoiseRatio; 00044 attribute long bitErrorRate; 00048 attribute long uncorrectedBlocks; 00050 attribute long rFLevel; 00052 attribute ToiFrontendService::TToiPropertySequence extendedProperties; 00053 }; 00054 00055 #endif