Instrument-control Toolkit - udp_write
- Loadable Function:
n =
udp_write(udp, data)
-
Write data to a udp interface.
Inputs
udp - instance of octave_udp class.
data - data to be written to the udp interface. Can be either of String or uint8 type.Outputs
Upon successful completion, udp_write() shall return the number of bytes written as the result n.