mirror of
https://github.com/thelsing/knx.git
synced 2025-02-04 00:16:20 +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:
|
public:
|
||||||
AddressTableObject(Platform& platform);
|
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 entryCount();
|
||||||
uint16_t getGa(uint16_t tsap);
|
uint16_t getGa(uint16_t tsap);
|
||||||
uint16_t getTsap(uint16_t ga);
|
uint16_t getTsap(uint16_t ga);
|
||||||
|
Loading…
Reference in New Issue
Block a user