Espressif_SessionData

struct Espressif_SessionData
extension Espressif_SessionData: @unchecked Sendable
extension Espressif_SessionData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding

Data structure exchanged when establishing secure session between Host and Client

Code below here is support for the SwiftProtobuf runtime.

  • Declaration

    Swift

    static let protoMessageName: String
  • Declaration

    Swift

    static let _protobuf_nameMap: SwiftProtobuf._NameMap
  • Declaration

    Swift

    mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
  • Declaration

    Swift

    func traverse<V>(visitor: inout V) throws where V : Visitor
  • Declaration

    Swift

    static func == (lhs: Espressif_SessionData, rhs: Espressif_SessionData) -> Bool