m fix types |
m YoshBot moved page ProtoFlux:Websocket Text Message Receiver to ProtoFlux:WebsocketTextMessageReceiver: Automated: removing spaces from ProtoFlux namespace |
||
(One intermediate revision by one other user not shown) | |||
Line 13: | Line 13: | ||
|}} | |}} | ||
The '''Websocket Text Message Receiver''' node allows you to receive text messages from a [[WebsocketClient (Component) |WebsocketClient]]. | |||
== Outputs == | == Outputs == | ||
=== OnReceived ([[Impulses |Call]]) === | === OnReceived ([[Impulses |Call]]) === | ||
A [[Impulses |Call]] triggered when a text message is received. | |||
=== Data ([[Types:String |String]])=== | === Data ([[Types:String |String]])=== | ||
The actual message sent by the server as a [[Types:String | string]]. | The actual message sent by the server as a [[Types:String |string]]. | ||
== Globals == | == Globals == | ||
Line 28: | Line 29: | ||
=== Client ([[WebsocketClient (Component) |WebsocketClient]])=== | === Client ([[WebsocketClient (Component) |WebsocketClient]])=== | ||
A [[WebsocketClient (Component) | WebSocketClient]] component. | A [[WebsocketClient (Component) |WebSocketClient]] component. | ||
[[Category:ProtoFlux:Network:Websockets]] | [[Category:ProtoFlux:Network:Websockets]] |
Latest revision as of 00:41, 21 August 2025
Websocket Text Message Receiver
null
∅
Websockets
The Websocket Text Message Receiver node allows you to receive text messages from a WebsocketClient.
Outputs
OnReceived (Call)
A Call triggered when a text message is received.
Data (String)
The actual message sent by the server as a string.
Globals
Client (WebsocketClient)
A WebSocketClient component.