ClientSocket

public class ClientSocket
extension ClientSocket: Hashable

Undocumented

  • Undocumented

    Declaration

    Swift

    public func readLine() throws -> String
  • Undocumented

    Declaration

    Swift

    public func read(length: Int) throws -> [UInt8]
  • Undocumented

    Declaration

    Swift

    public func readSingleByte() throws -> UInt8
  • Undocumented

    Declaration

    Swift

    public func write(data: [UInt8])
  • Undocumented

    Declaration

    Swift

    public func send(data: [UInt8])
  • Undocumented

    Declaration

    Swift

    public func close()
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)
  • Declaration

    Swift

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