ChangeLock
public struct ChangeLock : SerializableMessage
Undocumented
-
-
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
ChangeLock Structure Reference