Searched defs:IScanSerivceCallbacks (Results 1 – 1 of 1) sorted by relevance
24 struct IScanSerivceCallbacks { struct25 std::function<void(int)> OnScanStartEvent;26 std::function<void(int)> OnScanStopEvent;27 std::function<void(int, int)> OnScanFinishEvent;28 std::function<void(std::vector<InterScanInfo> &, int)> OnScanInfoEvent;29 std::function<void(std::vector<InterScanInfo> &, int)> OnStoreScanInfoEvent;