public class PayloadPublic Class Payloadpublic ref class Payloadtype Payload = class end| Payload | Initializes a new instance of the Payload class |
| Payload(Payload) | Initializes a new instance of the Payload class |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | (Overrides ObjectToString) |
| ChunkNumber | Sequential number of the chunk starting at zero |
| Duration_s | Duration of this chunk in seconds |
| EndFrame | Ending frame number of this chunk payload |
| EndTime_s | End time of this chunk in seconds |
| FirstChunkStartTime_s | Start time of the first chunk in seconds |
| Metadata | Binary metadata describing the payload content |
| NumberChunks | Number of chunks expected in measurement |
| PayloadData | Binary data extracted in this chunk to be sent for further analysis |
| StartFrame | Starting frame number of this chunk payload |
| StartTime_s | Start time of this chunk in seconds |
| Valid | Flag indicating if the payload was successfully created |