00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- 00002 *-------------------------------------------------------------------- 00003 * 00004 * ToiNetService.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 TOINETSERVICE_IDL 00016 #define TOINETSERVICE_IDL 00017 00018 #include "TToiInvalidArgumentException.idl" 00019 #include "TToiInvalidPreconditionException.idl" 00020 #include "TToiUnhandledValueException.idl" 00021 #include "ToiApplicationService.idl" 00022 #include "ToiEventTarget.idl" 00023 00024 interface ToiNetConfiguration; 00025 interface ToiNetConfigurationSession; 00026 00033 //@ [EventTarget(EventObserver=IToiNetObserver)] 00034 //@ [Service(Name=NetService)] 00037 interface ToiNetService : ToiEventTarget { 00038 00041 00045 const long ON_DEVICE_CONFIGURATION_CHANGED = 4400; 00046 00050 const long ON_DEVICE_ADDED = 4401; 00051 00055 const long ON_DEVICE_REMOVED = 4402; 00056 00060 const long ON_DEVICE_INTERFACE_CHANGED = 4403; 00061 00063 00069 //@ [ReturnAddress(Type=IToiNetConfiguration)] 00070 00071 00072 //@ [OutParam(Name=address,Position=1,IsBinary=0, Bound=0)] 00073 ToiNetConfiguration getConfiguration(); 00074 00088 //@ [ReturnAddress(Type=IToiNetConfigurationSession)] 00089 //@ [IgnoredApplicationId(Position=1)] 00090 00091 00092 //@ [OutParam(Name=address,Position=2,IsBinary=0, Bound=0)] 00093 ToiNetConfigurationSession createConfigurationSession() 00094 raises (TToiInvalidArgumentException, TToiInvalidPreconditionException); 00095 00096 }; 00097 00098 #endif