calimero-project / calimero-core

Core library for KNX network access and management
Other
129 stars 65 forks source link

Add ProcessCommunicatorBase.write(GroupAddress,DPTXlator) #16

Closed owagner closed 9 years ago

owagner commented 9 years ago

Add a new write() signature which takes a GroupAddress and a pre-set DPTXlator as an argument, to allow directly writing the contents of the DPTXlator to the bus.

Currently, there is no other way to do this but to duplicate the code of the private method ProcessCommunicatorImpl.write(GroupAddress,Priority,DPTXlator)

owagner commented 9 years ago

The commit message mentions the wrong issue -- this actually resolves #15 (not #3)