TransmissionType
@available(swift 4.0)
public struct TransmissionType : Encodable
ANT Transmission Type
-
Transmission types
See moreDeclaration
Swift
public enum Transmission : UInt8 -
Raw Value
Declaration
Swift
private(set) public var rawValue: UInt8 -
ANT Trans type
Declaration
Swift
private(set) public var trans: Transmission -
Undocumented
Declaration
Swift
public init(_ rawValue: UInt8)
-
Returns a Boolean value indicating whether two values are equal.
Equality is the inverse of inequality. For any values
aandb,a == bimplies thata != bisfalse.Declaration
Swift
public static func == (lhs: TransmissionType, rhs: TransmissionType) -> BoolParameters
lhsA value to compare.
rhsAnother value to compare.
-
The hash value.
Hash values are not guaranteed to be equal across different executions of your program. Do not save hash values to use during a future execution.
Declaration
Swift
public var hashValue: Int { get }