REST.Backend.EMSApi.TEMSClientAPI.TPushStatus

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

    TPushStatus = record
    private
      FAndroid: Integer;
      FIOS: Integer;
    public
      constructor Create(AIOS, AAndroid: Integer);
      property QueuedIOS: Integer read FIOS;
      property QueuedAndroid: Integer read FAndroid;
    end;

C++

struct DECLSPEC_DRECORD TPushStatus
{
private:
    int FAndroid;
    int FIOS;
public:
    __fastcall TPushStatus(int AIOS, int AAndroid);
    __property int QueuedIOS = {read=FIOS};
    __property int QueuedAndroid = {read=FAndroid};
    TPushStatus() {}
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
REST.Backend.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi TEMSClientAPI

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !