SeaBreeze
Public Member Functions
seabreeze::EEPROMSlotFeatureInterface Class Referenceabstract
Inheritance diagram for seabreeze::EEPROMSlotFeatureInterface:
Inheritance graph
Collaboration diagram for seabreeze::EEPROMSlotFeatureInterface:
Collaboration graph

Public Member Functions

virtual std::vector< std::vector< byte > *> * readAllEEPROMSlots (const Protocol &protocol, const Bus &bus)=0 throw (FeatureException)
 
virtual std::vector< byte > * readEEPROMSlot (const Protocol &protocol, const Bus &bus, unsigned int slot)=0 throw (FeatureException, IllegalArgumentException)
 
virtual int writeEEPROMSlot (const Protocol &protocol, const Bus &bus, unsigned int slot, const std::vector< byte > &data)=0 throw (FeatureException, IllegalArgumentException)
 

The documentation for this class was generated from the following file: