findDeviceByName(const std::string &name, bool forceRefresh=false) | cinder::Serial | [static] |
findDeviceByNameContains(const std::string &searchString, bool forceRefresh=false) | cinder::Serial | [static] |
flush(bool input=true, bool output=true) | cinder::Serial | |
getDevice() const | cinder::Serial | |
getDevices(bool forceRefresh=false) | cinder::Serial | [static] |
getNumBytesAvailable() const | cinder::Serial | |
mObj | cinder::Serial | [protected] |
readAvailableBytes(void *data, size_t maximumBytes) | cinder::Serial | |
readByte() | cinder::Serial | |
readBytes(void *data, size_t numBytes) | cinder::Serial | |
readChar() | cinder::Serial | |
readStringUntil(char token, size_t maxLength=0, double timeoutSeconds=-1.0) | cinder::Serial | |
Serial() | cinder::Serial | |
Serial(const Serial::Device &device, int baudRate) | cinder::Serial | |
writeByte(uint8_t data) | cinder::Serial | |
writeBytes(const void *data, size_t numBytes) | cinder::Serial | |
writeString(const std::string &str) | cinder::Serial |