This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofSerial Member List
This is the complete list of members for ofSerial, including all inherited members.
available() | ofSerial | |
bHaveEnumeratedDevices | ofSerial | protected |
bInited | ofSerial | protected |
buildDeviceList() | ofSerial | protected |
close() | ofSerial | |
devices | ofSerial | protected |
deviceType | ofSerial | protected |
drain() | ofSerial | |
fd | ofSerial | protected |
flush(bool flushIn=true, bool flushOut=true) | ofSerial | |
getDeviceList() | ofSerial | |
isInitialized() const | ofSerial | |
listDevices() | ofSerial | |
OF_DEPRECATED_MSG("Use listDevices() instead", void enumerateDevices()) | ofSerial | |
ofSerial() | ofSerial | |
oldoptions | ofSerial | protected |
readByte() | ofSerial | |
readBytes(unsigned char *buffer, size_t length) | ofSerial | |
readBytes(char *buffer, size_t length) | ofSerial | |
readBytes(ofBuffer &buffer, size_t length) | ofSerial | |
setup() | ofSerial | |
setup(std::string portName, int baudrate) | ofSerial | |
setup(int deviceNumber, int baudrate) | ofSerial | |
writeByte(unsigned char singleByte) | ofSerial | |
writeByte(char singleByte) | ofSerial | |
writeBytes(const unsigned char *buffer, size_t length) | ofSerial | |
writeBytes(const char *buffer, size_t length) | ofSerial | |
writeBytes(const ofBuffer &buffer) | ofSerial | |
~ofSerial() | ofSerial | virtual |