mbusRecordGetType (Function) |
Top Previous Next |
This function returns the type of the record, indicating which functions can be used to read it.
Input: handle : SYSHANDLE A handle to the connection
index : INT The index of the record.
Returns: INT
Declaration: FUNCTION mbusRecordGetType : INT;
Example: INCLUDE rtcu.inc
|