calimero-project / calimero-core

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

Please make processCommunicator.write public #15

Closed owagner closed 9 years ago

owagner commented 9 years ago

Currently, the ProcessCommunicator interface has methods for directly sending certain Java data types with appropriate conversion.

However, the method write(final GroupAddress dst, final Priority p, final DPTXlator t) is private. Making this method public, or adding a public method write(final GroupAddress dst,final DPTXlator t), would allow sending pre-translated data without having to duplicate the ASDU-preparing code.

bmalinowsky commented 9 years ago

I agree, thank you.