C# Класс CaSharpServer.CAServerChannel

Contain the communication for a given RECORD.PROPERTY (by default .VAL) Stores also the monitor
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CAServerChannel ( CAServer cAServer, int serverId, int clientId, string channelName, CATcpConnection tcpConnection ) : System
Dispose ( ) : void

Приватные методы

Метод Описание
AddMonitor ( EpicsType type, int dataCount, int subscriptionId, MonitorMask mask ) : void
FindType ( CARecord record ) : EpicsType
FindType ( Type type ) : EpicsType
PutValue ( int ioId, EpicsType type, int dataCount, byte payload ) : void
ReadValue ( int ioId, EpicsType type, int dataCount ) : void
RemoveMonitor ( int key ) : void
tcpConnection_Closing ( object sender, EventArgs e ) : void

Описание методов

CAServerChannel() публичный Метод

public CAServerChannel ( CAServer cAServer, int serverId, int clientId, string channelName, CATcpConnection tcpConnection ) : System
cAServer CAServer
serverId int
clientId int
channelName string
tcpConnection CATcpConnection
Результат System

Dispose() публичный Метод

public Dispose ( ) : void
Результат void