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

Page 134

Advertising
background image

Section 18. CsiDataSource Control Reference

Enumeration Name

Value

Description

vo_outcome_column_read_only 5

Indicates that the column sent is read-
only

vo_outcome_invalid_table_name 6

Indicates that the table name was not
found on the datalogger

vo_outcome_invalid_column_name 7

Indicates that the column name was
not found on the datalogger

vo_outcome_invalid_subscript 8

Indicates that the index of the variable
was invalid. For array values,
subscripts start at "1"

vo_outcome_invalid_data_type 9

Indicates that the type of the data sent
for this variable does not match the
variable type

vo_outcome_communication_failed 10

Indicates that communication has
failed during this transaction

vo_outcome_communication_disabled 11

Indicates that LoggerNet has not been
set up to communicate with this
datalogger

vo_outcome_logger_security_blocked 12

Indicates that the datalogger's security
has been enabled, and you do not have
sufficient privileges to set a variable

vo_outcome_unmatched_logger_table_definition 13

Indicates that the LoggerNet server's
table definitions are not the same as
the datalogger's table definitions

vo_outcome_invalid_device_name 14

Indicates that the device named by
stationName could not be found in the
network map

vo_outcome_aborted_by_user 15

Indicates that a VariableSetCancel
command successfully prevented the
variable change from occurring

COM Return Values

Table of Possible Values

Code Meaning

S_OK

Success: Normal return

DSource_onAdviseRecords()

Name

onAdviseRecords(Object myAdvisor, Object

record_collection)

18-10

Advertising