com.pax.dal
Interface IBase
-
public interface IBase
底座API。The base API.- Since:
- V3.13.00
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidbaseReboot()重启底座。Reboot the base.BaseExInfogetBaseExInfo()获取底座的扩展信息。Get the extend information for the base.voidupdateBaseFirmware(java.lang.String path)更新底座的固件。Update the firmware of the base.
-
-
-
Method Detail
-
updateBaseFirmware
void updateBaseFirmware(java.lang.String path) throws BaseDevException
更新底座的固件。Update the firmware of the base.- Parameters:
path-固件路径。The path of firmware.- Throws:
BaseDevException- Since:
- V3.13.00
-
getBaseExInfo
BaseExInfo getBaseExInfo() throws BaseDevException
获取底座的扩展信息。Get the extend information for the base.- Returns:
BaseExInfo- Throws:
BaseDevException- Since:
- V3.13.00
-
baseReboot
void baseReboot() throws BaseDevException
重启底座。Reboot the base.- Throws:
BaseDevException- Since:
- V3.19.00
-
-