gov.aps.jca.dbr
Class DBR_Byte

java.lang.Object
  |
  +--gov.aps.jca.dbr.DBR
        |
        +--gov.aps.jca.dbr.DBR_Byte
All Implemented Interfaces:
BYTE
Direct Known Subclasses:
DBR_STS_Byte

public class DBR_Byte
extends DBR
implements BYTE


Field Summary
static DBRType TYPE
           
 
Constructor Summary
DBR_Byte()
           
DBR_Byte(byte[] value)
           
DBR_Byte(int count)
           
 
Method Summary
 byte[] getByteValue()
           
 DBRType getType()
           
 
Methods inherited from class gov.aps.jca.dbr.DBR
getCount, getValue, isBYTE, isBYTE, isCTRL, isCTRL, isDOUBLE, isDOUBLE, isENUM, isENUM, isFLOAT, isFLOAT, isGR, isGR, isINT, isINT, isLABELS, isLABELS, isPRECISION, isPRECSION, isSHORT, isSHORT, isSTRING, isSTRING, isSTS, isSTS, isTIME, isTIME, printInfo, printInfo, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final DBRType TYPE
Constructor Detail

DBR_Byte

public DBR_Byte()

DBR_Byte

public DBR_Byte(int count)

DBR_Byte

public DBR_Byte(byte[] value)
Method Detail

getType

public DBRType getType()
Overrides:
getType in class DBR

getByteValue

public byte[] getByteValue()
Specified by:
getByteValue in interface BYTE