using System; using System.Collections.Generic; using System.Text; namespace TATSUNO_Pump.Messages.Incoming { /// /// device response EOT for polling request from FC indicates device has no transmission data. /// public class EotResponse : MessageBase { } }