kdriveExpress SDK 22.1.1
ip_tunn_slot_info_t Struct Reference

Structure holding ip tunnling slot information. More...

#include <kdrive_express_access.h>

Data Fields

uint16_t address
 the individual address of the tunnel More...
 
uint16_t status
 2 bytes of status bits, currently only the last 3 are used, they are Usable(third bit), Authorized(second bit) and Free(last bit) (KDRIVE_TUNNEL_SLOT_STATUS_FREE, KDRIVE_TUNNEL_SLOT_STATUS_AUTH, KDRIVE_TUNNEL_SLOT_STATUS_USABLE) More...
 

Detailed Description

Structure holding ip tunnling slot information.

See also
ip_tunn_dev_t
Examples
kdrive_express_ip_tunneling_enumerate.c.

Field Documentation

◆ address

uint16_t ip_tunn_slot_info_t::address

the individual address of the tunnel

Examples
kdrive_express_ip_tunneling_enumerate.c.

◆ status

uint16_t ip_tunn_slot_info_t::status

2 bytes of status bits, currently only the last 3 are used, they are Usable(third bit), Authorized(second bit) and Free(last bit) (KDRIVE_TUNNEL_SLOT_STATUS_FREE, KDRIVE_TUNNEL_SLOT_STATUS_AUTH, KDRIVE_TUNNEL_SLOT_STATUS_USABLE)

Examples
kdrive_express_ip_tunneling_enumerate.c.

The documentation for this struct was generated from the following file: