Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
| Nswitchboard | |
| CEvent | Represents an event that can be emitted and listened to |
| CError | Represents an error that can occur during an operation |
| CResult | Represents the result of an operation that can either succeed or fail |
| CSBAny | A versatile container class that can hold values of various types |
| CSBAnyVector | Vector of SBAny values, used for representing lists or arrays of values |
| CSBAnyMap | Map class to store and retrieve values |
| 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 |