public static interface ADSLibrary.TransMode
| Modifier and Type | Field and Description |
|---|---|
static int |
SERVERCYCLE
Send the notification whenever the cycle time specified
in the notification request has elapsed, regardless of whether the
variable being monitored has changed its value.
|
static int |
SERVERONCHA
Send the notification whenever the cycle time specified
in the notification request has elapsed, but only if the
variable being monitored has changed its value.
|
static final int SERVERCYCLE
static final int SERVERONCHA
Copyright © 2018 LSST. All rights reserved.