Class: Quark::DatawireMdkMd::MdkProtocolSendWithAcksDebugMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::MdkProtocolSendWithAcksDebugMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ MdkProtocolSendWithAcksDebugMethod
constructor
A new instance of MdkProtocolSendWithAcksDebugMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ MdkProtocolSendWithAcksDebugMethod
Returns a new instance of MdkProtocolSendWithAcksDebugMethod.
49021 49022 49023 49024 49025 49026 |
# File 'lib/datawire_mdk_md.rb', line 49021 def initialize() super("quark.void", "_debug", ::DatawireQuarkCore::List.new(["quark.String"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
49061 49062 49063 49064 49065 49066 |
# File 'lib/datawire_mdk_md.rb', line 49061 def __init_fields__() super nil end |
#_getClass ⇒ Object
49040 49041 49042 49043 49044 49045 |
# File 'lib/datawire_mdk_md.rb', line 49040 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
49047 49048 49049 49050 49051 49052 |
# File 'lib/datawire_mdk_md.rb', line 49047 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
49054 49055 49056 49057 49058 49059 |
# File 'lib/datawire_mdk_md.rb', line 49054 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
49031 49032 49033 49034 49035 49036 49037 49038 |
# File 'lib/datawire_mdk_md.rb', line 49031 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_protocol.SendWithAcks } obj._debug(::DatawireQuarkCore.cast((args)[0]) { ::String }) return nil nil end |