C# Class Otp.Erlang.Port

Inheritance: Erlang.Object
显示文件 Open project: saleyn/otp.net Class Usage Examples

Public Methods

Method Description
Equals ( System o ) : bool
GetHashCode ( ) : int
Port ( OtpInputStream buf ) : System
Port ( System node, int id, int creation ) : System
ToString ( ) : System.String
creation ( ) : int
encode ( OtpOutputStream buf ) : void
id ( ) : int
node ( ) : System.String

Private Methods

Method Description
Port ( OtpSelf self ) : System

Method Details

Equals() public method

public Equals ( System o ) : bool
o System
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Port() public method

public Port ( OtpInputStream buf ) : System
buf OtpInputStream
return System

Port() public method

public Port ( System node, int id, int creation ) : System
node System
id int
creation int
return System

ToString() public method

public ToString ( ) : System.String
return System.String

creation() public method

public creation ( ) : int
return int

encode() public method

public encode ( OtpOutputStream buf ) : void
buf OtpOutputStream
return void

id() public method

public id ( ) : int
return int

node() public method

public node ( ) : System.String
return System.String