Function File: set (obj, property,value)
Function File: set (obj, property,value,…)

Set the properties of udp object.

Inputs

obj - instance of octave_udp class.
property - name of property.

If property is a cell so must be value, it sets the values of all matching properties.

The function also accepts property-value pairs.

Properties

’name’

Set the name for the udp socket.

’remotehost’

Set the remote host name for the udp socket.

’remoteport’

Set the remote port for the udp socket.

’timeout’

Set the timeout value in seconds. Value of -1 means a blocking call.

Outputs

None

See also: @@octave_udp/get.

Package: instrument-control