USB Network Gate for macOS SDK User Guide
USB Network Gate for macOS SDK User Guide
Returns path to local socket to establish connection with daemon Return: Path to socket if you use QLocalSocket, CFSocket, libdispatch, etc.
Wed, 27 Jul, 2022 at 5:23 PM
Must be called before any other non-static member. Parameters: obj - must be not null. The instance of the class inherited from EveusbEventHandler
Wed, 27 Jul, 2022 at 5:23 PM
Call onDataAvailable when there are incoming data available on socket opened via connect() or in another way (QLocalSocket, etc.). Parameters: bytes...
Wed, 27 Jul, 2022 at 5:23 PM
Clears incomplete messages received from daemon. Is used if socket connection was reestablished before onDataAvailable calling.
Wed, 27 Jul, 2022 at 5:23 PM
The same as kill -SIGHUP the daemon. Return: errno error code
Wed, 27 Jul, 2022 at 5:24 PM
Requests current log level from daemon Return: errno error code Note: See onLoglevel()
Wed, 27 Jul, 2022 at 5:24 PM
Sets log level to daemon Parameters: level - Severity level (see constants from syslog.h: LOG_ERR, LOG_WARNING, etc.) Return: errno error code
Wed, 27 Jul, 2022 at 5:24 PM
Requests information about the license from daemon Return: errno error code Note: See onLicense()
Wed, 27 Jul, 2022 at 5:24 PM
Sends registration information to daemon. Parameters: name - registration name given to you on license purchase code - registration code given to y...
Wed, 27 Jul, 2022 at 5:24 PM