This function initializes the internal device data.
Definition
MSC_STATUS
MSC_InitDevice(
MSC_HANDLE Handle
);
Parameter
Handle
Device-Handle, which has been returned by a previous call of the function MSC_OpenDevice.
Return value
If successful, MSC_STATUS_SUCCESS will be returned. In case of an error, an error code will be returned.
Comments
All channel information, notifications and error counters will be reset.
See also