Instrument-control Toolkit - @octave_tcpserver/get
- Function File: 
struct =get(tcpserver) - Function File: 
field =get(tcpserver, property) Get the properties of tcpserver object.
Inputs
tcpserver - instance of octave_tcpserver 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_tcpserver/set.