IBitbandDaemon.idl

00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
00002  *---------------------------------------------------------------------------
00003  *
00004  * IBitbandDaemon.idl
00005  *
00006  * Copyright (c) 2009 Motorola Inc. All rights reserved.
00007  *
00008  *---------------------------------------------------------------------------
00009  */
00010 
00011 #ifndef IBITBANDDAEMON_IDL
00012 #define IBITBANDDAEMON_IDL
00013 
00014 interface IBitbandDaemon
00015 {
00016   void Open(out long handle, out string address);
00017   void Close(in long handle);
00018   void GetConfigParameter(in long paramId, out string paramValue);
00019 };
00020 
00021 #endif /* #ifndef IBITBANDDAEMON_IDL */