Owner manual

OpenLNS Programmer's Reference 667
Syntax
objServer.AcceptIncomingSession tag, acceptUplink,
postponeUpdates
Element
Description
objServer
The Object Server object being
acted upon.
xDriverProfileName
An xDriver Profile name as a
String.
Your application will be informed of
incoming session requests that
come in on the TCP listener port
assigned to the selected Profile.
You can use the OpenLDV xDriver
Profile Editor to create an xDriver
Profile, enable it for incoming
session handling, and assign it a
listener port.
For more information on this, see
Chapter 3, Extending the Default
xDriver Profile, of the OpenLDV
Programmer’s Guide, xDriver
Supplement.
acceptUplink
A Boolean value indicating whether
the session is to be accepted.
TRUE. Accepts the incoming
uplink session request.
FALSE. Rejects the session.
Added to API
LNS Release 3.06.
Close
Summary
Closes the OpenLNS global database.
Availability
Local, full, lightweight, and independent clients.
Syntax
objServObject.Close
Element
Description
objServObject
The ObjectServer object to be closed.
Added to API
Prior to LNS Release 3.0.