<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Console Records on sillysky.net</title>
    <link>https://sillysky.net/docs/nyssr/records/console-records/</link>
    <description>Recent content in Console Records on sillysky.net</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 09 Dec 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://sillysky.net/docs/nyssr/records/console-records/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>CRecordCliAddHandler</title>
      <link>https://sillysky.net/docs/nyssr/records/console-records/crecordcliaddhandler/</link>
      <pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/records/console-records/crecordcliaddhandler/</guid>
      <description>The message adds a handler for one or more console commands. When the user enters these commands, a message containing the input is sent to the registered handler. In response, the handler sends back a text that is displayed on the console.&#xA;This message is part of the console API. It is a nanoservice in the SYSTEM namespace.&#xA;{ &#34;id&#34;: &#34;3eaa3a56-5a84-4f11-b2fc-62da19141013&#34;, &#34;name&#34;: &#34;CLI_ADD_HANDLER&#34;, &#34;isNanoService&#34;: &#34;true&#34;, &#34;namespaces&#34;: &#34;SYSTEM&#34;, &#34;description&#34;: &#34;Add a Command Handler.</description>
    </item>
    <item>
      <title>CRecordCliGetHelp</title>
      <link>https://sillysky.net/docs/nyssr/records/console-records/crecordcligethelp/</link>
      <pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/records/console-records/crecordcligethelp/</guid>
      <description>This message is sent from the console display target to the console service to obtain help output for the registered commands.&#xA;The message is part of the console API. It is a nanoservice in the SYSTEM namespace.&#xA;{ &#34;id&#34;: &#34;a53b0278-48e1-48b1-9220-8cc1a4d73197&#34;, &#34;name&#34;: &#34;CLI_GET_HELP&#34;, &#34;description&#34;: &#34;Get the local help output.&#34;, &#34;slots&#34;: [ { &#34;key&#34;: &#34;1&#34;, &#34;name&#34;: &#34;HELP&#34;, &#34;direction&#34;: &#34;RESPONSE&#34;, &#34;presenceConstraint&#34;: &#34;OPTIONAL&#34;, &#34;type&#34;: &#34;STRING&#34;, &#34;description&#34;: &#34;The help for the local command line.&#34; } ] } Arguments HELP is the response from the console service.</description>
    </item>
    <item>
      <title>CRecordCliHandle</title>
      <link>https://sillysky.net/docs/nyssr/records/console-records/crecordclihandle/</link>
      <pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/records/console-records/crecordclihandle/</guid>
      <description>This message is sent to registered console handlers when the user enters a registered command in the console. The message includes the command and any parameters entered. The response to this message should contain the text to be displayed on the console.&#xA;The message is part of the console API.&#xA;{ &#34;id&#34;: &#34;d9c9e057-b172-40a5-8ae0-23d51e226321&#34;, &#34;name&#34;: &#34;CLI_HANDLE&#34;, &#34;description&#34;: &#34;Forward the command line to the command line manager.&#34;, &#34;slots&#34;: [ { &#34;key&#34;: &#34;1&#34;, &#34;</description>
    </item>
    <item>
      <title>CRecordCliRemoveHandler</title>
      <link>https://sillysky.net/docs/nyssr/records/console-records/crecordcliremovehandler/</link>
      <pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/records/console-records/crecordcliremovehandler/</guid>
      <description>The message removes a registered handler for a console command.&#xA;This message is part of the console API. It is a nanoservice in the SYSTEM namespace.&#xA;{ &#34;id&#34;: &#34;aaee82f5-17a1-4925-a0a5-02c1260cb25b&#34;, &#34;name&#34;: &#34;CLI_REMOVE_HANDLER&#34;, &#34;isNanoService&#34;: &#34;true&#34;, &#34;namespaces&#34;: &#34;SYSTEM&#34;, &#34;description&#34;: &#34;Remove a Command Handler.&#34;, &#34;slots&#34;: [ { &#34;key&#34;: &#34;1&#34;, &#34;name&#34;: &#34;COMMAND&#34;, &#34;direction&#34;: &#34;REQUEST&#34;, &#34;presenceConstraint&#34;: &#34;MANDATORY&#34;, &#34;type&#34;: &#34;STRING&#34;, &#34;description&#34;: &#34;The command.&#34; } ] } Arguments COMMAND is the registered command for which the handler should be removed.</description>
    </item>
    <item>
      <title>CRecordCliAttachDisplay</title>
      <link>https://sillysky.net/docs/nyssr/records/console-records/crecordcliattachdisplay/</link>
      <pubDate>Thu, 23 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/records/console-records/crecordcliattachdisplay/</guid>
      <description>This message is sent from the console display to the console service to redirect the console service&#39;s output to the display.&#xA;The message is part of the console API.&#xA;{ &#34;id&#34;: &#34;69bb3e3a-dbf6-40ca-a2a0-2b3b67a93232&#34;, &#34;name&#34;: &#34;CLI_ATTACH_DISPLAY&#34;, &#34;description&#34;: &#34;Attach a display to the command line service.&#34;, &#34;slots&#34;: [ ] } Arguments The service uses the sender address of the message as the address of the display.&#xA;Usage The display target sends this message to the command line service that each node possesses.</description>
    </item>
  </channel>
</rss>
