Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 406 Bytes

File metadata and controls

15 lines (13 loc) · 406 Bytes
title ft_create_buffer
 FT_CREATE_BUFFER starts the thread with the TCP server attached to the local
 MATLAB instance. The TCP server will listen to the specified network
 port, and accept incoming read and write requests.

 Use as
   ft_create_buffer(port)
 where port is the TCP port to which the server listens. The default port 
 number is 1972.
 
 See also FT_DESTROY_BUFFER