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

Page 110: Description, Datalogger.selectivemanualpollstart

Advertising
background image

Section 17. CsiDatalogger Control Reference

COM Return Values

Table of Possible Values

Code Meaning

S_OK

Success: Normal return

E_CSI_BUSY

Error: A previous call to programSendStart()
has not completed

E_CSI_FAIL

Error: Unexpected error

E_CSI_NOT_CONNECTED

Error: Not connected to the LoggerNet server

Datalogger.selectiveManualPollCancel

Name

Datalogger.selectiveManualPollCancel()

Description

This method should be called to cancel a selectiveManualPollStart() command.
If the selective manual poll is successfully cancelled, the event
onManualPollComplete() will return a cancellation code.

COM Return Values

Table of Possible Values

Code Meaning

S_OK

Success: Normal return

Datalogger.selectiveManualPollStart

Name

Datalogger.selectiveManualPollStart(table_name As
String)

Description

Use this method to poll a specific table in a datalogger. Upon completion, this
method calls the event onSelectiveManualPollComplete().

COM Return Values

Table of Possible Values

Code Meaning

S_OK

Success: Normal return

E_CSI_BUSY

Error: A previous call has not completed

E_CSI_FAIL

Error: Unexpected error

E_CSI_NOT_CONNECTED Error: Not connected to the LoggerNet server

17-12

Advertising