ChunkData Class

ChunkData is the internal memory representation of a collection from which a Payload can be constructed to send to the DFX API.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public class ChunkData : IDisposable
Inheritance
Object    ChunkData
Implements
IDisposable

Remarks

The ChunkData enables the Collector to quickly reset it's internal state between measurement chunks by handing the collected data to ChunkData.

Building the actual Payload takes some effort and time for which the Collector would otherwise be unable to start adding frames until the previous Payload had been constructed and the Collector reset.

Properties

Payload Gets the measurement Payload from the ChunkData object

Methods

DisposeReleases all resources used by the ChunkData
Dispose(Boolean)Releases the unmanaged resources used by the ChunkData and optionally releases the managed resources
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize
(Overrides ObjectFinalize)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also