REST.Backend.EMSApi.TEMSClientAPI.TPushStatus
Aus RAD Studio API Documentation
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() {} };
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
record struct |
public | REST.Backend.EMSApi.pas REST.Backend.EMSApi.hpp |
REST.Backend.EMSApi | TEMSClientAPI |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.