C# Class MpcLib.MpcProtocols.Dkms.MpcMsg

Inheritance: DkmsMsg
Datei anzeigen 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_oe property

public int AnchorId
return int

InnerMessage public_oe property

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

ToGateId public_oe 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