ChunkDataPayload Property
Gets the measurement Payload from the ChunkData object
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public Payload Payload { get; }
Public ReadOnly Property Payload As Payload
Get
public:
property Payload^ Payload {
Payload^ get ();
}
member Payload : Payload with get
Return Value
PayloadPayload data to be passed by the client application to
the server for the current measurement request
The measurement is collapsed and summarized into the payload information
necessary for the server to construct the requested signal(s).