C# Class Otp.OtpMsg

Afficher le fichier Open project: bmizerany/jungerl Class Usage Examples

Protected Properties

Свойство Type Description
from Otp.Erlang.Pid
paybuf OtpInputStream
payload Otp.Erlang.Object
tag int
to Otp.Erlang.Pid
toName System.String

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public getMsg ( ) : Otp.Erlang.Object
Résultat Otp.Erlang.Object

getRecipient() public méthode

public getRecipient ( ) : Object
Résultat System.Object

getRecipientName() public méthode

public getRecipientName ( ) : System.String
Résultat System.String

getRecipientPid() public méthode

public getRecipientPid ( ) : Pid
Résultat Otp.Erlang.Pid

getSenderPid() public méthode

public getSenderPid ( ) : Pid
Résultat Otp.Erlang.Pid

type() public méthode

public type ( ) : int
Résultat int

Property Details

from protected_oe property

protected Pid,Otp.Erlang from
Résultat Otp.Erlang.Pid

paybuf protected_oe property

protected OtpInputStream,Otp paybuf
Résultat OtpInputStream

payload protected_oe property

protected Object,Otp.Erlang payload
Résultat Otp.Erlang.Object

tag protected_oe property

protected int tag
Résultat int

to protected_oe property

protected Pid,Otp.Erlang to
Résultat Otp.Erlang.Pid

toName protected_oe property

protected String,System toName
Résultat System.String