HSL 2.0 framework
Description of the framework
|
▼Nhsl20_4 | |
▼Chsl20_4 | Package |
CBaseModule | Basic class for a HSL 2.0 device |
CFramework | Maps all framework functionalities |
CLogger | Logging |
▼Nhsl20_4_crypto | |
▼Chsl20_4_crypto | Classes for encryption and hash generation |
CAESCipher | Class for data encryption using AES |
CMD5Hash | Class for generating an MD5 hash |
CSHA1Hash | Class to generate a SHA-1 hash value |
CSHA2Hash | Class to generate a SHA-2 hash value |
▼Nhsl20_4_debug_page | |
▼Chsl20_4_debug_page | Package for access to the debug page of the HS/FS |
CSection | Access to the debug page of the HS/FS |
▼Nhsl20_4_http_client | |
▼Chsl20_4_http_client | Classes for retrieving data via HTTP |
CClient | All methods of the HTTP client |
CResponse | HTTP Client Response |
▼Nhsl20_4_http_server | |
▼Chsl20_4_http_server | Classes for providing an HTTP server |
CRequest | HTTP Requests |
CResponse | HTTP Response |
CServer | All methods of the HTTP server |
▼Nhsl20_4_tcp | |
▼Chsl20_4_tcp | Classes for creating TCP connections |
CClient | All methods of the TCP client |
▼Nhsl20_4_timer | |
▼Chsl20_4_timer | Classes for providing timers |
CInterval | All methods of the interval object |
CTimer | All methods of the Timer object |
▼Nhsl20_4_udp | |
▼Chsl20_4_udp | Classes for communication via UDP |
CBroadcast | All methods for communication via UDP broadcast |
CMulticast | All methods for communication via UDP multicast |
CUdpBase | Basic class for UDP communication |
CUnicast | All methods for communication via UDP unicast |