C# Class Otp.OtpMsg

ファイルを表示 Open project: bmizerany/jungerl Class Usage Examples

Protected Properties

Property Type Description
from Otp.Erlang.Pid
paybuf OtpInputStream
payload Otp.Erlang.Object
tag int
to Otp.Erlang.Pid
toName System.String

Public Methods

Method Description
getMsg ( ) : Otp.Erlang.Object
getRecipient ( ) : Object
getRecipientName ( ) : System.String
getRecipientPid ( ) : Pid
getSenderPid ( ) : Pid
type ( ) : int

Private Methods

Method Description
OtpMsg ( Erlang to, Erlang payload ) : System
OtpMsg ( Erlang to, OtpInputStream paybuf ) : System
OtpMsg ( Erlang from, System toName, Erlang payload ) : System
OtpMsg ( Erlang from, System toName, OtpInputStream paybuf ) : System
OtpMsg ( int tag, Erlang from, Erlang to ) : System
OtpMsg ( int tag, Erlang from, Erlang to, Erlang reason ) : System
OtpMsg ( int tag, Erlang from, Erlang to, System reason ) : System
getMsgBuf ( ) : OtpInputStream

Method Details

getMsg() public method

public getMsg ( ) : Otp.Erlang.Object
return Otp.Erlang.Object

getRecipient() public method

public getRecipient ( ) : Object
return System.Object

getRecipientName() public method

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

getRecipientPid() public method

public getRecipientPid ( ) : Pid
return Otp.Erlang.Pid

getSenderPid() public method

public getSenderPid ( ) : Pid
return Otp.Erlang.Pid

type() public method

public type ( ) : int
return int

Property Details

from protected_oe property

protected Pid,Otp.Erlang from
return Otp.Erlang.Pid

paybuf protected_oe property

protected OtpInputStream,Otp paybuf
return OtpInputStream

payload protected_oe property

protected Object,Otp.Erlang payload
return Otp.Erlang.Object

tag protected_oe property

protected int tag
return int

to protected_oe property

protected Pid,Otp.Erlang to
return Otp.Erlang.Pid

toName protected_oe property

protected String,System toName
return System.String