ReceiveMessage() public method

public ReceiveMessage ( ) : bool
return bool
コード例 #1
0
ファイル: Transceiver.cs プロジェクト: heartysoft/res
 private static bool receiveMessage(TcpGateway gateway)
 {
     bool newRequest = gateway.ReceiveMessage();
     return newRequest;
 }