C# 클래스 Automobile.Communication.Tcp.TcpCommunicator

A communicator which operates over TCP
상속: Communicator
파일 보기 프로젝트 열기: vistaprint/automobile

공개 메소드들

메소드 설명
Close ( ) : void

Close the stream

Initialize ( ) : void

Prepare the stream for reading and writing

보호된 메소드들

메소드 설명
TcpCommunicator ( IPAddress ip, int port ) : System.Net

A Communicator with a given IP and Port

메소드 상세

Close() 공개 메소드

Close the stream
public Close ( ) : void
리턴 void

Initialize() 공개 메소드

Prepare the stream for reading and writing
public Initialize ( ) : void
리턴 void

TcpCommunicator() 보호된 메소드

A Communicator with a given IP and Port
protected TcpCommunicator ( IPAddress ip, int port ) : System.Net
ip System.Net.IPAddress IP associated with this TcpCommunicator
port int Port associated with this TcpCommunicator
리턴 System.Net