API:EMS.Services.TEMSInternalAPI.TSegmentNames

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

    TSegmentNames = record
    public const
      Users = 'users';
      Groups = 'groups';
      Installations = 'installations';
      Edgemodules = 'edgemodules';
      Resources = 'resources';
      Login = 'login';
      Signup = 'signup';
      Logout = '_logout';
      Me = 'me';
      Push = 'push';
    end;

C++

struct DECLSPEC_DRECORD TSegmentNames
{
public:
    #define TEMSInternalAPI_TSegmentNames_Users L"users"
    #define TEMSInternalAPI_TSegmentNames_Groups L"groups"
    #define TEMSInternalAPI_TSegmentNames_Installations L"installations"
    #define TEMSInternalAPI_TSegmentNames_Edgemodules L"edgemodules"
    #define TEMSInternalAPI_TSegmentNames_Resources L"resources"
    #define TEMSInternalAPI_TSegmentNames_Login L"login"
    #define TEMSInternalAPI_TSegmentNames_Signup L"signup"
    #define TEMSInternalAPI_TSegmentNames_Logout L"_logout"
    #define TEMSInternalAPI_TSegmentNames_Me L"me"
    #define TEMSInternalAPI_TSegmentNames_Push L"push"
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
EMS.Services.pas
EMS.Services.hpp
EMS.Services TEMSInternalAPI

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.