On this page
fsCommBusUnregister
The fsCommBusUnregister is used to unregister one or more events that have previously been registered in WASM.
Syntax
int fsCommBusUnregister(
const char* eventName,
fsCommBusWasmCallback callback
);
Members
| Parameters | Description |
|---|---|
eventName | The name of the event that you want to unregister. |
callback | The callback associated with the event to unregister. This can be The default value is |
Return Values
The function returns the number of the event that has been unregistered.
Remarks
N/A