public GetAlarmSummaryWrapper(GetAlarmSummaryAck item) { this.Item = item; }
public static ConfirmedServiceAck NewGetAlarmSummary(GetAlarmSummaryAck getAlarmSummary) { return new GetAlarmSummaryWrapper(getAlarmSummary); }
public static void Save(IValueSink sink, GetAlarmSummaryAck value) { Value <ReadOnlyArray <Element> > .Save(sink, value.Item); }
public static ConfirmedServiceAck NewGetAlarmSummary(GetAlarmSummaryAck getAlarmSummary) { return(new GetAlarmSummaryWrapper(getAlarmSummary)); }
public static void Save(IValueSink sink, GetAlarmSummaryAck value) { Value<ReadOnlyArray<Element>>.Save(sink, value.Item); }