C# Class MpcLib.MpcProtocols.Dkms.MpcMsg

Inheritance: DkmsMsg
Afficher le fichier Open project: mahdiz/mpclib

Méthodes publiques

Свойство Type Description
AnchorId int
InnerMessage MpcLib.DistributedSystem.Msg
ToGateId int

Méthodes publiques

Méthode Description
MpcMsg ( int toGateId, int anchorId, Msg innerMessage ) : MpcLib.DistributedSystem

Method Details

MpcMsg() public méthode

public MpcMsg ( int toGateId, int anchorId, Msg innerMessage ) : MpcLib.DistributedSystem
toGateId int
anchorId int
innerMessage MpcLib.DistributedSystem.Msg
Résultat MpcLib.DistributedSystem

Property Details

AnchorId public_oe property

public int AnchorId
Résultat int

InnerMessage public_oe property

public Msg,MpcLib.DistributedSystem InnerMessage
Résultat 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
Résultat int