jca.dbr
Interface DBR_STS

All Superinterfaces:
DBR
All Known Subinterfaces:
DBR_CTRL, DBR_GR, DBR_TIME
All Known Implementing Classes:
DBR_CTRL_DBByte, DBR_CTRL_DBDouble, DBR_CTRL_DBFloat, DBR_CTRL_DBInt, DBR_CTRL_DBShort, DBR_GR_DBByte, DBR_GR_DBDouble, DBR_GR_DBFloat, DBR_GR_DBInt, DBR_GR_DBShort, DBR_STS_DBByte, DBR_STS_DBDouble, DBR_STS_DBEnum, DBR_STS_DBFloat, DBR_STS_DBInt, DBR_STS_DBShort, DBR_STS_DBString, DBR_TIME_DBByte, DBR_TIME_DBDouble, DBR_TIME_DBEnum, DBR_TIME_DBFloat, DBR_TIME_DBInt, DBR_TIME_DBShort, DBR_TIME_DBString

public interface DBR_STS
extends DBR


Field Summary
 
Fields inherited from interface jca.dbr.DBR
BYTE, CTRL_BYTE, CTRL_DOUBLE, CTRL_FLOAT, CTRL_INT, CTRL_SHORT, DOUBLE, ENUM, FLOAT, GR_BYTE, GR_DOUBLE, GR_FLOAT, GR_INT, GR_SHORT, INFO_ENUM, INT, PUT_ACKS, PUT_ACKT, SHORT, STRING, STS_BYTE, STS_DOUBLE, STS_ENUM, STS_FLOAT, STS_INT, STS_SHORT, STS_STRING, STSACK_STRING, TIME_BYTE, TIME_DOUBLE, TIME_ENUM, TIME_FLOAT, TIME_INT, TIME_SHORT, TIME_STRING
 
Method Summary
 short severity()
          Return the severity code of the structure.
 short status()
          Return the status code of the structure.
 
Methods inherited from interface jca.dbr.DBR
count, dataAt, type, update
 

Method Detail

status

public short status()
Return the status code of the structure.


severity

public short severity()
Return the severity code of the structure.