Class MacroCommandFieldListHelper
Inheritance
MacroCommandFieldListHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class MacroCommandFieldListHelper
Methods
Fields(ComWrapper<ICamIpcMacroCommandFieldList>)
Read the whole list into memory in one pass.
Declaration
public static IReadOnlyList<MacroCommandField> Fields(this ComWrapper<ICamIpcMacroCommandFieldList> com)
Parameters
Returns
GetCount(ComWrapper<ICamIpcMacroCommandFieldList>)
Declaration
public static int GetCount(this ComWrapper<ICamIpcMacroCommandFieldList> com)
Parameters
Returns
GetFieldType(ComWrapper<ICamIpcMacroCommandFieldList>, int)
Declaration
public static TMacroCommandParamType GetFieldType(this ComWrapper<ICamIpcMacroCommandFieldList> com, int index)
Parameters
Returns
GetKey(ComWrapper<ICamIpcMacroCommandFieldList>, int)
Declaration
public static string GetKey(this ComWrapper<ICamIpcMacroCommandFieldList> com, int index)
Parameters
Returns
GetRequired(ComWrapper<ICamIpcMacroCommandFieldList>, int)
Declaration
public static bool GetRequired(this ComWrapper<ICamIpcMacroCommandFieldList> com, int index)
Parameters
Returns