public override void ClientDecode( ModbusCommand command, ByteArrayReader body) { ModbusCodecBase.PopDiscretes( command, body); }
public override void ServerDecode( ModbusCommand command, ByteArrayReader body) { ModbusCodecBase.PopRequestHeader( command, body); ModbusCodecBase.PopDiscretes( command, body); }