Go to the documentation of this file.
87 #ifndef VS_SECURITY_SDK_SNAP_SERVICES_FLDT_SERVER_H
88 #define VS_SECURITY_SDK_SNAP_SERVICES_FLDT_SERVER_H
97 namespace VirgilIoTKit {
144 bool broadcast_file_info);
151 #endif // FLDT_SERVER
153 #endif // VS_SECURITY_SDK_SNAP_SERVICES_FLDT_SERVER_H
const vs_snap_service_t * vs_snap_fldt_server(const vs_mac_addr_t *gateway_mac, vs_fldt_server_add_filetype_cb add_filetype)
FLDT Server SNAP Service implementation.
File type information.
Definition: update.h:70
vs_status_e(* vs_fldt_server_add_filetype_cb)(const vs_update_file_type_t *file_type, vs_update_interface_t **update_ctx)
Add new file type callback.
Definition: fldt-server.h:115
vs_status_e
Status code.
Definition: status_code.h:77
MAC address.
Definition: snap-structs.h:252
Update interface for files downloading.
vs_status_e vs_fldt_server_add_file_type(const vs_update_file_type_t *file_type, vs_update_interface_t *update_context, bool broadcast_file_info)
Add file type.
Status codes and macroses.
SNAP service descriptor.
Definition: snap-structs.h:312
Update interface context.
Definition: update.h:284