메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
LoadData ( ) : void |
Called when type specific data need to be loaded.
|
|
SaveData ( ) : void |
Called when type specific data need to be saved.
|
public X11ChannelOpenInfo ( string originatorAddress, uint originatorPort ) : System | ||
originatorAddress | string | The originator address. |
originatorPort | uint | The originator port. |
리턴 | System |