C# Class MpcLib.DistributedSystem.Msg

Represents an abstract message sent/received to/from network parties.
Inheritance: ISizable
Afficher le fichier Open project: mahdiz/mpclib Class Usage Examples

Méthodes publiques

Свойство Type Description
Type MsgType

Méthodes publiques

Méthode Description
Msg ( ) : MpcLib.Common
Msg ( MsgType type ) : MpcLib.Common

Method Details

Msg() public méthode

public Msg ( ) : MpcLib.Common
Résultat MpcLib.Common

Msg() public méthode

public Msg ( MsgType type ) : MpcLib.Common
type MsgType
Résultat MpcLib.Common

Property Details

Type public_oe property

public MsgType Type
Résultat MsgType