Home > Back-end >  C Builder6.0 realize remote monitoring
C Builder6.0 realize remote monitoring

Time:09-25

Void __fastcall TForm1: : Button1Click (TObject * Sender)
{char buffer [2]="s";
Udp - & gt; SendBuffer (buffer, 2, 2);//send a controlled machine to capture command


[Error] c + + Unit1. CPP (25) : E2316 'SendBuffer' is not a member of 'TUdpSocket'
What reason be? Pray god give advice or comments!

CodePudding user response:

Use indyUDP, the unused

CodePudding user response:

SendBuf

CodePudding user response:

TUdpSocket inside the class does not define SendBuff that method

CodePudding user response:

Is not SendBuff SendBuf,
  • Related