C# 클래스 MpcLib.MpcProtocols.Dkms.MpcMsg

상속: DkmsMsg
파일 보기 프로젝트 열기: mahdiz/mpclib

공개 프로퍼티들

프로퍼티 타입 설명
AnchorId int
InnerMessage MpcLib.DistributedSystem.Msg
ToGateId int

공개 메소드들

메소드 설명
MpcMsg ( int toGateId, int anchorId, Msg innerMessage ) : MpcLib.DistributedSystem

메소드 상세

MpcMsg() 공개 메소드

public MpcMsg ( int toGateId, int anchorId, Msg innerMessage ) : MpcLib.DistributedSystem
toGateId int
anchorId int
innerMessage MpcLib.DistributedSystem.Msg
리턴 MpcLib.DistributedSystem

프로퍼티 상세

AnchorId 공개적으로 프로퍼티

public int AnchorId
리턴 int

InnerMessage 공개적으로 프로퍼티

public Msg,MpcLib.DistributedSystem InnerMessage
리턴 MpcLib.DistributedSystem.Msg

ToGateId 공개적으로 프로퍼티

Tells in which gate the receiver of the message is (remember that a player can be in several gates)
public int ToGateId
리턴 int