C# 클래스 OSAE.Onkyo.Receiver

파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
clientSockStream System.Net.Sockets.NetworkStream
clientStreamReader System.IO.StreamReader
clientStreamWriter System.IO.StreamWriter
tcpClient System.Net.Sockets.TcpClient

공개 메소드들

메소드 설명
Connect ( ) : void
Receiver ( string name ) : System

비공개 메소드들

메소드 설명
Listen ( ) : void

메소드 상세

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

Receiver() 공개 메소드

public Receiver ( string name ) : System
name string
리턴 System

프로퍼티 상세

clientSockStream 공개적으로 프로퍼티

public NetworkStream,System.Net.Sockets clientSockStream
리턴 System.Net.Sockets.NetworkStream

clientStreamReader 공개적으로 프로퍼티

public StreamReader,System.IO clientStreamReader
리턴 System.IO.StreamReader

clientStreamWriter 공개적으로 프로퍼티

public StreamWriter,System.IO clientStreamWriter
리턴 System.IO.StreamWriter

tcpClient 공개적으로 프로퍼티

public TcpClient,System.Net.Sockets tcpClient
리턴 System.Net.Sockets.TcpClient