Constants |
ONLINE |
"Online" - Network access is allowed.
|
OFFLINE |
"Offline" - Network access is not allowed.
|
Constants' Details |
ONLINE
const short ONLINE = 0;
- Description
- "Online" - Network access is allowed.
|
|
OFFLINE
const short OFFLINE = 1;
- Description
- "Offline" - Network access is not allowed.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.