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.
48967 48968 48969 48970 48971 48972 |
# File 'lib/datawire_mdk_md.rb', line 48967 def initialize() super("quark.void", "_debug", ::DatawireQuarkCore::List.new(["quark.String"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
49007 49008 49009 49010 49011 49012 |
# File 'lib/datawire_mdk_md.rb', line 49007 def __init_fields__() super nil end |
#_getClass ⇒ Object
48986 48987 48988 48989 48990 48991 |
# File 'lib/datawire_mdk_md.rb', line 48986 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
48993 48994 48995 48996 48997 48998 |
# File 'lib/datawire_mdk_md.rb', line 48993 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
49000 49001 49002 49003 49004 49005 |
# File 'lib/datawire_mdk_md.rb', line 49000 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
48977 48978 48979 48980 48981 48982 48983 48984 |
# File 'lib/datawire_mdk_md.rb', line 48977 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_protocol.SendWithAcks } obj._debug(::DatawireQuarkCore.cast((args)[0]) { ::String }) return nil nil end |