#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.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |