Initialize Edge SDK
Catalog
Function
Function: get the singleton of ESDKInit. | product:all |
static ESDKInit* Instance();
instance.
Function: Initialize SDK environment | product:all |
ErrorCode Init(const Options& options);
options:options for initializing the environment
Return
Execution result.
Function: Returns the firmware version | product:all |
FirmwareVersion GetFirmwareVersion() const;
Firmware version
Function: Returns the product name | product:all |
ProductName GetProductName() const;
Product name
Function: Returns the vendor name | product:all |
VendorName GetVendorName() const;
Vendor name
Function: Returns the serial number | product:all |
SerialNumber GetSerialNumber() const;
Serial number
Function: Returns the App license info | product:all |
AppInfo GetAppInfo() const;
App info
Function: DeInitialize SDK environment | product:all |
ErrorCode DeInit();
Execution result.