Table of Contents

Enum GenICamDeviceAccessFlags

Namespace
VisioForge.Core.Types.X.Sources
Assembly
VisioForge.Core.dll

Device access flags for opening devices

public enum GenICamDeviceAccessFlags

Fields

Unknown = 0

Unknown access mode

None = 1

Device is not open or access denied

ReadOnly = 2

Open device read-only

Control = 3

Open device for control (read/write), allows other read-only access

Exclusive = 4

Open device exclusively (read/write), no other access allowed

CustomId = 1000

Starting value for custom access flag IDs