import Foundation

public protocol XyoProcedureCatalog {
    func canDo (bytes : [UInt8]) -> Bool
    func getEncodedCatalogue() -> [UInt8]