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