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