PlatformAPI.IOTAExternalDevice.Port

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Port: string read GetPort write SetPort;

C++

__property System::UnicodeString Port = {read=GetPort, write=SetPort};

Properties

Type Visibility Source Unit Parent
property public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI IOTAExternalDevice

Description

Port is the port where an Android emulator is connected.

See Also