C# 클래스 MpcLib.DistributedSystem.NopProtocol

상속: Protocol
파일 보기 프로젝트 열기: mahdiz/mpclib

공개 메소드들

메소드 설명
HandleMessage ( int fromId, Msg msg ) : void
NopProtocol ( Party me, ulong protocolId, int nopCount ) : System
Start ( ) : void

메소드 상세

HandleMessage() 공개 메소드

public HandleMessage ( int fromId, Msg msg ) : void
fromId int
msg Msg
리턴 void

NopProtocol() 공개 메소드

public NopProtocol ( Party me, ulong protocolId, int nopCount ) : System
me Party
protocolId ulong
nopCount int
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void