Com return values, Datalogger.programsendbusy, Name – Campbell Scientific LoggerNet-SDK Software Development Kit User Manual

Page 101: Description, Datalogger.selectivemanualpollbusy, Datalogger.serverconnected

Advertising
background image

Section 17. CsiDatalogger Control Reference

COM Return Values

Table of Possible Values

Code Meaning

S_OK

Success: Normal return

Datalogger.programSendBusy

Name

Datalogger.programSendBusy As Boolean

Description

This Boolean property describes the state of the LoggerNet server in relation to
the method programSendStart(). If the LoggerNet server is currently sending a
program to the datalogger, then this property will return TRUE.

COM Return Values

Table of Possible Values

Code Meaning

S_OK

Success: Normal return

Datalogger.selectiveManualPollBusy

Name

Datalogger.selectiveManualPollBusy As Boolean

Description

This Boolean property describes the state of the control concerning a selective
manual poll. If a selective manual poll is currently in process, this property
will return TRUE.

COM Return Values

Table of Possible Values

Code Meaning

S_OK

Success: Normal return

Datalogger.serverConnected

Name

Datalogger.serverConnected As Boolean

Description

This Boolean property describes the state of the connection between the client
application and the LoggerNet server. If the connection is successful, the
property is returned as TRUE. Otherwise, the property is returned as FALSE.

17-3

Advertising