ChunkDataPayload Property

Gets the measurement Payload from the ChunkData object

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public Payload Payload { get; }

Return Value

Payload
Payload data to be passed by the client application to the server for the current measurement request

Remarks

The measurement is collapsed and summarized into the payload information necessary for the server to construct the requested signal(s).

See Also