Network interface layer interface implementation for standalone remote modules. More...
#include "../messages.h"
#include "../include/device.h"
#include "../include/nil_interface.h"
#include "../structures/packet/packet.h"
#include "../structures/packet/packet_client.h"
#include "nil_messages.h"
Functions | |
Network interface layer module interface | |
int | nil_device_state_msg (int nil_phone, device_id_t device_id, int state) |
Notifies the network interface layer about the device state change. | |
int | nil_received_msg (int nil_phone, device_id_t device_id, packet_t packet, services_t target) |
Passes the packet queue to the network interface layer. |
Network interface layer interface implementation for standalone remote modules.