InitiationComplete
public struct InitiationComplete : SerializableMessage
Informs a controller that a connection is succesfully established. This message should be sent at the end of the connection initiation. The connection initiation is the sequence of packets that is sent at the very beginning of a connection and they contain messages that represent the state of the device at the moment of conection.
-
-
Declaration
Swift
public init(with bytes: ArraySlice<UInt8>) throws
-
Declaration
Swift
public let dataBytes: [UInt8]
-
Declaration
Swift
public let debugDescription: String