C# Class NDream.AirConsole.WebsocketListener

Inheritance: WebSocketSharp.Server.WebSocketBehavior
Afficher le fichier Open project: AirConsole/airconsole-unity-plugin Class Usage Examples

Méthodes publiques

Méthode Description
IsReady ( ) : bool
Message ( Newtonsoft.Json.Linq.JObject data ) : void
ProcessMessage ( string data ) : void
WebsocketListener ( ) : UnityEngine
WebsocketListener ( WebViewObject webViewObject ) : UnityEngine

Méthodes protégées

Méthode Description
OnClose ( CloseEventArgs e ) : void
OnError ( ErrorEventArgs e ) : void
OnMessage ( MessageEventArgs e ) : void
OnOpen ( ) : void

Method Details

IsReady() public méthode

public IsReady ( ) : bool
Résultat bool

Message() public méthode

public Message ( Newtonsoft.Json.Linq.JObject data ) : void
data Newtonsoft.Json.Linq.JObject
Résultat void

OnClose() protected méthode

protected OnClose ( CloseEventArgs e ) : void
e WebSocketSharp.CloseEventArgs
Résultat void

OnError() protected méthode

protected OnError ( ErrorEventArgs e ) : void
e WebSocketSharp.ErrorEventArgs
Résultat void

OnMessage() protected méthode

protected OnMessage ( MessageEventArgs e ) : void
e WebSocketSharp.MessageEventArgs
Résultat void

OnOpen() protected méthode

protected OnOpen ( ) : void
Résultat void

ProcessMessage() public méthode

public ProcessMessage ( string data ) : void
data string
Résultat void

WebsocketListener() public méthode

public WebsocketListener ( ) : UnityEngine
Résultat UnityEngine

WebsocketListener() public méthode

public WebsocketListener ( WebViewObject webViewObject ) : UnityEngine
webViewObject WebViewObject
Résultat UnityEngine