LoginSignup
0
1

More than 3 years have passed since last update.

2017-07-13 C++ Builder XE4, 10.2 Tokyo > Indy > TIdUDPServerのUDPRead()関数の引数がIndyバージョンにより異なる

Last updated at Posted at 2017-07-13
動作環境
C++ Builder XE4
   Internet Direct (Indy) 10.6.0.4975

RAD Studio 10.2 Tokyo Update 2 (追記: 2017/12/28)
   Internet Direct (Indy) 10.6.2.5366

TIdUDPServerのUDPRead()関数の引数。

void __fastcall TForm1::IdUDPServer1UDPRead(TIdUDPListenerThread *AThread, const TIdBytes AData,
          TIdSocketHandle *ABinding)

Indyの古いバージョンで、ADataの定義が(constなしの)TBytesになっている場合があるようだ。

関連

c++ builder XE4 > Indyのソースコードへのアクセス
http://qiita.com/7of9/items/0aebd1727b0ee1c65e6b

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1