Com return values, Datalogger_onloggerconnectstarted(), Name – Campbell Scientific LoggerNet-SDK Software Development Kit User Manual

Page 114: Description, Onloggerconnectstarted

Advertising
background image

Section 17. CsiDatalogger Control Reference

Enumeration Name

Value

Description

lf_failure_invalid_logon

3

Indicates that this control was unable to
logon to the LoggerNet server because
either the serverLogonName or
serverLogonPassword property is incorrect

lf_failure_server_security_blocked

4

Indicates that security has been enabled on
the server and that the serverLogonName
does not have sufficient privileges or
serverLogonPassword is incorrect

lf_failure_device_name_invalid

5

Indicates that the device "loggerName" was
not found in the network map

lf_failure_server_terminated_transaction 6 Indicates that the server has terminated the

transaction

lf_failure_device_does_not_support

7

Indicates that the device “loggerName”
does not support this transaction

lf_failure_path_does_not_support 8

This

transaction is not supported for this

network path. The name of the blocking
device will be supplied as the next
parameter

COM Return Values

Table of Possible Values

Code Meaning

S_OK

Success: Normal return.

Datalogger_onLoggerConnectStarted()

Name

onLoggerConnectStarted()

Description

This event gets called when a connection to the datalogger has been established
and is a result of invoking the method loggerConnectStart().

COM Return Values

Table of Possible Values

Code Meaning

S_OK

Success: Normal return.

17-16

Advertising