Click or drag to resize

mcCaptDevAttrCommandFlags Enumeration

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcCaptDevAttrCommandFlags
Members
  Member nameValueDescription
mccdacfNoFlags0No flags.
mccdacfDataSet-556879872When assigned, sets the data elementidentified by the lowest 12 bits of the command from the current CommandData. CommandData is cleared after its value is stored.
mccdacfDataClear-556875776When assigned, clears the dataelement identified by the lowest 12 bits of the command.
mccdacfDataClearAll-556871680When assigned, clears all storeddata elements.
mccdacfDataList-556867584When assigned, sets CommandDatato an array of integers identifying the storage elements than have been assigned to and not yet cleared.
mccdacfDataElementMask4095A mask for the data element portionof the mcdecfDataXxxx action commands.
See Also