public class DBRDecoder extends Object
| Constructor and Description |
|---|
DBRDecoder() |
| Modifier and Type | Method and Description |
|---|---|
static DBR |
getDBR(DBR inDBR,
short dataTypeValue,
int dataCount,
ByteBuffer dataPayloadBuffer)
Get (deserialize) data payload buffer to DBR structure.
|
public static DBR getDBR(DBR inDBR, short dataTypeValue, int dataCount, ByteBuffer dataPayloadBuffer)
inDBR - DBR to be used (set), do not create a new instance of DBR if non-null.
DBR type and count must match.dataTypeValue - data type, see DBRType.dataCount - data type.dataPayloadBuffer - data payload buffer received from server, non-null.null in case of error.Copyright © 2004-2020 EPICS. All Rights Reserved.