mbusRecordGetIntLarge (Function) |
Top Previous Next |
This function returns the value of a record containing an integer of up to 64 bit as two DINTs.
Input: handle : SYSHANDLE A handle to the connection
index : INT The index of the record.
Output: value_lo : DINT The lower 32 bits of the record value.
value_hi : DINT The upper 32 bits of the record value.
Returns: INT
Declaration: FUNCTION mbusRecordGetIntLarge : INT;
Example: INCLUDE rtcu.inc
|