메소드 | 설명 | |
---|---|---|
Add ( ISSHChannel channel, ISSHChannelEventHandler eventHandler ) : void |
Add new channel.
|
|
FindHandler ( uint channelNumber ) : ISSHChannelEventHandler |
Find channel event handler by a local channel number.
|
|
FindOperator ( uint channelNumber ) : ISSHChannel |
Find channel by a local channel number.
|
|
ForEach ( ISSHChannelEventHandler>.Action |
Call the specified action on each channel of the collection.
|
|
GetNewChannelNumber ( ) : uint |
Get the new channel number.
|
|
Remove ( ISSHChannel channel ) : void |
Remove channel.
|
|
SSHChannelCollection ( ) : System |
Constructor
|
public Add ( ISSHChannel channel, ISSHChannelEventHandler eventHandler ) : void | ||
channel | ISSHChannel | channel |
eventHandler | ISSHChannelEventHandler | channel handler |
리턴 | void |
public FindHandler ( uint channelNumber ) : ISSHChannelEventHandler | ||
channelNumber | uint | a local channel number |
리턴 | ISSHChannelEventHandler |
public FindOperator ( uint channelNumber ) : ISSHChannel | ||
channelNumber | uint | a local channel number |
리턴 | ISSHChannel |
public ForEach ( ISSHChannelEventHandler>.Action |
||
action | ISSHChannelEventHandler>.Action | |
리턴 | void |