public class VariableHandle extends Object
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
createBuffer()
Creates a read-write ByteBuffer that has the correct byte order, position=0 with
capacity and limit both set to the variable size.
|
int |
getHandleValue()
Gets the 32-bit handle assigned to the variable by the remote server.
|
String |
getName()
Gets the variable name passed to
ADSDriver.getVariableHandle(java.lang.String). |
int |
getVarSize()
Gets the size of the PLC variable in bytes.
|
public int getHandleValue()
public String getName()
ADSDriver.getVariableHandle(java.lang.String).public int getVarSize()
public ByteBuffer createBuffer()
Copyright © 2018 LSST. All rights reserved.