Write-Read |
About IO Configuration |
Description |
Set and returns the TCPIP port for HiSLIP communication. |
VB Syntax |
IOConfig.HiSLIPPort = value |
Variable |
(Type) - Description |
IOConfig |
An IOConfiguration object. |
value |
(Long) HiSlip port number. |
Return Type |
Long |
Default |
4880 |
Examples |
IOConfig.HiSLIPPort = 4880 'Write value = IOConfig.HiSLIPPort 'Read |
C++ Syntax |
HRESULT get HiSLIPPort(long port); HRESULT put HiSLIPPort(long * port); |
Interface |
IIOConfiguration |