Interface ICamIpcTechOperationTypeIterator
Iterator over operations types available in technologist
Namespace: CAMIPC.Technologist
Assembly: CAMIPC.Technologist.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("C2D921A6-472B-4FE3-9005-3E00C31739E0")]
public interface ICamIpcTechOperationTypeIterator
Methods
Current()
Get current operation type
Declaration
ICamIpcTechOperationType Current()
Returns
| Type | Description |
|---|---|
| ICamIpcTechOperationType |
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |
Next()
Move to next operation type
Declaration
bool Next()
Returns
| Type | Description |
|---|---|
| bool |
Reset()
Reset iterator to the beginning
Declaration
void Reset()