Table of Contents

Enum GenICamBufferStatus

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

Buffer status enumeration

public enum GenICamBufferStatus

Fields

Unknown = -1

Unknown status

Success = 0

The buffer contains a valid image

Cleared = 1

The buffer is cleared

Timeout = 2

Timeout was reached before all packets are received

MissingPackets = 3

Stream has missing packets

WrongPacketId = 4

Stream has packet with wrong id

SizeMismatch = 5

The received image didn't fit in the buffer data space

Filling = 6

The image is currently being filled

Aborted = 7

The filling was aborted before completion

PayloadNotSupported = 8

Payload not yet supported