REST.Backend.EMSApi.TEMSClientAPI.CreateInstallationObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateInstallationObject(const ADeviceType: string; const ADeviceToken: string; const AProperties: TJSONObject): TJSONObject; overload;
function CreateInstallationObject(const ADeviceType: string; const ADeviceToken: string;  const AProperties: TJSONObject; AChannels: array of string): TJSONObject; overload;

C++

System::Json::TJSONObject* __fastcall CreateInstallationObject(const System::UnicodeString ADeviceType, const System::UnicodeString ADeviceToken, System::Json::TJSONObject* const AProperties)/* overload */;
System::Json::TJSONObject* __fastcall CreateInstallationObject(const System::UnicodeString ADeviceType, const System::UnicodeString ADeviceToken, System::Json::TJSONObject* const AProperties, System::UnicodeString *AChannels, const int AChannels_High)/* overload */;

Properties

Type Visibility Source Unit Parent
function protected
REST.Backend.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi TEMSClientAPI

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!