using System; using System.Collections.Generic; using System.Text; namespace VeederRoot_ATG_Console.MessageEntity.DispenserInterface.Outgoing { /// /// Used as a heartbeat msg /// public class StatusReportRequest : OutgoingMessageBase { public StatusReportRequest() { base.FunctionCodeRaw = "D"; } } }