예제 #1
0
 public byte ReadByte(TargetAddress address)
 {
     check_alive();
     return(servant.ReadByte(address));
 }