Class: Quark::DatawireMdkMd::MdkTracingProtocolLogAckEncodeMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::MdkTracingProtocolLogAckEncodeMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ MdkTracingProtocolLogAckEncodeMethod
constructor
A new instance of MdkTracingProtocolLogAckEncodeMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ MdkTracingProtocolLogAckEncodeMethod
Returns a new instance of MdkTracingProtocolLogAckEncodeMethod.
52124 52125 52126 52127 52128 52129 |
# File 'lib/datawire_mdk_md.rb', line 52124 def initialize() super("quark.String", "encode", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
52163 52164 52165 52166 52167 52168 |
# File 'lib/datawire_mdk_md.rb', line 52163 def __init_fields__() super nil end |
#_getClass ⇒ Object
52142 52143 52144 52145 52146 52147 |
# File 'lib/datawire_mdk_md.rb', line 52142 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
52149 52150 52151 52152 52153 52154 |
# File 'lib/datawire_mdk_md.rb', line 52149 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
52156 52157 52158 52159 52160 52161 |
# File 'lib/datawire_mdk_md.rb', line 52156 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
52134 52135 52136 52137 52138 52139 52140 |
# File 'lib/datawire_mdk_md.rb', line 52134 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_tracing.protocol.LogAck } return obj.encode() nil end |