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

__wasm_websocket_on_close

Declaration

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

function __wasm_websocket_on_close(

  aWebsocketID: TWasmWebsocketID;

  aUserData: Pointer;

  aCode: LongInt;

  aReason: PByte;

  aReasonLen: LongInt;

  aClean: LongInt

):TWebsocketCallBackResult;


Documentation generated on: 2025-07-25