public static class ADSLibrary.TransMode extends Object
| 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.
|
public static final int SERVERCYCLE
public static final int SERVERONCHA
Copyright © 2023 LSST. All rights reserved.