Click or drag to resize

libwioe5ham2wioe5ham2_exit Method

Terminate the Wio-E5 driver shared library background task.

Namespace: IO.Bindings
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.136.1
Syntax
C#
public static void wioe5ham2_exit(
	int handle,
	out int error
)

Parameters

handle  Int32
Wio-E5 device handle.
error  Int32
Error code. Zero upon success.
See Also