#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 1 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.9.1 for MRPT 1.5.7 Git: 5902e14cc Wed Apr 24 15:04:01 2019 +0200 at mar 26 may 2026 13:12:03 CEST |