Exemplo n.º 1
0
 public VsAlarmParas(VsAppControlType eventFrom, VsAppControlType eventTo, VsDeviceType device,
                     String deviceName, VsAlarmType alarmParas)
     : base(eventFrom, eventTo, device, deviceName)
 {
     MsgType    = VsMessageType.MSG_ALARM_STYLE;
     AlarmParas = alarmParas;
 }
Exemplo n.º 2
0
 public VsViewerParas(VsAppControlType eventFrom, VsAppControlType eventTo, VsDeviceType device,
                      String deviceName, VsViewerType viewerParas)
     : base(eventFrom, eventTo, device, deviceName)
 {
     MsgType     = VsMessageType.MSG_VIEWER_STYLE;
     ViewerParas = viewerParas;
 }
Exemplo n.º 3
0
 public VsParameter(VsAppControlType eventFrom, VsAppControlType eventTo, VsDeviceType device, String deviceName)
 {
     EventFrom  = eventFrom;
     EventTo    = eventTo;
     Device     = device;
     DeviceName = deviceName;
 }
Exemplo n.º 4
0
 public VsAlarmParas(VsAppControlType eventFrom, VsAppControlType eventTo, VsDeviceType device,
     String deviceName, VsAlarmType alarmParas)
     : base(eventFrom, eventTo, device, deviceName)
 {
     MsgType = VsMessageType.MSG_ALARM_STYLE;
     AlarmParas = alarmParas;
 }
Exemplo n.º 5
0
 public VsViewerParas(VsAppControlType eventFrom, VsAppControlType eventTo, VsDeviceType device,
     String deviceName, VsViewerType viewerParas)
     : base(eventFrom, eventTo, device, deviceName)
 {
     MsgType = VsMessageType.MSG_VIEWER_STYLE;
     ViewerParas = viewerParas;
 }
Exemplo n.º 6
0
 public VsParameter(VsAppControlType eventFrom, VsAppControlType eventTo, VsDeviceType device, String deviceName)
 {
     EventFrom = eventFrom;
     EventTo = eventTo;
     Device = device;
     DeviceName = deviceName;
 }