export declare enum EncapsulationKind { CDR_BE = 0, CDR_LE = 1, PL_CDR_BE = 2, PL_CDR_LE = 3 } export declare enum Liveliness { Automatic = 0, ByParticipant = 1, ByTopic = 2 } export declare enum Durability { Volatile = 0, TransientLocal = 1, Transient = 2, Persistent = 3 } export declare enum Reliability { BestEffort = 1, Reliable = 2 } export declare enum HistoryKind { KeepLast = 0, KeepAll = 1 } export declare enum EntityKind { AppdefUnknown = 0, AppdefParticipant = 1, AppdefWriterWithKey = 2, AppdefWriterNoKey = 3, AppdefReaderNoKey = 4, AppdefReaderWithKey = 7, BuiltinParticipant = 193, BuiltinWriterWithKey = 194, BuiltinWriterNoKey = 195, BuiltinReaderNoKey = 196, BuiltinReaderWithKey = 199 } export declare enum ParameterOwnership { Shared = 0, Exclusive = 1 } export declare enum ParameterPresentation { Instance = 0, Topic = 1, Group = 2 } export declare enum EntityIdBuiltin { Unknown = 0, Participant = 449, PublicationsReader = 967, PublicationsWriter = 962, SubscriptionsReader = 1223, SubscriptionsWriter = 1218, ParticipantReader = 65735, ParticipantWriter = 65730, ParticipantMessageReader = 131271, ParticipantMessageWriter = 131266, TypeLookupRequestReader = 196804, TypeLookupRequestWriter = 196803, TypeLookupReplyReader = 197060, TypeLookupReplyWriter = 197059 } export declare enum BuiltinEndpointSet { ParticipantAnnouncer = 1, ParticipantDetector = 2, PublicationAnnouncer = 4, PublicationDetector = 8, SubscriptionAnnouncer = 16, SubscriptionDetector = 32, ParticipantProxyAnnouncer = 64, ParticipantProxyDetector = 128, ParticipantStateAnnouncer = 256, ParticipantStateDetector = 512, ParticipantMessageDataWriter = 1024, ParticipantMessageDataReader = 2048, TypeLookupRequestDataWriter = 4096, TypeLookupRequestDataReader = 8192, TypeLookupReplyDataWriter = 16384, TypeLookupReplyDataReader = 32768 } export declare enum LocatorKind { Invalid = -1, Reserved = 0, UDPv4 = 1, UDPv6 = 2, Unknown = 16 } export declare enum VendorId { Unknown = 0, RTIConnextDDS = 257, OpenSpliceDDS = 258, OpenDDS = 259, MilDDS = 260, InterCOMDDS = 261, CoreDXDDS = 262, NotActive1 = 263, NotActive2 = 264, DiamondDDS = 265, RTIConntextDDSMicro = 266, VortexCafe = 267, NotActive3 = 268, VortexLite = 269, Qeo = 270, FastRTPSFastDDS = 271, EclipseCycloneDDS = 272, GurumDDS = 273, RustDDS = 274 } export declare enum ChangeKind { Alive = 1, NotAliveDisposed = 2, NotAliveUnregistered = 4 } export declare enum ParameterId { PID_PAD = 0, PID_SENTINEL = 1, PID_USER_DATA = 44, PID_TOPIC_NAME = 5, PID_TYPE_NAME = 7, PID_GROUP_DATA = 45, PID_TOPIC_DATA = 46, PID_DURABILITY = 29, PID_DURABILITY_SERVICE = 30, PID_DEADLINE = 35, PID_LATENCY_BUDGET = 39, PID_LIVELINESS = 27, PID_RELIABILITY = 26, PID_LIFESPAN = 43, PID_DESTINATION_ORDER = 37, PID_HISTORY = 64, PID_RESOURCE_LIMITS = 65, PID_OWNERSHIP = 31, PID_OWNERSHIP_STRENGTH = 6, PID_PRESENTATION = 33, PID_PARTITION = 41, PID_TIME_BASED_FILTER = 4, PID_TRANSPORT_PRIORITY = 73, PID_PROTOCOL_VERSION = 21, PID_VENDORID = 22, PID_UNICAST_LOCATOR = 47, PID_MULTICAST_LOCATOR = 48, PID_MULTICAST_IPADDRESS = 17, PID_DEFAULT_UNICAST_LOCATOR = 49, PID_DEFAULT_MULTICAST_LOCATOR = 72, PID_METATRAFFIC_UNICAST_LOCATOR = 50, PID_METATRAFFIC_MULTICAST_LOCATOR = 51, PID_DEFAULT_UNICAST_IPADDRESS = 12, PID_DEFAULT_UNICAST_PORT = 14, PID_METATRAFFIC_UNICAST_IPADDRESS = 69, PID_METATRAFFIC_UNICAST_PORT = 13, PID_METATRAFFIC_MULTICAST_IPADDRESS = 11, PID_METATRAFFIC_MULTICAST_PORT = 70, PID_EXPECTS_INLINE_QOS = 67, PID_PARTICIPANT_MANUAL_LIVELINESS_COUNT = 52, PID_PARTICIPANT_BUILTIN_ENDPOINTS = 68, PID_PARTICIPANT_LEASE_DURATION = 2, PID_CONTENT_FILTER_PROPERTY = 53, PID_PARTICIPANT_GUID = 80, PID_PARTICIPANT_ENTITYID = 81, PID_GROUP_GUID = 82, PID_GROUP_ENTITYID = 83, PID_BUILTIN_ENDPOINT_SET = 88, PID_PROPERTY_LIST = 89, PID_TYPE_MAX_SIZE_SERIALIZED = 96, PID_ENTITY_NAME = 98, PID_KEY_HASH = 112, PID_STATUS_INFO = 113, PID_ENDPOINT_GUID = 90, PID_CONTENT_FILTER_INFO = 85, PID_COHERENT_SET = 86, PID_DIRECTED_WRITE = 87, PID_ORIGINAL_WRITER_INFO = 97, PID_TYPE_OBJECT = 114, PID_DATA_REPRESENTATION = 115, PID_TYPE_CONSISTENCY = 116, PID_EQUIVALENT_TYPE_NAME = 117, PID_BASE_TYPE_NAME = 118, PID_BUILTIN_ENDPOINT_QOS = 119, PID_ENABLE_AUTHENTICATION = 120, PID_DOMAIN_ID = 15, PID_DOMAIN_TAG = 16404, PID_ADLINK_PARTICIPANT_VERSION_INFO = 32775, PID_ADLINK_ENTITY_FACTORY = 32780, PID_SAMPLE_SIGNATURE = 32793 } export declare enum SubMessageId { PAD = 1, ACKNACK = 6, HEARTBEAT = 7, GAP = 8, INFO_TS = 9, INFO_DST = 14, NACK_FRAG = 18, HEARTBEAT_FRAG = 19, DATA = 21, DATA_FRAG = 22, SEC_BODY = 48, SEC_PREFIX = 49, SEC_POSTFIX = 50, SRTPS_PREFIX = 51, SRTPS_POSTFIX = 52 } export declare const LittleEndian = 1; //# sourceMappingURL=enums.d.ts.map