System.Tether.Comm.TTetheringNetworkServerCommUDP.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AIPVersion: TCommIPVersion; const ABindToAddress: string);

C++

__fastcall TTetheringNetworkServerCommUDP(TCommIPVersion AIPVersion, const System::UnicodeString ABindToAddress);

Properties

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

Description

Creates an instance of TTetheringNetworkServerCommUDP that uses the specified IP version.

See Also