Skip to main content

ResQ.Clients.TelemetryBatchRequest

TelemetryBatchRequest(string, List<TelemetryPacket>, List<Detection>) Constructor

Request containing a batch of telemetry packets from a drone.
public TelemetryBatchRequest(string DroneId, System.Collections.Generic.List<ResQ.Clients.TelemetryPacket> Packets, System.Collections.Generic.List<ResQ.Clients.Detection>? Detections=null);

Parameters

DroneId System.String The unique identifier of the drone. Packets System.Collections.Generic.List<TelemetryPacket> List of telemetry packets in this batch. Detections System.Collections.Generic.List<Detection> Optional list of AI detections from this batch.