Top   Module   Use   Manual   Index 

com :: sun :: star :: ucb ::

constants group ConnectionMode


Description
These are the possible values for the property "ConnectionMode".
See also
XCommandProcessor
See also
Content


Constants

const short ONLINE = = 0;
Description
"Online" - Network access is allowed.
const short OFFLINE = = 1;
Description
"Offline" - Network access is not allowed.
Top of Page