tcpip_viewbuff.m

来自「A very small 250-line library (written e」· M 代码 · 共 15 行

M
15
字号
function str=tcpip_viewbuff(fid,len)% str=tcpip_viewbuff(fid,len)%% fid   file id for connection.% len   Maximum length of returned string.% str   Returned string as char.%%% Returns what's in incomming buffert but it will not% remove data from the buffert. A following tcpip_read()% will return the same string.    str=tcpipmex(5,fid,len);  return;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?