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.
1821 1822 1823 1824 1825 |
# File 'lib/mdk_protocol.rb', line 1821 def initialize() self.__init_fields__ nil end |
Instance Method Details
#__init_fields__ ⇒ Object
1836 1837 1838 1839 1840 |
# File 'lib/mdk_protocol.rb', line 1836 def __init_fields__() nil end |
#send(event) ⇒ Object
1830 1831 1832 1833 1834 |
# File 'lib/mdk_protocol.rb', line 1830 def send(event) raise NotImplementedError, '`SendAckableEvent.send` is an abstract method' nil end |