Interface ICamIpcEventListener
Listener of events. Listener listens to some port and executes code, when event is provided as message to this port
Namespace: CAMIPC.EventHandler
Assembly: CAMIPC.EventHandler.dll
Syntax
[Guid("A2B5A2A5-06D2-4765-A8F5-99B1441C5874")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcEventListener
Properties
ListenerIdent
Unique identifier of listener
Declaration
string ListenerIdent { get; }
Property Value
Type | Description |
---|---|
string |
Port
Get listening port of created IPC server
Declaration
int Port { get; }
Property Value
Type | Description |
---|---|
int |