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