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_SetupExtendedDynamicChannel