Unit 'wasm.websocket.api' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#wasm-utils]

TWasmWebsocketMessageCallback

Declaration

Source position: wasm.websocket.api.pas line 71

type TWasmWebsocketMessageCallback = procedure(

  aWebSocketID: TWasmWebsocketID;

  aUserData: Pointer;

  aMessageType: TWasmWebSocketMessageType;

  aMessage: TBytes

);


Documentation generated on: 2025-07-25