mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
17 lines
249 B
Lua
17 lines
249 B
Lua
local apisessions = {}
|
|
|
|
---@param packet capi_frame
|
|
function apisessions.handle_packet(packet)
|
|
end
|
|
|
|
function apisessions.check_all_watchdogs()
|
|
end
|
|
|
|
function apisessions.close_all()
|
|
end
|
|
|
|
function apisessions.free_all_closed()
|
|
end
|
|
|
|
return apisessions
|