#include "xstypesconfig.h"#include "pstdint.h"#include "xsdeviceid.h"#include "xsbaud.h"#include "xsstring.h"#include <stdio.h>

Go to the source code of this file.
Classes | |
| struct | XsPortInfo |
Typedefs | |
| typedef struct XsPortInfo | XsPortInfo |
Functions | |
| XSTYPES_DLL_API void | XsPortInfo_clear (XsPortInfo *thisPtr) |
| XSTYPES_DLL_API int | XsPortInfo_empty (XsPortInfo const *thisPtr) |
| XSTYPES_DLL_API int | XsPortInfo_portNumber (XsPortInfo const *thisPtr) |
| XSTYPES_DLL_API int | XsPortInfo_isUsb (XsPortInfo const *thisPtr) |
| XSTYPES_DLL_API int | XsPortInfo_usbBus (XsPortInfo const *thisPtr) |
| XSTYPES_DLL_API int | XsPortInfo_usbAddress (XsPortInfo const *thisPtr) |
| XSTYPES_DLL_API void | XsPortInfo_swap (XsPortInfo *a, struct XsPortInfo *b) |
| typedef struct XsPortInfo XsPortInfo |
Definition at line 24 of file xsportinfo.h.
| XSTYPES_DLL_API void XsPortInfo_clear | ( | XsPortInfo * | thisPtr | ) |
| XSTYPES_DLL_API int XsPortInfo_empty | ( | XsPortInfo const * | thisPtr | ) |
| XSTYPES_DLL_API int XsPortInfo_isUsb | ( | XsPortInfo const * | thisPtr | ) |
| XSTYPES_DLL_API int XsPortInfo_portNumber | ( | XsPortInfo const * | thisPtr | ) |
| XSTYPES_DLL_API void XsPortInfo_swap | ( | XsPortInfo * | a, |
| struct XsPortInfo * | b | ||
| ) |
| XSTYPES_DLL_API int XsPortInfo_usbAddress | ( | XsPortInfo const * | thisPtr | ) |
Referenced by UsbInterface::open().
| XSTYPES_DLL_API int XsPortInfo_usbBus | ( | XsPortInfo const * | thisPtr | ) |
Referenced by UsbInterface::open().
| Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST |