RemoteUpgrade device
class RemoteUgrade
Description: Remote control upgrade device
class RemoteUpgradeDevice(val id: Int) : IBaseDevice {
//proto protocol object for assign connection info
private var protoProtocol: ProtoProtocol? = null
//Key manager object
private var keyManager: IKeyManager? = null
//state caching manager object
private var statesCacheManager : IStatesCacheManager? = null
}
Description:RemoteUpgrade property class