Establishes a pipeline connected with Onboard device or Payload device to transmit data. Uses connect:pipelineType:withCompletion to create a pipeline. disconnect:withCompletion can be invoked to destroy the data transmission channel and disconnect from the Onboard device or Payload device.
A pointer to an error object. It is nullable if no further error information is expected. Tries to invoke disconnect:withCompletion and then disconnect:withCompletion to reconnect, if the connection is broken due to any exception.
Guarantees delivery of data and that packets will be delivered in the order they were sent.
DJITransmissionControlTypeUnreliable
This transmission control type does not provide guaranteed delivery and a datagram packet may become corrupt or lost in transit. Suitable for time-sensitive transmission.