Skip to main content

%Monitor.Status

datatype class %Monitor.Status extends %Monitor.Integer

ODBC Type: INTEGER

A %Monitor data type class representing an Integer Status value. Corresponds to the SNMP Integer32 data type. An enumerated list of acceptable Integer values, with an associated text string for each.

Parameters

parameter DISPLAYLIST;
Used for enumerated (multiple-choice) attributes. Used in conjunction with the VALUELIST parameter for enumerated (multiple-choice) attributes. DISPLAYLIST, if not null, represents the display values for the attribute corresponding with the logical values listed in VALUELIST.

The display values are returned by the LogicalToDisplay method.

parameter VALUELIST;
Used for enumerated (multiple-choice) attributes. VALUELIST is either a null string ("") or a delimiter separated list (where the delimiter is the first character) of logical values. If a non-null value is present, then the attribute is restricted to values in the list, and the validation code simply checks to see if the value is in the list.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab