tuwien.auto.calimero.link.medium.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of calimero-core Show documentation
Show all versions of calimero-core Show documentation
Calimero, a free KNX network library
The newest version!
/**
* Contains KNX device and medium-specific support, and KNX frame types for different KNX communication media.
*
* Specializations of {@link tuwien.auto.calimero.link.medium.KNXMediumSettings} are supplied to a KNX link during link
* creation, and used for KNX message interaction. Medium settings differentiate between KNX communication media by
* keeping information necessary for a particular medium. KNX frame types encapsulate a raw frame used on a particular
* communication medium.
*/
package tuwien.auto.calimero.link.medium;