Interface IAsyncAnswersListener
Listens for answers from IPC server and returns result for async methods in IPC interfaces in CAM Open API
Namespace: CAMIPC.AsyncResult
Assembly: CAMIPC.AsyncResult.dll
Syntax
[Guid("D30688CE-378C-4F0A-B8BB-32AD85628979")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IAsyncAnswersListener
Properties
Port
Port for listening
Declaration
int Port { get; }
Property Value
Type | Description |
---|---|
int |
Methods
GetResult(int, int, out string)
Declaration
bool GetResult(int messageId, int timeout, out string ret)
Parameters
Type | Name | Description |
---|---|---|
int | messageId | |
int | timeout | |
string | ret |
Returns
Type | Description |
---|---|
bool |