StartDataTransfer
public struct StartDataTransfer : SerializableMessage
Undocumented
-
-
Undocumented
Declaration
Swift
public let transferID: UInt16 -
Undocumented
Declaration
Swift
public let store: UInt16 -
Undocumented
Declaration
Swift
public let frameNumber: UInt16 -
Undocumented
Declaration
Swift
public let size: UInt32 -
Undocumented
Declaration
Swift
public let mode: Mode -
Declaration
Swift
public init(with bytes: ArraySlice<UInt8>) throws -
Undocumented
Declaration
Swift
public init(transferID: UInt16, store: UInt16, frameNumber: UInt16, size: UInt32, mode: Mode) -
Declaration
Swift
public var dataBytes: [UInt8] { get } -
Declaration
Swift
public var debugDescription: String { get } -
Undocumented
See moreDeclaration
Swift
public enum Mode : UInt16
View on GitHub
StartDataTransfer Structure Reference