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

TWasmWebsocketCloseCallback

Declaration

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

type TWasmWebsocketCloseCallback = procedure(

  aWebSocketID: TWasmWebsocketID;

  aUserData: Pointer;

  aCode: LongInt;

  const aReason: string;

  aClean: Boolean

);


Documentation generated on: 2025-07-25