Skip to main content

ResQ.Clients

TelemetryBatchRequest Class

Request containing a batch of telemetry packets from a drone.
public record TelemetryBatchRequest : System.IEquatable<ResQ.Clients.TelemetryBatchRequest>
Inheritance System.Object → TelemetryBatchRequest Implements System.IEquatable<TelemetryBatchRequest>
Constructors
TelemetryBatchRequest(string, List<TelemetryPacket>, List<Detection>)Request containing a batch of telemetry packets from a drone.
Properties
DetectionsOptional list of AI detections from this batch.
DroneIdThe unique identifier of the drone.
PacketsList of telemetry packets in this batch.