ResetDeviceResponse
public class ResetDeviceResponse : BaseResponse
response to a resetDevice request. It contains the state of the device
-
Declaration
Swift
public var state: ExternalDeviceState
-
Declaration
Swift
public init(result r: ResultCode, state s: ExternalDeviceState)