Méthode | Description | |
---|---|---|
X11ChannelOpenInfo ( byte data ) : System |
Initializes a new instance of the X11ChannelOpenInfo class from the specified data.
|
|
X11ChannelOpenInfo ( string originatorAddress, uint originatorPort ) : System |
Initializes a new instance of the X11ChannelOpenInfo class with the specified originator address and port.
|
Méthode | Description | |
---|---|---|
LoadData ( ) : void |
Called when type specific data need to be loaded.
|
|
SaveData ( ) : void |
Called when type specific data need to be saved.
|
public X11ChannelOpenInfo ( byte data ) : System | ||
data | byte | |
Résultat | System |
public X11ChannelOpenInfo ( string originatorAddress, uint originatorPort ) : System | ||
originatorAddress | string | The originator address. |
originatorPort | uint | The originator port. |
Résultat | System |