Specify remote host
RemoteHost specifies the remote host name
or IP dotted decimal address. An example dotted decimal address is
144.212.100.10.
For TCPIP objects, you can configure RemoteHost only
when the object is disconnected from the hardware. You disconnect
a connected object with the fclose function.
A disconnected object has a Status property value
of closed.
For UDP objects, you can configure RemoteHost at
any time. If the object is open, a warning is issued if the remote
address is invalid.
Usage | TCPIP, UDP |
Read only | While open (TCPIP), never (UDP) |
Data type | Character vector |
The value is defined when you create the TCPIP or UDP object.