mcCaptMgrDevCommandFlags Enumeration |
![]() |
Namespace: MediaCy.IQL.Capture.Manager
Public Enumeration mcCaptMgrDevCommandFlags
Member name | Value | Description | |
---|---|---|---|
mccmdcfNoFlags | 0 | No flags. | |
mccmdcfDataSet | -556879872 | When 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. | |
mccmdcfDataClear | -556875776 | When assigned, clears the dataelement identified by the lowest 12 bits of the command. | |
mccmdcfDataClearAll | -556871680 | When assigned, clears all storeddata elements. | |
mccmdcfDataList | -556867584 | When assigned, sets CommandDatato an array of integers identifying the storage elements than have been assigned to and not yet cleared. | |
mccmdcfDataElementMask | 4095 | A mask for the data element portionof the mcdecfDataXxxx action commands. |