Main Content
writebinblock
Description
writebinblock(
writes a binblock of t
,data
,datatype
)data
in the form specified by
datatype
from the TCP/IP server t
to the client
connected to it. The value of the Connected
property of
t
must be 1
(true
) before you
can write from it. The function suspends MATLAB® execution until the specified values are written to the remote host.
Examples
Input Arguments
Version History
Introduced in R2021a
See Also
tcpserver
| write
| writeline
| readbinblock