mirror of
https://github.com/thelsing/knx.git
synced 2025-01-30 00:19:01 +01:00
Merge pull request #13 from Maggyver/master
bugfix virtual void readProperty(PropertyID id, uint32_t start, uint32_t count, uint8_t *data)
This commit is contained in:
commit
a482209aec
@ -6,7 +6,7 @@ class AddressTableObject: public TableObject
|
||||
{
|
||||
public:
|
||||
AddressTableObject(Platform& platform);
|
||||
void readProperty(PropertyID id, uint32_t start, uint32_t count, uint8_t *data);
|
||||
void readProperty(PropertyID id, uint32_t start, uint32_t& count, uint8_t *data);
|
||||
uint16_t entryCount();
|
||||
uint16_t getGa(uint16_t tsap);
|
||||
uint16_t getTsap(uint16_t ga);
|
||||
@ -19,4 +19,4 @@ protected:
|
||||
PropertyDescription* propertyDescriptions();
|
||||
private:
|
||||
uint16_t* _groupAddresses;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user