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