WebsocketRPCClient
Inherits: Node
Properties
| Type | Name | Default |
|---|---|---|
| WebSocketPeer | socket | |
| bool | connected | false |
| CustomLogger | logger |
Methods
| Returns | Signature |
|---|---|
| int | open(url: String = "ws://localhost:5000") |
| void | close() |
| Variant | make_request(method: String, args: Array) |
Property Descriptions
socket
WebSocketPeer socket
Note
There is currently no description for this property. Please help us by contributing one!
connected
bool connected = false
Note
There is currently no description for this property. Please help us by contributing one!
logger
CustomLogger logger
Note
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
open()
int open(url: String = "ws://localhost:5000")
Note
There is currently no description for this method. Please help us by contributing one!
close()
void close()
Note
There is currently no description for this method. Please help us by contributing one!
make_request()
Variant make_request(method: String, args: Array)
Note
There is currently no description for this method. Please help us by contributing one!