Click or drag to resize

wclServerConnectionHalCreateClient Method

The method creates a hardware and transport-dependent client connection.

Namespace: wclCommunication
Assembly: wclCommunication (in wclCommunication.dll) Version: 7.8.3.0 (7.8.3.0)
Syntax
protected abstract wclServerClientConnection HalCreateClient()

Return Value

wclServerClientConnection
If the method success the return value is the object represents the client connection. Otherwise the method returns null.
Remarks
A derived class must override this method to create a custom HAL server client connection.
See Also