accessTelemetryPush()
This functions allows for sending SPORT / ACCESS telemetry data toward the receiver, and more generally, to anything connected SPORT bus on the receiver or transmitter.
When called without parameters, it will only return the status of the output buffer without sending anything.
@status current Introduced in 2.3
Parameters
module
module index (0 = internal, 1 = external)rxUid
receiver indexsensorId
physical sensor IDframeId
frame IDdataId
data IDvalue
value
Return value
boolean
data queued in output buffer or not.
Last updated