private OperateResult <byte[]> ReadWithPackCommand(byte[] command)
 {
     return(ReadBase(MelsecA3CNet1OverTcp.PackCommand(command, station)));
 }