C# Class Netronics.Channel.Channel.Channel

Netronics에서 사용하는 기본적인 Channel 클래스
Inheritance: IChannel
Mostrar archivo Open project: shlee322/Netronics

Public Methods

Method Description
Channel ( ) : System
Connect ( ) : void
Connecting ( ) : void
Disconnect ( ) : void
GetConfig ( string name ) : object
GetTag ( ) : object
SendMessage ( dynamic message ) : void
SetConfig ( string name, object value ) : void
SetTag ( object tag ) : object

Protected Methods

Method Description
BeginReceive ( ) : void
Disconnected ( ) : void
Disconnecting ( ) : void
GetScheduler ( ) : Scheduling.Scheduler
ReceivePacket ( byte buffer, int len ) : bool

Private Methods

Method Description
Receive ( ) : void

Method Details

BeginReceive() protected method

protected BeginReceive ( ) : void
return void

Channel() public method

public Channel ( ) : System
return System

Connect() public method

public Connect ( ) : void
return void

Connecting() public method

public Connecting ( ) : void
return void

Disconnect() public method

public Disconnect ( ) : void
return void

Disconnected() protected method

protected Disconnected ( ) : void
return void

Disconnecting() protected method

protected Disconnecting ( ) : void
return void

GetConfig() public method

public GetConfig ( string name ) : object
name string
return object

GetScheduler() protected method

protected GetScheduler ( ) : Scheduling.Scheduler
return Scheduling.Scheduler

GetTag() public method

public GetTag ( ) : object
return object

ReceivePacket() protected method

protected ReceivePacket ( byte buffer, int len ) : bool
buffer byte
len int
return bool

SendMessage() public method

public SendMessage ( dynamic message ) : void
message dynamic
return void

SetConfig() public method

public SetConfig ( string name, object value ) : void
name string
value object
return void

SetTag() public method

public SetTag ( object tag ) : object
tag object
return object