DeserializableMessage
public protocol DeserializableMessage : CustomDebugStringConvertibleA message that can be constructed from a sequence of bytes (ArraySlice<UInt8>)
- 
                  
                  The title of the message. This is referred to as CMD in Skarhoj’s protocol documentation DeclarationSwift static var title: Message.Title { get }
- 
                  
                  Initialize a new message from the given binary string Throws when the message cannot be interpretedDeclarationSwift init(with bytes: ArraySlice<UInt8>) throwsParametersbytesthe binary string to interpret 
 View on GitHub
View on GitHub DeserializableMessage Protocol Reference
        DeserializableMessage Protocol Reference