- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace ProGauge_StartItaliana_Probe.MessageEntity.Outgoing
- {
- public class SetAlarmPointInDmmRequest : RequestMessageBase
- {
- public SetAlarmPointInDmmRequest(string address) : base(address, RequestType.SetAlarmPointInDmm)
- {
- }
- }
- }
|