HXP
Command Interface Manual
2.2.72
GroupStatusGet
Syntax
C# prototype
int GroupStatusGet(string GroupName, out Int32 Status, out string errstring)
Python prototype
[Status, errstring] GroupStatusGet (GroupName)
Parameters
Input parameters
(string) GroupName: GroupName
Output parameters
(Int32_i) Status: Status
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous GroupStatusGet command which is used
to Return group status. Refer to the XPS Programmer's manual to get the command
description.
2.2.73
GroupStatusStringGet
Syntax
C# prototype
int GroupStatusStringGet(Int32 GroupStatusCode, out string GroupStatusString, out
string errstring)
Python prototype
[GroupStatusString, errstring] GroupStatusStringGet (GroupStatusCode)
Parameters
Input parameters
(Int32) GroupStatusCode: GroupStatusCode
Output parameters
(string) GroupStatusString: GroupStatusString
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous GroupStatusStringGet command which is
used to Return the group status string corresponding to the group status code. Refer to
the XPS Programmer's manual to get the command description.
EDH0318En1042 — 12/18
38