![]() |
PIP 5.5.3
Platform-Independent Primitives
|
Serial device. More...
Classes | |
| class | PISerial |
| Serial device. More... | |
| struct | PISerial::DeviceInfo |
| Information about serial device. More... | |
Functions | |
| PICout | operator<< (PICout s, const PISerial::DeviceInfo &v) |
| Output operator to PICout. | |
| bool | operator== (const PISerial::DeviceInfo &v0, const PISerial::DeviceInfo &v1) |
| Compare operator. | |
| bool | operator!= (const PISerial::DeviceInfo &v0, const PISerial::DeviceInfo &v1) |
| Compare operator. | |
| template<typename P > | |
| PIBinaryStream< P > & | operator<< (PIBinaryStream< P > &s, const PISerial::DeviceInfo &v) |
| Store operator. | |
| template<typename P > | |
| PIBinaryStream< P > & | operator>> (PIBinaryStream< P > &s, PISerial::DeviceInfo &v) |
| Restore operator. | |
Serial device.