Syntax
constants group ConnectionMode;
Description
These are the possible values for the property "ConnectionMode".
See also
- XCommandProcessor
-
See also
- Content
-
Constants Summary
|
ONLINE |
"Online" - Network access is allowed.
|
|
OFFLINE |
"Offline" - Network access is not allowed.
|
|
Field Details
|
|
Syntax
const short ONLINE = 0;
Description
"Online" - Network access is allowed.
Syntax
const short OFFLINE = 1;
Description
"Offline" - Network access is not allowed.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.