Show/Hide Toolbars

Irinos Measurement System

Navigation: MscDll Reference Guide > API (programming interface) > Transfer channels for dynamic measurement values

MSC_DetachSubChannelBuffers

Scroll Prev Top Next More

This function detaches all buffers for measurement values from a dynamic data transfer channel.

 

Definition


MSC_STATUS

MSC_DetachSubChannelBuffers(

    MSC_HANDLE Handle,

    unsigned char OpCode

);

 

Parameter


Handle

Device-Handle, which has been returned by a previous call of the function MSC_OpenDevice.

Opcode

The opcode of the dynamic measurement (opcRDM1 or opcRDM2).

 

Return value


If successful, MSC_STATUS_SUCCESS will be returned. In case of an error, an error code will be returned.

 

Comments


The function detaches all buffers attached to the subchannels of an extended dynamic channel by calling MSC_AttachSubChannelBuffer. If the buffers are detached, the extended dynamic measurement inside the MscDll stops.

 

See also


MSC_OpenDevice

MSC_SetupExtendedDynamicChannel

MSC_AttachSubChannelBuffer

MSC_GetPosition