EMS.Services.TEMSInternalAPI Methods
InheritedProtected
| AddUser | public | Adds a new EMS User in the EMS Server. |
| AddUsersToGroup | public | Adds one or more EMS Users to an existing EMS Group. |
| AfterConstruction | public | Responds after the last constructor has executed. |
| BeforeDestruction | public | Responds before the first destructor executes. |
| CheckDisposed | protected | |
| ClassInfo | public | Returns a pointer to the run-time type information (RTTI) table for the object type. |
| ClassName | public | Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). |
| ClassNameIs | public | Determines whether an object is of a specific type. |
| ClassParent | public | Returns the type of the immediate ancestor of a class. |
| ClassType | public | Returns the class reference for the object's class. |
| CleanupInstance | public | Performs finalization on long strings, variants, and interface variables within a class. |
| Create | public | Creates an instance of TEMSInternalAPI. |
| CreateGroup | public | Creates a new EMS Group in the EMS Server. |
| DefaultHandler | public | Provides the interface for a method that processes message records. |
| DeleteGroup | public | Deletes an existing EMS Group from the EMS Server. |
| DeleteInstallation | public | Deletes an existing EMS Installation from the EMS Server. |
| DeleteUser | public | Deletes an existing EMS User from the EMS Server. |
| Destroy | public | Destroys this instance of TEMSInternalAPI. |
| Dispatch | public | Calls message-handling methods for the object, based on the contents of the Message parameter. |
| DisposeOf | public | DisposeOf forces the execution of the destructor code in an object. |
| Equals | public | Checks whether the current instance and the Obj parameter are equal. |
| FieldAddress | public | Returns the address of a published object field. |
| Free | public | Destroys an object and frees its associated memory, if necessary. |
| FreeInstance | public | Deallocates memory allocated by a previous call to the NewInstance method. |
| GetDisposed | protected | Getter for the Disposed property. |
| GetHashCode | public | Returns an integer containing the hash code. |
| GetInterface | public | Retrieves a specified interface. |
| GetInterfaceEntry | public | Returns the entry for a specific interface implemented in a class. |
| GetInterfaceTable | public | Returns a pointer to a structure containing all of the interfaces implemented by a given class. |
| InheritsFrom | public | Determines the relationship of two object types. |
| InitInstance | public | Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer. |
| InstanceSize | public | Returns the size in bytes of each instance of the object type. |
| LoginUser | public | Logs on an EMS User to the EMS Server. |
| Logout | public | Logs off an EMS User from the EMS Server. |
| MethodAddress | public | Returns the address of a class method by name. |
| MethodName | public | Returns the name of a class method by address. |
| ModuleResourceDelete | public | Executes a DELETE resource request to delete the content of a resource for the given EMS Edge module. |
| ModuleResourceGet | public | Executes a GET resource request to retrieve the content of particular resource of the EMS Edge module |
| ModuleResourcePatch | public | Executes a PATCH resource request to update the information for a particular resource of the EMS Edge module. |
| ModuleResourcePost | public | Executes a POST resource request to store or update the information for the particular resource of the EMS Edge module. |
| ModuleResourcePut | public | Executes a PUT resource request to store or update the information for the particular resource of the EMS Edge module. |
| NewInstance | public | Allocates memory for an instance of an object type and returns a pointer to that new instance. |
| PushBroadcast | public | Broadcasts an EMS Push Notification message to all EMS Installations |
| PushToChannels | public | Sends an EMS Push Notification message to the EMS Installations that are subscribed with the EMS channels. |
| PushToTarget | public | Sends an EMS Push notification message to a particular EMS Installation. |
| PushWhere | public | Sends an EMS Push notification message to a particular EMS Installation identified by a filter. |
| QualifiedClassName | public | Returns the qualified name of the class. |
| QueryGroups | public | Retrieves the EMS Groups from the EMS Server by using query parameters. |
| QueryInstallations | public | Retrieves the EMS Installations from the EMS Server using the query parameters. |
| QueryModuleResources | public | Retrieves the EMS Edge module resources from the EMS Server using the query parameters. |
| QueryModules | public | Retrieves the EMS Edge modules from the EMS Server using the query parameters. |
| QueryUserName | public | Retrieves the EMS User from the EMS Server that matches an EMS user name. |
| QueryUsers | public | Retrieves the EMS Users from the EMS Server using the query parameters. |
| RemoveUsersFromGroup | public | Removes one or more EMS Users from an EMS Group. |
| RetrieveGroup | public | Retrieves the field data from the EMS Server for the specified EMS Group. |
| RetrieveInstallation | public | Retrieves the field data from the specified EMS Installation identifier. |
| RetrieveModule | public | Retrieves a particular EMS Edge Module from the EMS Server. |
| RetrieveModuleResource | public | Retrieves a particular resource of a EMS Edge Module from the EMS Server. |
| RetrieveUser | public | Retrieves the field data for the specified EMS User. |
| SafeCallException | public | Handles exceptions in methods declared using the safecall calling convention. |
| SignupUser | public | Signs up a new EMS User in the EMS Server. |
| ToString | public | Returns a string containing the class name. |
| UnitName | public | Returns the name of the unit where the class is defined. |
| UnitScope | public | Returns the class's unit scope. |
| UnregisterModule | public | Deletes a particular EMS Edge Module from the EMS Server. |
| UnregisterModuleResource | public | Unregisters a particular resource of an EMS Edge module from the EMS Server. |
| UpdateGroup | public | Updates the fields from an EMS Group. |
| UpdateInstallation | public | Updates the fields from an EMS Installation. |
| UpdateModule | public | Updates the fields of an EMS Edge module in the EMS Server. |
| UpdateModuleResource | public | Updates the fields of a particular resource of an EMS Edge module in the EMS Server. |
| UpdateUser | public | Updates the fields from an EMS User. |