Go to the documentation of this file.
63 #ifndef VS_SECURITY_SDK_SNAP_SERVICES_INFO_SERVER_H
64 #define VS_SECURITY_SDK_SNAP_SERVICES_INFO_SERVER_H
72 namespace VirgilIoTKit {
129 #endif // INFO_SERVER
131 #endif // VS_SECURITY_SDK_SNAP_SERVICES_INFO_SERVER_H
void vs_snap_info_set_tl_ver(vs_file_version_t ver)
Set version of TrustList to be sent.
Device information.
Definition: info-structs.h:59
vs_status_e
Status code.
Definition: status_code.h:77
void vs_snap_info_set_firmware_ver(vs_file_version_t ver)
Set version of firmware to be sent.
File version information.
Definition: provision-structs.h:216
vs_status_e vs_snap_info_start_notification(const vs_netif_t *netif)
INFO Server startup notification.
SNAP service descriptor.
Definition: snap-structs.h:312
Network interface.
Definition: snap-structs.h:293
vs_status_e(* vs_snap_info_start_notif_srv_cb_t)(vs_snap_info_device_t *device)
Startup notification.
Definition: info-server.h:84
const vs_snap_service_t * vs_snap_info_server(vs_snap_info_start_notif_srv_cb_t startup_cb)
INFO Server SNAP Service implementation.