C# Class K2Informatics.Erlnet.OtpErlangPort

Inheritance: OtpErlangObject
Show file Open project: K2InformaticsGmbH/erlnet Class Usage Examples

Public Methods

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

Protected Methods

Method Description
doHashCode ( ) : int

Private Methods

Method Description
OtpErlangPort ( OtpSelf self ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

OtpErlangPort() public method

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

OtpErlangPort() public method

public OtpErlangPort ( String node, int id, int creation ) : System
node String
id int
creation int
return System

ToString() public method

public ToString ( ) : String
return String

doHashCode() protected method

protected doHashCode ( ) : int
return int

encode() public method

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