30 #ifndef SERIAL_PORT_API_H
31 #define SERIAL_PORT_API_H
33 #include "api/DllDecl.h"
51 static void shutdown();
77 virtual void setBaudRate(
long deviceID,
int *errorCode,
int baudRate);
Definition: SerialPortAPI.h:45
virtual void saveSettingsToFlash(long deviceID, int *errorCode)
virtual void setBaudRate(long deviceID, int *errorCode, int baudRate)
virtual int getBaudRate(long deviceID, int *errorCode)
virtual std::uint8_t getSerialCommThresholdMode(long deviceID, int *errorCode)
virtual void setSerialCommThresholdMode(long deviceID, int *errorCode, std::uint8_t thresholdMode)
This is an interface to OceanDirect that allows the user to connect to devices over USB and other bus...
Definition: OceanDirectAPI.h:147