jca.dbr
Class DBR_PUT_ACKS

java.lang.Object
  |
  +--jca.dbr.DBR_PUT_ACKS

public class DBR_PUT_ACKS
extends java.lang.Object
implements DBR

This class represent the Channel Access DBR_PUT_ACKS type.


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
 
Constructor Summary
DBR_PUT_ACKS()
           
 
Method Summary
 int count()
          Return the DBR count of the object.
 DBData dataAt(int at)
           
 int type()
          Return the DBR type of the object.
 short value()
           
 short valueAt(int at)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBR_PUT_ACKS

public DBR_PUT_ACKS()
Method Detail

type

public int type()
Description copied from interface: DBR
Return the DBR type of the object.
Specified by:
type in interface DBR

count

public int count()
Description copied from interface: DBR
Return the DBR count of the object.
Specified by:
count in interface DBR

dataAt

public DBData dataAt(int at)
Specified by:
dataAt in interface DBR

valueAt

public short valueAt(int at)

value

public short value()