-
-
Notifications
You must be signed in to change notification settings - Fork 20
C Client classes
The client classes is a common C++ interface to VSCP over different transport mediums.
- vscp_client_tcp - VSCP over tcp/ip (VSCP link protocol)
- vscp_client_mqtt - VSCP over MQTT.
Connect to remote server
Disconnect from remote server.
Check if connected.
Send event to remote server.
Send event ex to remote server.
Receive one event if one is available.
Receive one event ex if one is available.
Set filter for incoming traffic.
Get number of events waiting to be received.
Clear the input queue
Get interface version.
Get WCYD (What Can You Do) from remote host.
Set callback that will receive incoming events.
Sett callback that will receive incoming events (ex)
Set connection timeout in milliseconds.
Get connection timeout in milliseconds.
Set response time in milliseconds.
Get response time in milliseconds.
Check if an event callback is defined.
Check if an event ex callback is defined.
Get current configuration on JSON format.
Set configuration from JSON.
Get connection type.
Set name for communication object
Get current name for communication object.
The VSCP Project (https://www.vscp.org) - Copyright © 2000-2024 Åke Hedman, the VSCP Project