Product
public struct Product : Equatable
System product information.
-
Undocumented
Declaration
Swift
public let vendorID: Int32 -
Undocumented
Declaration
Swift
public let vendorName: String -
Undocumented
Declaration
Swift
public let productID: Int32 -
Undocumented
Declaration
Swift
public let productName: String -
Initializes a new
Product.Declaration
Swift
public init(vendorID: Int32, vendorName: String, productID: Int32, productName: String)Parameters
vendorIDID of the board vendor
vendorNameName of the vendor
productIDID of the product
productNameName of the product
-
Declaration
Swift
public static func == (lhs: Product, rhs: Product) -> Bool
View on GitHub
Install in Dash
Product Structure Reference