SeaBreeze
WriteEEPROMSlotExchange.h
Go to the documentation of this file.
1 /***************************************************/
30 #ifndef SEABREEZE_WRITE_EEPROM_SLOT_EXCHANGE_H
31 #define SEABREEZE_WRITE_EEPROM_SLOT_EXCHANGE_H
32 
34 
35 namespace seabreeze {
37  public:
38  WriteEEPROMSlotExchange(int slot, const std::vector<unsigned char>& data);
39  virtual ~WriteEEPROMSlotExchange();
40  };
41 }
42 
43 #endif
Definition: Transaction.h:62
Encapsulates all SeaBreeze classes.
Definition: DeviceFactory.h:42
Definition: WriteEEPROMSlotExchange.h:36