Embedded Python Real-Time FrameWork : API
Build 20250616.1
|
Classes | |
class | pyRT.crypto.util.WebSoxSvr.Manager |
class | pyRT.crypto.util.WebSoxSvr.MessageHandler |
From Web. More... | |
Namespaces | |
pyRT.crypto.util.WebSoxSvr | |
Functions | |
def | pyRT.crypto.util.WebSoxSvr.main |
def | pyRT.crypto.util.WebSoxSvr.OnEngineLoad |
Called when engine is loaded (server start). More... | |
def | pyRT.crypto.util.WebSoxSvr.OnEngineUnload |
Called when engine is unloaded (server stop). More... | |
def | pyRT.crypto.util.WebSoxSvr.OnTXMessage |
Called when user wants to stop the exchange. More... | |
def | pyRT.crypto.util.WebSoxSvr.server |
Variables | |
pyRT.crypto.util.WebSoxSvr._MGR = None | |
tuple | pyRT.crypto.util.WebSoxSvr.connected_clients = set() |
tuple | pyRT.crypto.util.WebSoxSvr.loop = asyncio.get_event_loop() |
tuple | pyRT.crypto.util.WebSoxSvr.res = loop.run_until_complete( main() ) |