C# Class OSAE.Onkyo.Receiver

Show file Open project: opensourceautomation/Open-Source-Automation Class Usage Examples

Public Properties

Property Type Description
clientSockStream System.Net.Sockets.NetworkStream
clientStreamReader System.IO.StreamReader
clientStreamWriter System.IO.StreamWriter
tcpClient System.Net.Sockets.TcpClient

Public Methods

Method Description
Connect ( ) : void
Receiver ( string name ) : System

Private Methods

Method Description
Listen ( ) : void

Method Details

Connect() public method

public Connect ( ) : void
return void

Receiver() public method

public Receiver ( string name ) : System
name string
return System

Property Details

clientSockStream public property

public NetworkStream,System.Net.Sockets clientSockStream
return System.Net.Sockets.NetworkStream

clientStreamReader public property

public StreamReader,System.IO clientStreamReader
return System.IO.StreamReader

clientStreamWriter public property

public StreamWriter,System.IO clientStreamWriter
return System.IO.StreamWriter

tcpClient public property

public TcpClient,System.Net.Sockets tcpClient
return System.Net.Sockets.TcpClient