Folders and files related to the Network Component.
Folders and files related to the Network Component.
Directories
The table below provides a complete overview of the folders that contain the files related to the Network Component.
Directory | Description |
---|---|
./Components/Network/Config | Configuration Files that are copied to the project when components are selected. |
./Components/Network/Driver | Driver implementations for standard and null modem network drivers. |
./Components/Network/Include | Include files; once a component is select an Include Path is set for the C/C++ compiler to this directory. |
./Components/Network/Interface | Interface files to other Middleware Components. Files are included when a related component is selected (read-only). |
./Components/Network/Source | Source files for the Network component. |
./Components/Network/Template | simplify creating application specific functionality. Adapt the template functions to the application's needs. |
Header Files
The API interface of the Network Component is provided using the header file:
Header File | Used by | Description |
---|---|---|
rl_net.h | Application Code | API for the Network Component |