C# Class K2Informatics.Erlnet.OtpMsg

Afficher le fichier Open project: K2InformaticsGmbH/erlnet Class Usage Examples

Protected Properties

Свойство Type Description
from OtpErlangPid
paybuf OtpInputStream
payload OtpErlangObject
tag int
to OtpErlangPid
toName String

Méthodes publiques

Méthode Description
getMsg ( ) : OtpErlangObject
getRecipient ( ) : Object
getRecipientName ( ) : String
getRecipientPid ( ) : OtpErlangPid
getSenderPid ( ) : OtpErlangPid
type ( ) : int

Private Methods

Méthode Description
OtpMsg ( OtpErlangPid to, OtpErlangObject payload ) : System
OtpMsg ( OtpErlangPid to, OtpInputStream paybuf ) : System
OtpMsg ( OtpErlangPid from, String toName, OtpErlangObject payload ) : System
OtpMsg ( OtpErlangPid from, String toName, OtpInputStream paybuf ) : System
OtpMsg ( int tag, OtpErlangPid from, OtpErlangPid to ) : System
OtpMsg ( int tag, OtpErlangPid from, OtpErlangPid to, OtpErlangObject reason ) : System
OtpMsg ( int tag, OtpErlangPid from, OtpErlangPid to, String reason ) : System
getMsgBuf ( ) : OtpInputStream

Method Details

getMsg() public méthode

public getMsg ( ) : OtpErlangObject
Résultat OtpErlangObject

getRecipient() public méthode

public getRecipient ( ) : Object
Résultat Object

getRecipientName() public méthode

public getRecipientName ( ) : String
Résultat String

getRecipientPid() public méthode

public getRecipientPid ( ) : OtpErlangPid
Résultat OtpErlangPid

getSenderPid() public méthode

public getSenderPid ( ) : OtpErlangPid
Résultat OtpErlangPid

type() public méthode

public type ( ) : int
Résultat int

Property Details

from protected_oe property

protected OtpErlangPid,K2Informatics.Erlnet from
Résultat OtpErlangPid

paybuf protected_oe property

protected OtpInputStream,K2Informatics.Erlnet paybuf
Résultat OtpInputStream

payload protected_oe property

protected OtpErlangObject,K2Informatics.Erlnet payload
Résultat OtpErlangObject

tag protected_oe property

protected int tag
Résultat int

to protected_oe property

protected OtpErlangPid,K2Informatics.Erlnet to
Résultat OtpErlangPid

toName protected_oe property

protected String toName
Résultat String