Interface IWebSocketEventReceiver
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public interface IWebSocketEventReceiver
Methods
OnWebSocketStateChanged(WebSocketState)
Invoked when a message is received from the WebSocket.
Declaration
void OnWebSocketStateChanged(WebSocketState state)
Parameters
Type | Name | Description |
---|---|---|
WebSocketState | state |