|
SeaBreeze
|


Public Member Functions | |
| EEPROMProtocolInterface (Protocol *protocol) | |
| virtual std::vector< unsigned char > * | readEEPROMSlot (const Bus &bus, int slot)=0 |
| virtual int | writeEEPROMSlot (const Bus &bus, int slot, const std::vector< unsigned char > &data)=0 |
Public Member Functions inherited from seabreeze::ProtocolHelper | |
| ProtocolHelper (Protocol *proto) | |
| Protocol & | getProtocol () |
Additional Inherited Members | |
Protected Attributes inherited from seabreeze::ProtocolHelper | |
| Protocol * | protocol |