1,317
社区成员
发帖
与我相关
我的任务
分享 TBytes comm;
bt.set_length(2);
bt[0]=0xf0; bt[1]=0x02;
IdUDPServer1->SendBuffer(“192.168.2.1”,56,comm);TBytes comm;
comm.set_length(2);
comm[0]=0xf0;
comm[1]=0x02;
IdUDPServer1->SendBuffer(“192.168.2.1”,56,comm);