public class AlarmValues
extends java.lang.Object
| Constructor and Description |
|---|
AlarmValues(long alid,
byte alcd,
java.lang.String altx,
java.lang.String alarmName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlarmName() |
byte |
getAlcd() |
long |
getAlid() |
java.lang.String |
getAltx() |
boolean |
isSet()
return true if the alarm is set, otherwise false.
|
java.lang.String |
toString() |
public AlarmValues(long alid,
byte alcd,
java.lang.String altx,
java.lang.String alarmName)
alid - the idalcd - the alcd. The high bit of this variable indicates set/resetaltx - the text of the alarmalarmName - the name if configuredpublic java.lang.String getAlarmName()
public byte getAlcd()
public long getAlid()
public java.lang.String getAltx()
public boolean isSet()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.