Show/Hide Toolbars

Irinos Measurement System

Navigation: MscDll Reference Guide > API (programming interface) > Connection

MSC_Stop

Scroll Prev Top Next More

This function stops the data transfer.

 

Definition


MSC_STATUS
MSC_Stop(
    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.

 

Siehe auch


MSC_OpenDevice

MSC_Start