HXP
Command Interface Manual
2.2.152
GatheringListGet
Syntax
C# prototype
int GatheringListGet(out string list, out string errstring)
Python prototype
[list, errstring] GatheringListGet ()
Parameters
Input parameters
None
Output parameters
(string) list: list
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous GatheringListGet command which is
used to Gathering type list. Refer to the XPS Programmer's manual to get the command
description.
2.2.153
GatheringExtendedListGet
Syntax
C# prototype
int GatheringExtendedListGet(out string list, out string errstring)
Python prototype
[list, errstring] GatheringExtendedListGet ()
Parameters
Input parameters
None
Output parameters
(string) list: list
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous GatheringExtendedListGet command
which is used to Gathering type extended list. Refer to the XPS Programmer's manual
to get the command description.
EDH0318En1042 — 12/18
84