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.
53003 53004 53005 53006 53007 53008 |
# File 'lib/datawire_mdk_md.rb', line 53003 def initialize() super("quark.String", "encode", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
53042 53043 53044 53045 53046 53047 |
# File 'lib/datawire_mdk_md.rb', line 53042 def __init_fields__() super nil end |
#_getClass ⇒ Object
53021 53022 53023 53024 53025 53026 |
# File 'lib/datawire_mdk_md.rb', line 53021 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
53028 53029 53030 53031 53032 53033 |
# File 'lib/datawire_mdk_md.rb', line 53028 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
53035 53036 53037 53038 53039 53040 |
# File 'lib/datawire_mdk_md.rb', line 53035 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
53013 53014 53015 53016 53017 53018 53019 |
# File 'lib/datawire_mdk_md.rb', line 53013 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_tracing.protocol.LogAck } return obj.encode() nil end |