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

__wasm_websocket_on_message

Declaration

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

function __wasm_websocket_on_message(

  aWebsocketID: TWasmWebsocketID;

  aUserData: Pointer;

  aMessageType: TWasmWebSocketMessageType;

  aMessage: Pointer;

  aMessageLen: Integer

):TWebsocketCallBackResult;


Documentation generated on: 2025-07-25