feat(src): added feature of syncing timestamp for 200B

This commit is contained in:
Osenberg
2019-08-08 15:01:32 +08:00
parent 37b98e0d33
commit 190d066ddf
8 changed files with 104 additions and 2 deletions

View File

@@ -223,6 +223,10 @@ class MYNTEYE_API Device {
* Set the option value.
*/
void SetOptionValue(const Option &option, std::int32_t value);
/**
* Set the option value.
*/
bool SetOptionValue(const Option &option, std::uint64_t value);
/**
* Run the option action.