コード例 #1
0
ファイル: MipsMessage.cs プロジェクト: picowatt/AmpsSDK
 private string Read(MipsCommunicator physical)
 {
     return(physical.ReadLine());
 }