REST.Backend.EMSApi.TEMSClientAPI.TDeviceTypes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

    TDeviceTypes = record
    public
      const IOS = 'ios';
      const Android = 'android';
    end;

C++

struct DECLSPEC_DRECORD TDeviceTypes
{
public:
    #define TEMSClientAPI_TDeviceTypes_IOS L"ios"
    #define TEMSClientAPI_TDeviceTypes_Android L"android"
};

Properties

Type Visibility Source Unit Parent
record
struct
public
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!