ReceiveMessage() 공개 메소드

public ReceiveMessage ( ) : bool
리턴 bool
예제 #1
0
 private static bool receiveMessage(TcpGateway gateway)
 {
     bool newRequest = gateway.ReceiveMessage();
     return newRequest;
 }