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.
49900 49901 49902 49903 49904 49905 |
# File 'lib/datawire_mdk_md.rb', line 49900 def initialize() super("quark.void", "_debug", ::DatawireQuarkCore::List.new(["quark.String"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
49940 49941 49942 49943 49944 49945 |
# File 'lib/datawire_mdk_md.rb', line 49940 def __init_fields__() super nil end |
#_getClass ⇒ Object
49919 49920 49921 49922 49923 49924 |
# File 'lib/datawire_mdk_md.rb', line 49919 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
49926 49927 49928 49929 49930 49931 |
# File 'lib/datawire_mdk_md.rb', line 49926 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
49933 49934 49935 49936 49937 49938 |
# File 'lib/datawire_mdk_md.rb', line 49933 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
49910 49911 49912 49913 49914 49915 49916 49917 |
# File 'lib/datawire_mdk_md.rb', line 49910 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_protocol.SendWithAcks } obj._debug(::DatawireQuarkCore.cast((args)[0]) { ::String }) return nil nil end |