Initialize Edge SDK

2023-09-11
No Rating

Catalog

Function

function Instance

Function: get the singleton of ESDKInit.product:all
static ESDKInit* Instance();
Return
instance.

function Init

Function: Initialize SDK environmentproduct:all
ErrorCode Init(const Options& options);
Parameter
options:options for initializing the environment
Return
Execution result.

function GetFirmwareVersion

Function: Returns the firmware versionproduct:all
FirmwareVersion GetFirmwareVersion() const;
Return
Firmware version

function GetProductName

Function: Returns the product nameproduct:all
ProductName GetProductName() const;
Return
Product name

function GetVendorName

Function: Returns the vendor nameproduct:all
VendorName GetVendorName() const;
Return
Vendor name

function GetSerialNumber

Function: Returns the serial numberproduct:all
SerialNumber GetSerialNumber() const;
Return
Serial number

function GetAppInfo

Function: Returns the App license infoproduct:all
AppInfo GetAppInfo() const;
Return
App info

function DeInit

Function: DeInitialize SDK environmentproduct:all
ErrorCode DeInit();
Return
Execution result.