feat(src): added feature of syncing timestamp for 200B
This commit is contained in:
@@ -252,6 +252,11 @@ class MYNTEYE_API API {
|
||||
*/
|
||||
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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user