Class: Quark::MdkProtocol::SendAckableEvent
- Inherits:
-
DatawireQuarkCore::QuarkObject
- Object
- DatawireQuarkCore::QuarkObject
- Quark::MdkProtocol::SendAckableEvent
- Extended by:
- DatawireQuarkCore::Static
- Defined in:
- lib/mdk_protocol.rb
Overview
Send a message to the other side.
Constant Summary
Constants included from DatawireQuarkCore::Static
DatawireQuarkCore::Static::Unassigned
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
-
#initialize ⇒ SendAckableEvent
constructor
A new instance of SendAckableEvent.
- #send(event) ⇒ Object
Methods included from DatawireQuarkCore::Static
_lazy_statics, static, unlazy_statics
Methods inherited from DatawireQuarkCore::QuarkObject
Constructor Details
#initialize ⇒ SendAckableEvent
Returns a new instance of SendAckableEvent.
1829 1830 1831 1832 1833 |
# File 'lib/mdk_protocol.rb', line 1829 def initialize() self.__init_fields__ nil end |
Instance Method Details
#__init_fields__ ⇒ Object
1844 1845 1846 1847 1848 |
# File 'lib/mdk_protocol.rb', line 1844 def __init_fields__() nil end |
#send(event) ⇒ Object
1838 1839 1840 1841 1842 |
# File 'lib/mdk_protocol.rb', line 1838 def send(event) raise NotImplementedError, '`SendAckableEvent.send` is an abstract method' nil end |