REST.Backend.EMSApi.TEMSClientAPI.RetrieveInstallationsChannelNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RetrieveInstallationsChannelNames: TArray<string>;

C++

System::DynamicArray<System::UnicodeString> __fastcall RetrieveInstallationsChannelNames();

Properties

Type Visibility Source Unit Parent
function public
REST.Backend.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi TEMSClientAPI

Description

Returns a list with the names of the installation channels that are registered in the EMS server.

Exceptions

Exception Message Description

EEMSClientAPIError

MasterSecret required

Authentication is TAuthentication.MasterSecret and ConnectionInfo.MasterSecret is an empty string.

Session token required

Authentication is TAuthentication.Session and you did not log in or the session authentication token that you provided to Login is an empty string.

See Also