EMS.Services.TEMSInternalAPI.TSegmentNames
[–] Properties | |
---|---|
Type: record struct
| |
Visibility: public | |
Source: EMS.Services.pas EMS.Services.hpp
| |
Unit: EMS.Services | |
Parent: TEMSInternalAPI |
Delphi
TSegmentNames = record
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"
};
Description
Strings to use as resource URL segment in requests for built-in EMS resources.
You do not need to use TSegmentNames to use the TEMSInternalAPI class, but you might need TSegmentNames if you create a subclass of TEMSInternalAPI that extends its functionality.