TNMigratePeripheralsResponse
@objcMembers
public class TNMigratePeripheralsResponse : TNDriveMotionResponseBase
Undocumented
-
Indicates whether the migrate peripherals process was successful.
Declaration
Swift
public let success: Bool -
Undocumented
Declaration
Swift
public init(status: TNResponseStatus, message: String? = nil, success: Bool) -
Undocumented
Declaration
Swift
public required init(from decoder: Decoder) throws -
Undocumented
Declaration
Swift
public override func encode(to encoder: Encoder) throws