0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 12:32:05 +01:00

pausing rft

This commit is contained in:
2025-12-29 17:08:16 +01:00
parent 640e02f12c
commit 5ed6e666ae
2 changed files with 18 additions and 4 deletions

View File

@@ -377,3 +377,8 @@ function unregister_oda_rds2(oda_id) end
---@param once boolean true means that this file will be sent once and then unregistered
---@return boolean interrupted
function send_rft_file(aid, path, id, crc, once) end
---Pauses or resumes the process of sending of the RFT file
---@param aid integer
---@param paused boolean
function set_rft_paused(aid, paused) end