REST.Backend.EMSApi.TEMSClientAPI.RetrieveModulesFields
Delphi
procedure RetrieveModulesFields(const AFields: TJSONArray);
C++
void __fastcall RetrieveModulesFields(System::Json::TJSONArray* const AFields);
Inhaltsverzeichnis
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| procedure function | public | REST.Backend.EMSApi.pas REST.Backend.EMSApi.hpp | REST.Backend.EMSApi | TEMSClientAPI | 
Beschreibung
Fragt den EMS-Server nach einer Felderliste ab, die der EMS-Server für Module unterstützt.
RetrieveModulesFields füllt AFields mit den Ergebnissen vom EMS-Server.
Exceptions
| Exception | Meldung | Beschreibung | 
|---|---|---|
| MasterSecret erforderlich | Authentication ist TAuthentication.MasterSecret und ConnectionInfo.MasterSecret ist ein leerer String. | |
| Sitzungs-Token erforderlich | Authentication ist TAuthentication.Session, und Sie haben sich nicht angemeldet oder das bei der Anmeldung (Login) angegebene Sitzungsauthentifizierungs-Token ist ein leerer String. | 
Siehe auch
- REST.Backend.EMSApi.TEMSClientAPI.RegisterModule
- REST.Backend.EMSApi.TEMSClientAPI.RetrieveModule
- REST.Backend.EMSApi.TEMSClientAPI.UpdateModule
- REST.Backend.EMSApi.TEMSClientAPI.QueryModuleName
- REST.Backend.EMSApi.TEMSClientAPI.QueryModules
- REST.Backend.EMSApi.TEMSClientAPI.UnregisterModule