Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
| Nswitchboard | |
| CConfig | Configuration class to store and retrieve configuration values |
| CError | Represents an error that can occur during an operation |
| CEvent | Represents an event that can be emitted and listened to |
| CResult | Represents the result of an operation that can either succeed or fail |
| CSwitchboard | The main Switchboard SDK interface |
| CSwitchboardJSONRPC | Provides methods to process JSON-RPC commands |
| CSwitchboardWebSocketServer | SwitchboardWebSocketServer is a WebSocket server that handles incoming WebSocket connections. It processes JSON-RPC commands and manages WebSocket sessions. This server is designed to work with the Switchboard SDK and provides a way to interact with Switchboard objects over WebSockets |