krossbow-websocket-core
Toggle table of contents
9.1.0
common
Platform filter
common
Switch theme
Search in API
krossbow-websocket-core
krossbow-websocket-core
/
org.hildan.krossbow.websocket
/
WebSocketFrame
/
Text
Text
data
class
Text
(
val
text
:
String
)
:
WebSocketFrame
(
source
)
A web socket text frame (0x1).
Members
Constructors
Text
Link copied to clipboard
constructor
(
text
:
String
)
Properties
text
Link copied to clipboard
val
text
:
String