<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>NY_RecordDatabase on sillysky.net</title>
    <link>https://sillysky.net/docs/nyssr/libraries/ny_recorddatabase/</link>
    <description>Recent content in NY_RecordDatabase on sillysky.net</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Mon, 01 Dec 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://sillysky.net/docs/nyssr/libraries/ny_recorddatabase/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>EPresenceConstraint</title>
      <link>https://sillysky.net/docs/nyssr/libraries/ny_recorddatabase/epresenceconstraint/</link>
      <pubDate>Mon, 01 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/libraries/ny_recorddatabase/epresenceconstraint/</guid>
      <description>This enum contains values that indicate whether arguments are optional or mandatory.&#xA;public enum EPresenceConstraint { /** * The slot must always be present and filled with a valid value. */ MANDATORY, /** * The slot may be present or absent. Its presence is not required. */ OPTIONAL, /** * The slot must be present only if a specific condition (e.g., another field&#39;s value) is met. */ CONDITIONAL_REQUIRED, /** * The slot is part of an exclusive group: either this slot OR one of the related slots must be present.</description>
    </item>
    <item>
      <title>ERecordType</title>
      <link>https://sillysky.net/docs/nyssr/libraries/ny_recorddatabase/erecordtype/</link>
      <pubDate>Mon, 01 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/libraries/ny_recorddatabase/erecordtype/</guid>
      <description>This enumeration describes the type of record and thus the message.&#xA;public enum ERecordType { REQUEST, NOTIFICATION, DATA_CONTAINER } Description Request A Request, in information technology, refers to a message sent from a client to a server to initiate a specific action, request a resource, or transmit data. A response from the receiver is usually expected, containing either the requested data, a confirmation of the action performed, or status information.</description>
    </item>
    <item>
      <title>ETransportDirection</title>
      <link>https://sillysky.net/docs/nyssr/libraries/ny_recorddatabase/etransportdirection/</link>
      <pubDate>Mon, 01 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/libraries/ny_recorddatabase/etransportdirection/</guid>
      <description>The ETransportDirection enumeration describes the transport direction of messages. The enum distinguishes between Request, Response, and Both, i.e., for the outward and return journeys.&#xA;public enum ETransportDirection { /** * Direction: From sender to receiver. */ REQUEST, /** * Direction: From receiver to sender. */ RESPONSE, /** * Direction: BOTH directions. */ BOTH } See also NY_RecordDatabase CRecord Record Generator How to build a message How to catch a message How to send a message </description>
    </item>
  </channel>
</rss>
