System.Tether.Comm.TTetheringNetworkServerCommUDP.OnUDPData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnUDPData: TNetworkCommUDPData read FOnUDPData write FOnUDPData;

C++

__property TNetworkCommUDPData OnUDPData = {read=FOnUDPData, write=FOnUDPData};

Properties

Type Visibility Source Unit Parent
event public
System.Tether.Comm.pas
System.Tether.Comm.hpp
System.Tether.Comm TTetheringNetworkServerCommUDP

Description

Occurs when data is received from the UDP Port.

OnUDPData receives the following parameters:

  • AConnectionString, a string formatted as "PeerIP$PeerPort".
  • AData, an array of bytes that contains the received data.

See Also