public class Notification extends Object
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getData()
Gets a read-only ByteBuffer containing the variable value sent by the
remote server.
|
int |
getNotificationHandle()
Gets the 32-bit handle assigned by the remote ADS server when the
request for notifications was made.
|
VariableHandle |
getVariableHandle()
Gets the VariableHandle instance pass to
ADSDriver.requestNotifications(org.lsst.ccs.drivers.ads.VariableHandle, java.time.Duration, java.time.Duration, boolean). |
public int getNotificationHandle()
public VariableHandle getVariableHandle()
ADSDriver.requestNotifications(org.lsst.ccs.drivers.ads.VariableHandle, java.time.Duration, java.time.Duration, boolean).public ByteBuffer getData()
Copyright © 2018 LSST. All rights reserved.