int gpioWaveTxAt(void);
/*D
This function returns the id of the waveform currently being
-transmitted.
+transmitted using [*gpioWaveTxSend*]. Chained waves are not supported.
Returns the waveform id or one of the following special values:
def wave_tx_at(self):
"""
Returns the id of the waveform currently being
- transmitted.
+ transmitted using [*wave_send**]. Chained waves are not supported.
Returns the waveform id or one of the following special
values:
int wave_tx_at(int pi);
/*D
This function returns the id of the waveform currently being
-transmitted.
+transmitted by [*wave_send**]. Chained waves are not supported.
. .
pi: >=0 (as returned by [*pigpio_start*]).
.br
This command returns the id of the waveform currently
-being transmitted.
+being transmitted. Note: chained waves are not supported.
.br
Returns the waveform id or one of the following special