notificationBar_getAllDps()

The function returns a list of all data points for the stated system used inside for the notification bar.

Synopsis

dyn_string notificationBar_getAllDps(string sSystem = "" );

Parameters

Parameter Description
sSystem Name of the system for which the data point names should be returned

Return Value

Dyn_string with the data point names of the data points used by the notification bar.

Error

-

Description

A list of all data points used by the notification bar is returned for the stated system.

Example

The following example returns all data points of System1 used by the notification bar.

main()
{
  dyn_string dsNotificationDps = notificationBar_getAllDps("System1");
  DebugN(dsNotificationDps);
}

Assignment

Notification Bar

Availability

UI, CTRL