Class FaceHelper
Helper functions for ICamIpcFace
Inherited Members
Namespace: CAMIPC.DotnetHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class FaceHelper
Methods
GetLoops(ComWrapper<ICamIpcFace>)
List all loops of the face
Declaration
public static IEnumerable<ComWrapper<ICamIpcLoop>> GetLoops(this ComWrapper<ICamIpcFace> faceCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcFace> | faceCom |
Returns
| Type | Description |
|---|---|
| IEnumerable<ComWrapper<ICamIpcLoop>> |