aboutsummaryrefslogtreecommitdiff
path: root/documentation/4.1/api/akka/serial/Serial$$Command.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/4.1/api/akka/serial/Serial$$Command.html')
-rw-r--r--documentation/4.1/api/akka/serial/Serial$$Command.html104
1 files changed, 42 insertions, 62 deletions
diff --git a/documentation/4.1/api/akka/serial/Serial$$Command.html b/documentation/4.1/api/akka/serial/Serial$$Command.html
index 2f4499d..99d25c2 100644
--- a/documentation/4.1/api/akka/serial/Serial$$Command.html
+++ b/documentation/4.1/api/akka/serial/Serial$$Command.html
@@ -65,9 +65,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../../index.html">
- <span class="name">root</span>
- </a>
+ <a title="" href="../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -83,9 +81,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="../index.html">
- <span class="name">akka</span>
- </a>
+ <a title="" href="../index.html"><span class="name">akka</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
@@ -101,9 +97,7 @@
<span class="kind">package</span>
</span>
<span class="symbol">
- <a title="" href="index.html">
- <span class="name">serial</span>
- </a>
+ <a title="" href="index.html"><span class="name">serial</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="akka">akka</a></dd></dl></div>
@@ -119,96 +113,66 @@
<span class="kind">object</span>
</span>
<span class="symbol">
- <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html">
- <span class="name">Serial</span>
- </a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
+ <a title="Defines messages used by akka-serial's serial IO layer." href="Serial$.html"><span class="name">Serial</span></a><span class="result"> extends <span class="extype" name="akka.actor.ExtensionId">ExtensionId</span>[<a href="SerialExt.html" class="extype" name="akka.serial.SerialExt">SerialExt</a>] with <span class="extype" name="akka.actor.ExtensionIdProvider">ExtensionIdProvider</span></span>
</span>
<p class="shortcomment cmt">Defines messages used by akka-serial's serial IO layer.</p><div class="fullcomment"><div class="comment cmt"><p>Defines messages used by akka-serial's serial IO layer.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="akka.serial">serial</a></dd></dl></div>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$Close$.html" title=" Request closing of port."></a>
- <a href="Serial$$Close$.html" title=" Request closing of port.">
- Close
- </a>
+ <a class="object" href="Serial$$Close$.html" title="Request closing of port."></a>
+ <a href="Serial$$Close$.html" title="Request closing of port.">Close</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="object" href="Serial$$Closed$.html" title="A port has been closed."></a>
- <a href="Serial$$Closed$.html" title="A port has been closed.">
- Closed
- </a>
+ <a href="Serial$$Closed$.html" title="A port has been closed.">Closed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API."></a>
- <a href="" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">
- Command
- </a>
+ <a href="" title="A message extending this trait is to be viewed as a command, an out-bound message issued by the client to akka-serial's API.">Command</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$CommandFailed.html" title="A command has failed."></a>
- <a href="Serial$$CommandFailed.html" title="A command has failed.">
- CommandFailed
- </a>
+ <a href="Serial$$CommandFailed.html" title="A command has failed.">CommandFailed</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Connected.html" title="A new port (i.e."></a>
- <a href="Serial$$Connected.html" title="A new port (i.e.">
- Connected
- </a>
+ <a href="Serial$$Connected.html" title="A new port (i.e.">Connected</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client."></a>
- <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">
- Event
- </a>
+ <a href="Serial$$Event.html" title="A message extending this trait is to be viewed as an event, an in-bound message issued by akka-serial to the client.">Event</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="trait" href="Serial$$Message.html" title="Base trait for any akka-serial-related messages."></a>
- <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">
- Message
- </a>
+ <a href="Serial$$Message.html" title="Base trait for any akka-serial-related messages.">Message</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
- <a class="object" href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back."></a>
- <a href="Serial$$NoAck$.html" title=" Special type of acknowledgment that is not sent back.">
- NoAck
- </a>
+ <a class="object" href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back."></a>
+ <a href="Serial$$NoAck$.html" title="Special type of acknowledgment that is not sent back.">NoAck</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Open.html" title="Open a new serial port."></a>
- <a href="Serial$$Open.html" title="Open a new serial port.">
- Open
- </a>
+ <a href="Serial$$Open.html" title="Open a new serial port.">Open</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Opened.html" title="A port has been successfully opened."></a>
- <a href="Serial$$Opened.html" title="A port has been successfully opened.">
- Opened
- </a>
+ <a href="Serial$$Opened.html" title="A port has been successfully opened.">Opened</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Received.html" title="Data has been received."></a>
- <a href="Serial$$Received.html" title="Data has been received.">
- Received
- </a>
+ <a href="Serial$$Received.html" title="Data has been received.">Received</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory."></a>
- <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">
- Unwatch
- </a>
+ <a href="Serial$$Unwatch.html" title="Stop receiving notifications about a previously watched directory.">Unwatch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Watch.html" title="Watch a directory for new ports."></a>
- <a href="Serial$$Watch.html" title="Watch a directory for new ports.">
- Watch
- </a>
+ <a href="Serial$$Watch.html" title="Watch a directory for new ports.">Watch</a>
</li><li class="current-entities indented3">
<span class="separator"></span>
<a class="class" href="Serial$$Write.html" title="Write data to a serial port."></a>
- <a href="Serial$$Write.html" title="Write data to a serial port.">
- Write
- </a>
+ <a href="Serial$$Write.html" title="Write data to a serial port.">Write</a>
</li>
</ul>
</div>
@@ -378,7 +342,9 @@
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
@@ -432,7 +398,7 @@
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
@@ -454,7 +420,10 @@
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#hashCode" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<span class="permalink">
@@ -470,7 +439,10 @@
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
@@ -518,7 +490,10 @@
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
@@ -534,7 +509,10 @@
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
- <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
+ <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
+ </dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=&gt;T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a>
<span class="permalink">
@@ -627,6 +605,8 @@
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
+ <span class="name">@native</span><span class="args">()</span>
+
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>