bool send_commands(string alias, int blockTime, string bytes)

This function can be used to send commands to the printer.

Parameters

Name Description
alias Alias that matches the printer in the Configuration Tool.
blockTime Time (in milliseconds) that the call is allowed to block.
bytes A byte array in JSON format.

Return

True if successful, false otherwise.