PointGetNext (function)
Syntax 1 |
PointGetNext (timeOutMs, point1 [,... [, point16])
|
||
Syntax 2 |
PointGetNext (timeOutMs, PointArray)
|
||
Description | To return the next point value from a list of points with a timeout. | ||
Comments (CimBasic) | Timeout values (milliseconds) can be as follows: - 1 0 Positive Integer |
||
Point1 is a point object with an outstanding request. Up to 16 points can be specified on the function call. Alternatively, the user may pass an array of point objects. The function returns the object whose value changed or empty. Parameter: timeOutMs, pointn, PointArray. | |||
Example (CimBasic) |
|
||
Comments (.NET) |
PointGetNext has been ported to .NET as follows:
|
||
|
|||
PointGetNext takes an array of Point objects, which is different from CimBasic where CimBasic functions take variable arguments with each being a Point object.
Otherwise .NET and CimBasic behavior is the same for this function.
|
|||
Example (.NET) |
|