tool/CommandSiiWrite.h
changeset 1161 d1324ac71232
parent 1142 59be91dfcbe1
child 1363 11c0b2caa253
equal deleted inserted replaced
1160:f02ff486b313 1161:d1324ac71232
    17     public:
    17     public:
    18         CommandSiiWrite();
    18         CommandSiiWrite();
    19 
    19 
    20         string helpString() const;
    20         string helpString() const;
    21         void execute(MasterDevice &, const StringVector &);
    21         void execute(MasterDevice &, const StringVector &);
       
    22 
       
    23     protected:
       
    24         void loadSiiData(ec_ioctl_slave_sii_t *, const istream &);
       
    25         void checkSiiData(const ec_ioctl_slave_sii_t *data);
    22 };
    26 };
    23 
    27 
    24 /****************************************************************************/
    28 /****************************************************************************/
    25 
    29 
    26 #endif
    30 #endif