|
libsparklepaw
PawSD library
|
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_record * | records |
| Array of records. | |
A service, contains a collection of related records and is cryptographically signed.
| 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.