libsparklepaw
PawSD library
Loading...
Searching...
No Matches
sprkl_service Struct Reference

A service, contains a collection of related records and is cryptographically signed. More...

#include <libsparklepaw/service.h>

Data Fields

uint16_t sigsz
 Length (in bytes) of the signature.
uint8_t * signature
 Signature (no terminator).
uint16_t index
 Service index within its zone.
uint32_t flags
 Flags (bitfield).
uint16_t reccnt
 Number of records in the service.
struct sprkl_recordrecords
 Array of records.

Detailed Description

A service, contains a collection of related records and is cryptographically signed.

Field Documentation

◆ flags

uint32_t sprkl_service::flags

Flags (bitfield).

The only flag defined for now is 1, which if set, indicates that another service follows this one in the same zone.


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