MX Foundation 4

Functions

uint32 mxfModuleInfoGet (HMXF_MODULE module, HMXF_DEVICE *device)
 

Detailed Description

Function Documentation

uint32 mxfModuleInfoGet ( HMXF_MODULE  module,
HMXF_DEVICE *  device 
)
C#
public static extern UInt32 mxfModuleInfoGet(UInt64 module, out UInt64 device);

Returns the device associated to a module.

Parameters
[in]modulemodule handle
[out]devicedevice handle
Returns
MAXT_SUCCESS is returned when the function has succeeded.
Refer to mxf_error.h for a list of defined errors.
Call mxfSystemErrorStringGet() to transform the return code into a text string.
Availability:
Available in MX Foundation 4.0 and later.
See also
mxfDeviceModuleGet()
mxfDeviceModuleAllGet()
Examples:
flexdac_buffer_threshold.c.
Updated 10/23/2023