C# 클래스 Otp.OtpMsg

파일 보기 프로젝트 열기: bmizerany/jungerl 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
from Otp.Erlang.Pid
paybuf OtpInputStream
payload Otp.Erlang.Object
tag int
to Otp.Erlang.Pid
toName System.String

공개 메소드들

메소드 설명
getMsg ( ) : Otp.Erlang.Object
getRecipient ( ) : Object
getRecipientName ( ) : System.String
getRecipientPid ( ) : Pid
getSenderPid ( ) : Pid
type ( ) : int

비공개 메소드들

메소드 설명
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

메소드 상세

getMsg() 공개 메소드

public getMsg ( ) : Otp.Erlang.Object
리턴 Otp.Erlang.Object

getRecipient() 공개 메소드

public getRecipient ( ) : Object
리턴 System.Object

getRecipientName() 공개 메소드

public getRecipientName ( ) : System.String
리턴 System.String

getRecipientPid() 공개 메소드

public getRecipientPid ( ) : Pid
리턴 Otp.Erlang.Pid

getSenderPid() 공개 메소드

public getSenderPid ( ) : Pid
리턴 Otp.Erlang.Pid

type() 공개 메소드

public type ( ) : int
리턴 int

프로퍼티 상세

from 보호되어 있는 프로퍼티

protected Pid,Otp.Erlang from
리턴 Otp.Erlang.Pid

paybuf 보호되어 있는 프로퍼티

protected OtpInputStream,Otp paybuf
리턴 OtpInputStream

payload 보호되어 있는 프로퍼티

protected Object,Otp.Erlang payload
리턴 Otp.Erlang.Object

tag 보호되어 있는 프로퍼티

protected int tag
리턴 int

to 보호되어 있는 프로퍼티

protected Pid,Otp.Erlang to
리턴 Otp.Erlang.Pid

toName 보호되어 있는 프로퍼티

protected String,System toName
리턴 System.String