xml
interface
public enum SdkMethod
{
GetIFVersion, //
Get the SDK protocol version
AddProgram,
// Add program
UpdateProgram, // Update
Program
DeleteProgram,
//DeleteProgram
GetAllFontInfo,
// Get all font information
GetLuminancePloy, // Get brightness
settings
SetLuminancePloy, // Set brightness
settings
GetSwitchTime, // Get the
switch screen settings.
SetSwitchTime,
// Set the switch screen settings.
OpenScreen,
// Open screen
CloseScreen,
// CloseScreen
GetTimeInfo,
// Get time information.
SetTimeInfo,
// Set time information.
GetBootLogo,
// Get Boot Logo
SetBootLogoName,
//
Set Boot Logo
ClearBootLogo, // Clear Boot Logo
GetSDKTcpServer, //Get SDK Tcp Server
SetSDKTcpServer, // Set SDK Tcp
Server
GetDeviceInfo, // Get
device information.
GetEth0Info,
// Get Ethernet network address information.
SetEth0Info,
// Set Ethernet network address information.
GetPppoeInfo, //
Get 3/4G information.
SetApn,
// Set Apn
GetWifiInfo,
// Get wifi information
SetWifiInfo,
// Set wifi information
GetFiles,
// Get a list of files in the current device.
DeleteFiles,
// Delete
Files from device.
}