get_info¶
-
MonitorClient.get_info(level)¶ Send a SeedLink
INFOcommand and retrieve response.Available info levels depend on the server implementation. Usually one of
ID,CAPABILITIES,STATIONS,STREAMS,GAPS,CONNECTIONS,ALL.As a convenience, the server’s
CAPABILITIEScan be accessed through the client’scapabilitiesattribute.Note
This is a synchronous call. While the client waits for the response, other packets the server might potentially send will be disregarded.
- Parameters
level (str) – The INFO level to retrieve (sent as
INFO:LEVEL)