HAN-FUN API  1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
Transport Layer API

This module contains the classes that define and implement the common functionality of the Transport API. More...

+ Collaboration diagram for Transport Layer API:

Namespaces

 HF::Transport::Group
 This namespace contains the API used for managing groups of devices at the transport layer level.
 

Data Structures

struct  HF::Transport::Link
 This interface represents a link on the transport layer, used to send data to the remote end-point. More...
 
struct  HF::Transport::Endpoint
 This is the interface used by the transport layer to signal events comming in from the network. More...
 
struct  HF::Transport::Layer
 This class defines the API for the transport layer. More...
 
class  HF::Transport::AbstractLink
 Parent class for all HF::Transport::Link implementations. More...
 
class  HF::Transport::AbstractLayer
 Parent class for all HF::Transport::Layer implementations. More...
 

Detailed Description

This module contains the classes that define and implement the common functionality of the Transport API.

This API is used by HAN-FUN devices in an application to send/receive packets in an independent way from the actual transport mechanism being used.