Section 18. csidatasource control reference, 1 dsource interface, 1 properties – Campbell Scientific LoggerNet-SDK Software Development Kit User Manual
Page 125: Dsource.logonname, Name, Description, Default value, Com return values, Dsource.logonpassword
Section 18. CsiDataSource Control
Reference
18.1 DSource Interface
18.1.1 Properties
DSource.logonName
Name
DSource.logonName As String
Description
Specifies the account name that should be used to when connecting to the
LoggerNet server. If security is enabled on the target LoggerNet server, this
string must be one of the account names recognized by the LoggerNet server.
These accounts can be set up using the LoggerNet Security Administration
Client that is part of the LoggerNet software suite or the CsiCoraScript control
in the LoggerNet SDK.
Default Value
The default value for this property is an empty string. This property is only
used if security is enabled on the LoggerNet server.
COM Return Values
Table of Possible Values
Code Meaning
S_OK
Success: Normal Return
E_CSI_BUSY
Error: Attempt to set serverLogonPassword while
connected to the LoggerNet server.
DSource.logonPassword
Name
DSource.logonPassword As String
Description
This property specifies the password that should be when connecting to the
LoggerNet server. If security is enabled on the target LoggerNet server, this
password string must be associated with the account described in the
logonName property.
Default Value
The default value for this property is an empty string. This property is only
used if security is enabled on the LoggerNet server.
18-1