DeviceMask enum

Namespace: P1.CameraSdk

Definition

Bit mask that defines where an and how an image item is stored on camera

Note that multiple bits can be set, e.g. IIQ file has an accompanying Jpeg or if image is present on both XQD and SD.

public enum DeviceMask

Fields

None

0

Host

1

IIQ transferred to (a) host in this (camera) power cycle

Xqd

2

IIQ file of image is located on XQD card

Sd

4

IIQ file of image is located on SD card

XqdJpeg

8

Jpeg file of image is located on XQD card

SdJpeg

16

Jpeg file of image is located on SD card