PlatformAPI.IOTAExternalDevice.SetPlatform

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPlatform(const Value: string);

C++

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

Properties

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

Description

Use SetPlatform to define the platform that an external device runs on. You must specify the internal name of the platform that the device runs on, as a string.

See Also