상속: IComplexAck
예제 #1
0
 public GetAlarmSummaryWrapper(GetAlarmSummaryAck item)
 {
     this.Item = item;
 }
예제 #2
0
 public static ConfirmedServiceAck NewGetAlarmSummary(GetAlarmSummaryAck getAlarmSummary)
 {
     return new GetAlarmSummaryWrapper(getAlarmSummary);
 }
예제 #3
0
 public static void Save(IValueSink sink, GetAlarmSummaryAck value)
 {
     Value <ReadOnlyArray <Element> > .Save(sink, value.Item);
 }
예제 #4
0
 public GetAlarmSummaryWrapper(GetAlarmSummaryAck item)
 {
     this.Item = item;
 }
예제 #5
0
 public static ConfirmedServiceAck NewGetAlarmSummary(GetAlarmSummaryAck getAlarmSummary)
 {
     return(new GetAlarmSummaryWrapper(getAlarmSummary));
 }
예제 #6
0
 public static void Save(IValueSink sink, GetAlarmSummaryAck value)
 {
     Value<ReadOnlyArray<Element>>.Save(sink, value.Item);
 }