client_command#
- ENS_CASE.client_command(*args, **kwargs) Any #
Send a generic command to the server
Generic string commands can be sent to the server. If the current reader supports commands, the reader can interpret them and send back a reply. The reply is wrapped in a JSON encoded object with separate keys for each servers reply.
- Args:
- command:
The string to be sent to the server.
- Return:
A JSON encoded object of the form: {“N”:OUTPUT} where N is the server index (multiple in SOS mode) and OUTPUT is the server/reader specific reply string.