17 #ifndef BOOTSTRAPTRANSPORT_HPP_
18 #define BOOTSTRAPTRANSPORT_HPP_
25 class IBootstrapManager;
26 class IKaaChannelManager;
27 struct BootstrapSyncRequest;
28 struct BootstrapSyncResponse;
41 std::uint32_t requestId_;
BootstrapTransport(IKaaChannelManager &channelManager, IBootstrapManager &bootstrapManager, IKaaClientContext &context)
virtual std::shared_ptr< BootstrapSyncRequest > createBootstrapSyncRequest()
virtual void onBootstrapResponse(const BootstrapSyncResponse &response)