Package | Description |
---|---|
org.epics.pvdata.factory |
This package implements the interfaces defined in org.epics.pvdata.pv.
|
org.epics.pvdata.pv |
This package contains the interface definitions for the Java implementation of pvData.
|
Modifier and Type | Method and Description |
---|---|
int |
BasePVByteArray.get(int offset,
int len,
ByteArrayData data) |
int |
BasePVUByteArray.get(int offset,
int len,
ByteArrayData data) |
Modifier and Type | Method and Description |
---|---|
int |
PVUByteArray.get(int offset,
int length,
ByteArrayData data)
Get values from a PVByteArray and put them into byte[]from.
|
int |
PVByteArray.get(int offset,
int length,
ByteArrayData data)
Get values from a PVByteArray and put them into byte[]from.
|
Copyright © 2014. All Rights Reserved.