RequestLockPosition
public struct RequestLockPosition : SerializableMessage
Undocumented
-
-
Undocumented
Declaration
Swift
public let store: UInt16
-
Undocumented
Declaration
Swift
public let index: UInt16
-
Undocumented
Declaration
Swift
public let type: UInt16
-
Declaration
Swift
public init(with bytes: ArraySlice<UInt8>) throws
-
Undocumented
Declaration
Swift
public init(store: UInt16, index: UInt16, type: UInt16)
-
Declaration
Swift
public var dataBytes: [UInt8] { get }
-
Declaration
Swift
public var debugDescription: String { get }