PlatformAPI.IOTAExternalDevice.SetPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPort(const Value: string);

C++

virtual void __fastcall SetPort(const System::UnicodeString Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI IOTAExternalDevice

Description

Use SetPort to define the port where an external device is connected. Use this procedure only if the external device is an Android emulator.

See Also