Package tuwien.auto.calimero.link.medium

Contains setting types storing necessary KNX device and medium information, and KNX message frame types for different KNX communication media.

See:
          Description

Interface Summary
RawFrame Base interface used for raw network frames.
 

Class Summary
KNXMediumSettings Container for device and medium specific settings for the KNX network.
PL110Ack Raw acknowledge frame on PL110 communication medium.
PL110LData L-data frame format on PL110 communication medium.
PL132Ack Raw acknowledge frame on PL132 communication medium.
PL132LData L-data frame format on PL132 communication medium.
PLSettings Provides settings necessary for communication on PL (powerline) medium.
RawAckBase Implementation of common functionality for raw acknowledge frames.
RawFrameBase Implementation for raw frames with common used functionality in L-data and L-polldata frames.
RawFrameFactory Factory for raw frames on medium.
RFSettings Provides settings necessary for communication on RF medium.
TP1Ack Raw acknowledge frame on TP1 communication medium.
TP1LData L-data frame format on TP1 communication medium.
TP1LPollData L-polldata frame format on TP1 communication medium.
TPSettings Provides settings necessary for communication on TP (twisted pair) medium.
 

Package tuwien.auto.calimero.link.medium Description

Contains setting types storing necessary KNX device and medium information, and KNX message frame types for different KNX communication media.

Information contained in a setting type is supplied to a KNX link and used to handle KNX messages appropriately. The types of settings types differentiate between KNX communication media by keeping information necessary for a particular medium.

Different frame types are provided to encapsulate a raw frame used on a particular communication medium.