flmsg : FLMSG Interface¶
-
class
pyfldigi.client.flmsg.Flmsg(clientObj)[source]¶ Bases:
objectAll of the commands related to flmsg in the XML-RPC spec for fldigi.
Note
These commands are under the ‘main’ section in the XML-RPC spec but they’re put here for organizational purposes.
Note
An instance of this class automatically gets created under
pyfldigi.client.client.Clientwhen it is constructed.-
available¶ flmsg data available
Returns: Returns True if flmsg data is available. False otherwise. Return type: bool
-
online¶ flmsg online indication
Returns: Returns True if flmsg is online. False otherwise. Return type: bool
-
squelch¶ ??
Returns: ?? No idea what this function is for. Return type: bool
-