tcpip_listen.m
来自「A very small 250-line library (written e」· M 代码 · 共 10 行
M
10 行
function fid=tcpip_listen(socket)% TCPIP_LISTEN(socket) - Listning for connetions on open socket.% Socket must first be opened with TCPIP_SERVSOCKET, both sockets% and connections are closed with TCPIP_CLOSE().% % This frunction returns a hander to connection if ther is one% waiting, else it returns -1.fid=tcpipmex(21,socket);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?