Package iip.datatypes
Interface MipMqttInput
- All Known Implementing Classes:
MipMqttInputImpl
public interface MipMqttInput
Interface of the application data type MipMqttInput.
Generated by: EASy-Producer.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value ofmipbitstream_ai_clock.Returns the value ofmipbitstream_ai_data1.Returns the value ofmipbitstream_ai_data2.Returns the value ofmipcommand.Returns the value ofmipcontext.Returns the value ofmipdate.Returns the value ofmipfrom.Returns the value ofmipreader.getMipto()Returns the value ofmipto.voidsetMipbitstream_ai_clock(String value) Changes the value ofmipbitstream_ai_clock.voidsetMipbitstream_ai_data1(String value) Changes the value ofmipbitstream_ai_data1.voidsetMipbitstream_ai_data2(String value) Changes the value ofmipbitstream_ai_data2.voidsetMipcommand(String value) Changes the value ofmipcommand.voidsetMipcontext(String value) Changes the value ofmipcontext.voidsetMipdate(String value) Changes the value ofmipdate.voidsetMipfrom(String value) Changes the value ofmipfrom.voidsetMipreader(String value) Changes the value ofmipreader.voidChanges the value ofmipto.
-
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
-
getMipto
String getMipto()Returns the value ofmipto.- Returns:
- the value
-
setMipto
Changes the value ofmipto.- 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
-
getMipcommand
String getMipcommand()Returns the value ofmipcommand.- Returns:
- the value
-
setMipcommand
Changes the value ofmipcommand.- Parameters:
value- the new value
-
getMipbitstream_ai_clock
String getMipbitstream_ai_clock()Returns the value ofmipbitstream_ai_clock.- Returns:
- the value
-
setMipbitstream_ai_clock
Changes the value ofmipbitstream_ai_clock.- Parameters:
value- the new value
-
getMipbitstream_ai_data1
String getMipbitstream_ai_data1()Returns the value ofmipbitstream_ai_data1.- Returns:
- the value
-
setMipbitstream_ai_data1
Changes the value ofmipbitstream_ai_data1.- Parameters:
value- the new value
-
getMipbitstream_ai_data2
String getMipbitstream_ai_data2()Returns the value ofmipbitstream_ai_data2.- Returns:
- the value
-
setMipbitstream_ai_data2
Changes the value ofmipbitstream_ai_data2.- 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
-