StartSocketServer Method - neoVI API
Last updated
Last updated
This method starts the TCP/IP socket server at a specified port.
Parameters
hObject
[in] Handle which specifies the driver object created by
iPort
[in] specifies the TCP/IP Port where the server will be established.
Return Values
If the server was started successfully the return value will be non-zero.
Remarks
This method creates a TCP/IP server in the DLL. This server can be attached to by any TCP/IP clients using the RAW API or using the DLL by specifying TCP/IP with . Only one server is allowed at a time.