


eg.
remote:(ios device)
send:
[self sendMessage:@"H"];
local:(mac device)
receive:
char ch[1024] = {0};

eg.
remote:(ios device)
send:
[self sendMessage:@"H"];
local:(mac device)
receive:
char ch[1024] = {0};
本文标题:unix socket communication protoc
本文链接:https://www.haomeiwen.com/subject/txmkpxtx.html
网友评论