Instrument-control Toolkit - tcpip
- Function File:
tcp =
tcpip(host, [port], [PropertyName, PropertyValue...])
Matlab compatible wrapper to the tcp interface.
NOTE: tcpip has been deprecated. Use tcpclient instead
Inputs
host - the host name or ip.
port - the port number to connect. If omitted defaults to 80.
PropertyName, PropertyValue - Optional property name, value pairs to set on the tcp object.
Properties
Currently the only known properties are "timeout" and "name".
Outputs
tcpip will return an instance of octave_tcp class as the result.