Package iip.datatypes
Interface MipMqttOutput
- All Known Implementing Classes:
MipMqttOutputImpl
public interface MipMqttOutput
Interface of the application data type MipMqttOutput.
Generated by: EASy-Producer.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value ofmipcontext.Returns the value ofmipdate.Returns the value ofmipfrom.Returns the value ofmipid_tag.Returns the value ofmipraw_signal_clock.Returns the value ofmipraw_signal_data1.Returns the value ofmipraw_signal_data2.Returns the value ofmipreader.voidsetMipcontext(String value) Changes the value ofmipcontext.voidsetMipdate(String value) Changes the value ofmipdate.voidsetMipfrom(String value) Changes the value ofmipfrom.voidsetMipid_tag(String value) Changes the value ofmipid_tag.voidsetMipraw_signal_clock(String value) Changes the value ofmipraw_signal_clock.voidsetMipraw_signal_data1(String value) Changes the value ofmipraw_signal_data1.voidsetMipraw_signal_data2(String value) Changes the value ofmipraw_signal_data2.voidsetMipreader(String value) Changes the value ofmipreader.
-
Method Details
-
getMipcontext
String getMipcontext()Returns the value ofmipcontext.- Returns:
- the value
-
setMipcontext
Changes the value ofmipcontext.- Parameters:
value- the new value
-
getMipdate
String getMipdate()Returns the value ofmipdate.- Returns:
- the value
-
setMipdate
Changes the value ofmipdate.- Parameters:
value- the new value
-
getMipfrom
String getMipfrom()Returns the value ofmipfrom.- Returns:
- the value
-
setMipfrom
Changes the value ofmipfrom.- Parameters:
value- the new value
-
getMipid_tag
String getMipid_tag()Returns the value ofmipid_tag.- Returns:
- the value
-
setMipid_tag
Changes the value ofmipid_tag.- Parameters:
value- the new value
-
getMipreader
String getMipreader()Returns the value ofmipreader.- Returns:
- the value
-
setMipreader
Changes the value ofmipreader.- Parameters:
value- the new value
-
getMipraw_signal_clock
String getMipraw_signal_clock()Returns the value ofmipraw_signal_clock.- Returns:
- the value
-
setMipraw_signal_clock
Changes the value ofmipraw_signal_clock.- Parameters:
value- the new value
-
getMipraw_signal_data1
String getMipraw_signal_data1()Returns the value ofmipraw_signal_data1.- Returns:
- the value
-
setMipraw_signal_data1
Changes the value ofmipraw_signal_data1.- Parameters:
value- the new value
-
getMipraw_signal_data2
String getMipraw_signal_data2()Returns the value ofmipraw_signal_data2.- Returns:
- the value
-
setMipraw_signal_data2
Changes the value ofmipraw_signal_data2.- Parameters:
value- the new value
-