ndn-lite
Data Fields
ndn_service Struct Reference

The structure to represent a NDN service. More...

#include <service-discovery.h>

Collaboration diagram for ndn_service:
Collaboration graph

Data Fields

uint8_t status
 The NDN service status. More...
 
uint8_t id_value [NDN_APPSUPPORT_SERVICE_ID_SIZE]
 The NDN service ID. More...
 
uint32_t id_size
 Size of service ID. More...
 

Detailed Description

The structure to represent a NDN service.

Field Documentation

◆ id_size

uint32_t ndn_service::id_size

Size of service ID.

◆ id_value

uint8_t ndn_service::id_value[NDN_APPSUPPORT_SERVICE_ID_SIZE]

The NDN service ID.

◆ status

uint8_t ndn_service::status

The NDN service status.


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