reference

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
bHaveEnumeratedDevicesofSerialprotected
bInitedofSerialprotected
buildDeviceList()ofSerialprotected
close()ofSerial
devicesofSerialprotected
deviceTypeofSerialprotected
drain()ofSerial
fdofSerialprotected
flush(bool flushIn=true, bool flushOut=true)ofSerial
getDeviceList()ofSerial
isInitialized() constofSerial
listDevices()ofSerial
OF_DEPRECATED_MSG("Use listDevices() instead", void enumerateDevices())ofSerial
ofSerial()ofSerial
oldoptionsofSerialprotected
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()ofSerialvirtual