ResQ.Clients.TelemetryBatchRequest
TelemetryBatchRequest(string, List<TelemetryPacket>, List<Detection>) Constructor
Request containing a batch of telemetry packets from a drone.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.