C# Class K2Informatics.Erlnet.OtpErlangPid

Inheritance: OtpErlangObject
ファイルを表示 Open project: K2InformaticsGmbH/erlnet Class Usage Examples

Public Methods

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

Protected Methods

Method Description
doHashCode ( ) : int

Private Methods

Method Description
OtpErlangPid ( OtpLocalNode self ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

OtpErlangPid() public method

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

OtpErlangPid() public method

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

ToString() public method

public ToString ( ) : String
return String

compareTo() public method

public compareTo ( Object o ) : int
o Object
return int

doHashCode() protected method

protected doHashCode ( ) : int
return int

encode() public method

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