Click or drag to resize

wclServerConnectionHalClose Method

Implements a hardware-dependent method to stop listening.

Namespace: wclCommunication
Assembly: wclCommunication (in wclCommunication.dll) Version: 7.8.3.0 (7.8.3.0)
Syntax
protected abstract int HalClose()

Return Value

Int32
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.
Remarks
The method is called only if the HalListen was success.
See Also