HXP
Command Interface Manual
2.2.34
GatheringDataGet
Syntax
C# prototype
int GatheringDataGet(Int32 IndexPoint, out string DataBufferLine, out string errstring)
Python prototype
[DataBufferLine, errstring] GatheringDataGet (IndexPoint)
Parameters
Input parameters
(Int32) IndexPoint: IndexPoint
Output parameters
(string) DataBufferLine: DataBufferLine
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous GatheringDataGet command which is
used to Get a data line from gathering buffer. Refer to the XPS Programmer's manual to
get the command description.
2.2.35
GatheringDataMultipleLinesGet
Syntax
C# prototype
int GatheringDataMultipleLinesGet(Int32 IndexPoint, Int32 NumberOfLines, out string
DataBufferLine, out string errstring)
Python prototype
[DataBufferLine, errstring] GatheringDataMultipleLinesGet (IndexPoint,
NumberOfLines)
Parameters
Input parameters
(Int32) IndexPoint: IndexPoint
(Int32) NumberOfLines: NumberOfLines
Output parameters
(string) DataBufferLine: DataBufferLine
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous GatheringDataMultipleLinesGet
command which is used to Get multiple data lines from gathering buffer. Refer to the
XPS Programmer's manual to get the command description.
19
EDH0318En1042 — 12/18