Table of Contents

Enum GenICamCachable

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

GenICam cache mode enumeration

public enum GenICamCachable

Fields

Undefined = -1

Undefined cache mode

NoCache = 0

No value caching

WriteThrough = 1

Write-through cache mode

WriteAround = 2

Write-around cache mode