WPILibC++ 2024.1.1-beta-4
wpi::WebSocketServer Member List

This is the complete list of members for wpi::WebSocketServer, including all inherited members.

connectedwpi::WebSocketServer
Create(uv::Stream &stream, std::span< const std::string_view > protocols={}, const ServerOptions &options={})wpi::WebSocketServerstatic
Create(uv::Stream &stream, std::initializer_list< std::string_view > protocols, const ServerOptions &options={})wpi::WebSocketServerinlinestatic
WebSocketServer(uv::Stream &stream, std::span< const std::string_view > protocols, ServerOptions options, const private_init &)wpi::WebSocketServer