LockChange
public struct LockChange : Serializable
Undocumented
-
Declaration
Swift
public static let title: MessageTitle -
Undocumented
Declaration
Swift
public let store: UInt16 -
Undocumented
Declaration
Swift
public let isLocked: Bool -
Declaration
Swift
public init(with bytes: ArraySlice<UInt8>) throws -
Undocumented
Declaration
Swift
public init(store: UInt16, isLocked: Bool) -
Declaration
Swift
public var dataBytes: [UInt8] { get } -
Declaration
Swift
public var debugDescription: String { get }
View on GitHub
LockChange Structure Reference