Ziti C SDK
Loading...
Searching...
No Matches
ziti_service_event Struct Reference

Ziti Service Status event. More...

#include <ziti_events.h>

Data Fields

ziti_service_array removed
 Services no longer available in the Ziti Context.
 
ziti_service_array changed
 Modified services – name, permissions, configs, etc.
 
ziti_service_array added
 Newly available services in the Ziti Context.
 

Detailed Description

Ziti Service Status event.

Event notifying app about service access changes. Each field is a NULL-terminated array of ziti_service*.

See also
ziti_service

Field Documentation

◆ added

ziti_service_array ziti_service_event::added

Newly available services in the Ziti Context.

◆ changed

ziti_service_array ziti_service_event::changed

Modified services – name, permissions, configs, etc.

◆ removed

ziti_service_array ziti_service_event::removed

Services no longer available in the Ziti Context.


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