Instrument-control Toolkit - @octave_tcpclient/get
- Function File: 
struct =get(tcpclient) - Function File: 
field =get(tcpclient, property) Get the properties of tcpclient object.
Inputs
tcpclient - instance of octave_tcpclient class.
property - name of property.
Outputs
When property was specified, return the value of that property.
otherwise return the values of all properties as a structure.
See also: @@octave_tcpclient/set.