change documentation

This commit is contained in:
Thomas Kunze
2019-05-14 00:54:40 +02:00
parent 047e0e9d35
commit 069bbcde8c
4 changed files with 19 additions and 15 deletions

View File

@@ -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);

View File

@@ -106,7 +106,6 @@ public:
* is in 1/100, so a value of 2101 would set a DPT9 float value of 21.01.
* The possible range of the values is -671088.64 to 670760.96.
*
* @param objno - the ID of the communication object.
* @param value - the new value of the communication object in 1/100.
* Use INVALID_DPT_FLOAT for the DPT9 "invalid data" value.
*/