Method | Description | |
---|---|---|
ChannelOpenFailureMessage ( ) |
Initializes a new instance of the ChannelOpenFailureMessage class.
|
|
ChannelOpenFailureMessage ( uint localChannelNumber, string description, uint reasonCode ) |
Initializes a new instance of the ChannelOpenFailureMessage class.
|
|
ChannelOpenFailureMessage ( uint localChannelNumber, string description, uint reasonCode, string language ) |
Initializes a new instance of the ChannelOpenFailureMessage class.
|
Method | Description | |
---|---|---|
LoadData ( ) : void |
Called when type specific data need to be loaded.
|
|
SaveData ( ) : void |
Called when type specific data need to be saved.
|
Method | Description | |
---|---|---|
Process ( Session session ) : void |
public ChannelOpenFailureMessage ( uint localChannelNumber, string description, uint reasonCode ) | ||
localChannelNumber | uint | The local channel number. |
description | string | The description. |
reasonCode | uint | The reason code. |
public ChannelOpenFailureMessage ( uint localChannelNumber, string description, uint reasonCode, string language ) | ||
localChannelNumber | uint | The local channel number. |
description | string | The description. |
reasonCode | uint | The reason code. |
language | string | The language (RFC3066). |