CollectorState Enumeration

An enumeration representing the various Collector states.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public enum State

Members

WAITING0 Collector is ready to accept it's first frame for a Chunk
COLLECTING1 Collector has seen it's first Frame of a Chunk and is adding more Frames
CHUNKREADY2 Collector has a large enough Chunk to be sent to the server. ChunkData
COMPLETED3 Collector has processed enough Chunks for the Measurement
ERROR4 Collector encountered an error or constraint violation

See Also