コード例 #1
0
 bool ReceiveData()
 {
     float[] result = socket.ReceiveData(1);
     return(true);
 }