Table of Contents

Enum VmbAccessModeType

Namespace
VisioForge.Core.GenICam.AlliedVision
Assembly
VisioForge.Core.dll

Access mode for cameras.

public enum VmbAccessModeType

Fields

None = 0

No access.

Full = 1

Read and write access.

Read = 2

Read-only access.

Unknown = 4

Access type unknown.

Exclusive = 8

Read and write access without permitting access for other consumers.

Remarks

Used in VmbCameraInfo as flags, so multiple modes can be announced. While in VmbCameraOpen(), no combination must be used.