C# Class MpcLib.MpcProtocols.Dkms.MpcMsg

Inheritance: DkmsMsg
Show file Open project: mahdiz/mpclib

Public Properties

Property Type Description
AnchorId int
InnerMessage MpcLib.DistributedSystem.Msg
ToGateId int

Public Methods

Method Description
MpcMsg ( int toGateId, int anchorId, Msg innerMessage ) : MpcLib.DistributedSystem

Method Details

MpcMsg() public method

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

Property Details

AnchorId public property

public int AnchorId
return int

InnerMessage public property

public Msg,MpcLib.DistributedSystem InnerMessage
return MpcLib.DistributedSystem.Msg

ToGateId public property

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