GetResults
Retrieves a result array without adding new values.
Syntax
Definition:
METHOD GetResults : BOOL
VAR_INPUT
pDataOut : POINTER TO BOOL;
nDataOutSize : UDINT;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
pDataOut | POINTER TO BOOL | Pointer to the result array of the output channels. Dim.: nNumChannels+1 |
nDataOutSize | UDINT | Size of the result array. |
Return value
Name | Type | Description |
---|---|---|
GetResults | BOOL | Returns |