ADIC 601355 Rev A Digital Camera User Manual


  Open as PDF
of 1192
 
API Guide
601355 Rev A API Functions 2-393
Functions
VSID_SEQUENCE_NUM (int *) Pointer to the sequence number of this status.
Initial status for a command request is
sequence number 0. Sequence numbers for
subsequent statuses for the same command
request are assigned as one-up numbers. For
example, the first intermediate status (if there
is an intermediate status) or the final status (if
there is no intermediate status) is sequence
number 1.
VSID_SEQUENCE_TABLE
(VST_TABLE_HANDLE *)
Pointer to the sequence numbers (in table
format) of the statuses received for this
command.
VSID_STATUS_CODE
(VST_STATUS_CODE *)
Pointer to the status code for this status.
Indicates whether the command was
successful or failed. Valid
VSID_STATUS_CODE values are enumerated
in the vs_types.h file.
VSID_STATUS_TYPE
(VST_STATUS_TYPE *)
Pointer to the status type (intermediate or
final) for this status. Valid
VSID_STATUS_TYPE values are enumerated
in the vs_types.h file.
VSID_TARGET_ENTERPRISE_ID
(VST_ENTERPRISE_ID *)
Pointer to the enterprise identifier for a
ConnectQuery or Disconnect command.
VSID_USER_FIELD (VST_USER_FIELD) Pointer to the user field contents for the
associated command. USER_FIELD is a
16-character field provided for user
information. Information entered in this field is
echoed back to the user in every status
message returned for each command. Neither
the API software nor VolServ uses
USER_FIELD.
VSID_WAIT_REASON
(VST_WAIT_REASON *)
Pointer to the wait reason for an intermediate
status. Valid VSID_WAIT_REASON values are
enumerated in the vs_types.h file.
Parameter Type Description