Section 14. csiserverdirect control reference, 1 serverdirect interface, 1 properties – Campbell Scientific LoggerNet-SDK Software Development Kit User Manual
Page 65: Serverdirect.applicationworkdir, Name, Description, Com return values, Serverdirect.builddate

Section 14. CsiServerDirect Control
Reference
14.1 ServerDirect Interface
14.1.1 Properties
ServerDirect.applicationWorkDir
Name
ServerDirect.applicationWorkDir As String
Description
This property gives the location where the LoggerNet server data files are
stored and must be set before starting the LoggerNet. If this property needs to
be changed after the LoggerNet server has been started, call stopServer(), set
the new location, and then call startServer().
COM Return Values
Table of Possible Values
Code Meaning
S_OK
Success: Normal return
E_CSI_BUSY
Error: The property cannot be set while a connection to
the LoggerNet server is present
ServerDirect.buildDate
Name
ServerDirect.buildDate As String
Description
This read-only property displays the build date of the LoggerNet server.
COM Return Values
Table of Possible Values
Code Meaning
S_OK
Success: Normal return
E_CSI_FAIL
Error: Unexpected error
E_CSI_NOT_STARTED Error: The LoggerNet server is not started
14-1