Current section
Files
Jump to
Current section
Files
include/chrobot_extra@protocol@network_WebSocketFrame.hrl
-record(web_socket_frame, {
opcode :: float(),
mask :: boolean(),
payload_data :: binary()
}).