Loading...
 

CX_SYSTEM_OBJECT::SetDefaultRemoteMessaging

CX_SYSTEM_OBJECT::SetDefaultRemoteMessaging

Description:

This function sets the name of the network interface to be used by SendMsg(message, REMOTE)) system-wide.

Currently only one Corba interface is implemented.

Code example:
Var(InterfaceName)

"Corba" SystemObject Call(SetDefaultRemoteMessaging)

SystemObject Call(GetDefaultRemoteMessaging) -> InterfaceName // InterfaceName ist nun gleich "Corba"

Stack
Stack Position Object type Brief description
Stack(In) Top STRING Name of the network interface ("Corba")
Stack(Out) Top
Function call: Call(SetDefaultRemoteMessaging)