mbgtools-lx  4.2.8
_MBG_DEV_FN_LIST_ENTRY Struct Reference

The structure behind the MBG_DEV_FN_LIST_ENTRY type. More...

#include <mbgdevio.h>

Data Fields

char * dev_fn_ptr
 
MBG_DEV_FN_LIST_ENTRYnext
 

Detailed Description

The structure behind the MBG_DEV_FN_LIST_ENTRY type.

Applications should consider this structure as opaque, and must not rely on the type, number, and order of the structure members.

The definition is still in the header file since it is still required by some Windows-specific code.

Definition at line 628 of file mbgdevio.h.

Field Documentation

◆ dev_fn_ptr

char* _MBG_DEV_FN_LIST_ENTRY::dev_fn_ptr

Address of an OS-specific device file name that can be used with an OS-specific open call.

Definition at line 630 of file mbgdevio.h.

Referenced by free_dev_fn_list(), mbg_find_devices_with_names(), mbg_open_device_by_name(), and setup_dev_fn_list().

◆ next

MBG_DEV_FN_LIST_ENTRY* _MBG_DEV_FN_LIST_ENTRY::next

The documentation for this struct was generated from the following file: