C# Класс Automobile.Communication.Tcp.TcpCommunicator

A communicator which operates over TCP
Наследование: Communicator
Показать файл Открыть проект

Открытые методы

Метод Описание
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