C# Class MpcLib.DistributedSystem.Msg

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

Public Properties

Property Type Description
Type MsgType

Public Methods

Method Description
Msg ( ) : MpcLib.Common
Msg ( MsgType type ) : MpcLib.Common

Method Details

Msg() public method

public Msg ( ) : MpcLib.Common
return MpcLib.Common

Msg() public method

public Msg ( MsgType type ) : MpcLib.Common
type MsgType
return MpcLib.Common

Property Details

Type public_oe property

public MsgType Type
return MsgType