mbusRecordGetInt (Function) |
Top Previous Next |
This function returns the value of a record as a DINT.
Input: handle : SYSHANDLE A handle to the connection
index : INT The index of the record.
Output: value : DINT The value of the record.
Returns: INT
Declaration: FUNCTION mbusRecordGetInt : INT;
Example: INCLUDE rtcu.inc
|