Identification
public struct Identification : Equatable
System identification.
-
Undocumented
Declaration
Swift
public let hardwareUid: String -
Initializes a new
Identification.Declaration
Swift
public init(hardwareUid: String)Parameters
hardwareUidUID of the hardware. This refers to uid2 of MAVLink. If the system does not support uid2 yet, this is all zeros.
-
Declaration
Swift
public static func == (lhs: Identification, rhs: Identification) -> Bool
View on GitHub
Install in Dash
Identification Structure Reference