[Erlang Systems]

erl_com

MODULE

MODULE SUMMARY

DESCRIPTION

EXPORTS

start_driver() -> {ok, Pid}

start_process() -> {ok, Pid}
start_process(ServerName) -> {ok, Pid}

stop(ServerRef) -> ok | Error

new_thread(ServerRef) -> ComThread | Error

end_thread(ComThread) -> ok | Error

create_object(ComThread, Class, Ctx) -> ComInterface | Error
create_object(ComThread, Class, RefID, Ctx) -> ComInterface | Error
create_dispatch(ComThread, Class, Ctx) -> ComInterface | Error

query_interface(ComInterface, Iid)

release(ComInterface)

com_call(ComInterface, MethodOffs, Pars)

EXPORTS

invoke(ComInterface, MethodID, Pars)
invoke(ComInterface, MethodName, Pars)

EXPORTS

property_get(ComInterface, MethodID)
property_get(ComInterface, MethodID, [Parameters])
property_get(ComInterface, MethodName)
property_get(ComInterface, MethodName, [Parameters])

property_put(ComInterface, MethodID, Value)
property_put(ComInterface, MethodID, [Parameters], Value)
property_put(ComInterface, MethodName, Value)
property_put(ComInterface, MethodName, [Parameters], Value)

AUTHORS


comet 1.0
Copyright © 1991-2000 Ericsson Utvecklings AB