Com return values, Datalogger_onprogramreceiveprogress(), Name – Campbell Scientific LoggerNet Server SDK User Manual

Page 118: Description, Datalogger_onprogramsendcomplete()

Advertising
background image

Section 17. CsiDatalogger Control Reference

Enumeration Name

Value

Description

pr_failure_cannot_open_file

9

Indicates that the file could not be opened
for writing. You may not have permissions
to write in that directory or the file may be
in use

pr_failure_server_security

10

Indicates that security has been enabled on
the LoggerNet server and that you do not
have sufficient privileges to connect

pr_failure_not_supported

11

Indicates that this transaction is not
supported

pr_aborted_by_client

12

Indicates that this transaction was cancelled

COM Return Values

Table of Possible Values

Code Meaning

S_OK

Success: Normal return

Datalogger_onProgramReceiveProgress()

Name

onProgramReceiveProgress(Long Received_bytes)

Description

This event periodically returns notification of how many bytes have been
received from the datalogger during the retrieval of a program. This event gets
called after the programReceiveStart() method has been called.

COM Return Values

Table of Possible Values

Code Meaning

S_OK

Success: Normal return.

Datalogger_onProgramSendComplete()

Name

onProgramSendComplete(Boolean successful,
prog_send_outcome_type response_code, String

compile_result)

Description

This event gets called when the program sending process has finished

17-20

Advertising