From 184b263878b939fa33d6690c5e207300b62c0abc Mon Sep 17 00:00:00 2001 From: RejectKid Date: Mon, 13 Jul 2026 14:26:14 -0400 Subject: [PATCH 1/4] Freeze the OpenDisNet public API surface --- src/OpenDisNet/OpenDisNet.csproj | 6 + src/OpenDisNet/PublicAPI.Shipped.txt | 9449 ++++++++++++++++++++++++ src/OpenDisNet/PublicAPI.Unshipped.txt | 1 + src/OpenDisNet/packages.lock.json | 18 +- 4 files changed, 9472 insertions(+), 2 deletions(-) create mode 100644 src/OpenDisNet/PublicAPI.Shipped.txt create mode 100644 src/OpenDisNet/PublicAPI.Unshipped.txt diff --git a/src/OpenDisNet/OpenDisNet.csproj b/src/OpenDisNet/OpenDisNet.csproj index 32718fd..6ac567c 100644 --- a/src/OpenDisNet/OpenDisNet.csproj +++ b/src/OpenDisNet/OpenDisNet.csproj @@ -17,7 +17,13 @@ true $(NoWarn);CS1591 false + true + 0.8.0 + true + + + diff --git a/src/OpenDisNet/PublicAPI.Shipped.txt b/src/OpenDisNet/PublicAPI.Shipped.txt new file mode 100644 index 0000000..c5d1700 --- /dev/null +++ b/src/OpenDisNet/PublicAPI.Shipped.txt @@ -0,0 +1,9449 @@ +#nullable enable +const OpenDisNet.Protocol.DisHeader.MinimumSize = 10 -> int +const OpenDisNet.Protocol.DisHeader.Size = 12 -> int +OpenDisNet.Binary.DisBinaryReader +OpenDisNet.Binary.DisBinaryReader.DisBinaryReader() -> void +OpenDisNet.Binary.DisBinaryReader.DisBinaryReader(System.ReadOnlySpan source, int origin = 0) -> void +OpenDisNet.Binary.DisBinaryReader.Offset.get -> int +OpenDisNet.Binary.DisBinaryReader.PeekUInt32(string! field = "value") -> uint +OpenDisNet.Binary.DisBinaryReader.ReadByte(string! field = "value") -> byte +OpenDisNet.Binary.DisBinaryReader.ReadBytes(int count, string! field = "value") -> System.ReadOnlySpan +OpenDisNet.Binary.DisBinaryReader.ReadDouble(string! field = "value") -> double +OpenDisNet.Binary.DisBinaryReader.ReadInt16(string! field = "value") -> short +OpenDisNet.Binary.DisBinaryReader.ReadInt32(string! field = "value") -> int +OpenDisNet.Binary.DisBinaryReader.ReadInt64(string! field = "value") -> long +OpenDisNet.Binary.DisBinaryReader.ReadSByte(string! field = "value") -> sbyte +OpenDisNet.Binary.DisBinaryReader.ReadSingle(string! field = "value") -> float +OpenDisNet.Binary.DisBinaryReader.ReadUInt16(string! field = "value") -> ushort +OpenDisNet.Binary.DisBinaryReader.ReadUInt32(string! field = "value") -> uint +OpenDisNet.Binary.DisBinaryReader.ReadUInt64(string! field = "value") -> ulong +OpenDisNet.Binary.DisBinaryReader.Remaining.get -> int +OpenDisNet.Binary.DisBinaryReader.Skip(int count, string! field = "padding") -> void +OpenDisNet.Binary.DisBinaryWriter +OpenDisNet.Binary.DisBinaryWriter.DisBinaryWriter() -> void +OpenDisNet.Binary.DisBinaryWriter.DisBinaryWriter(System.Span destination) -> void +OpenDisNet.Binary.DisBinaryWriter.Offset.get -> int +OpenDisNet.Binary.DisBinaryWriter.Remaining.get -> int +OpenDisNet.Binary.DisBinaryWriter.WriteByte(byte value, string! field = "value") -> void +OpenDisNet.Binary.DisBinaryWriter.WriteBytes(scoped System.ReadOnlySpan value, string! field = "value") -> void +OpenDisNet.Binary.DisBinaryWriter.WriteDouble(double value, string! field = "value") -> void +OpenDisNet.Binary.DisBinaryWriter.WriteInt16(short value, string! field = "value") -> void +OpenDisNet.Binary.DisBinaryWriter.WriteInt32(int value, string! field = "value") -> void +OpenDisNet.Binary.DisBinaryWriter.WriteInt64(long value, string! field = "value") -> void +OpenDisNet.Binary.DisBinaryWriter.WriteSByte(sbyte value, string! field = "value") -> void +OpenDisNet.Binary.DisBinaryWriter.WriteSingle(float value, string! field = "value") -> void +OpenDisNet.Binary.DisBinaryWriter.WriteUInt16(ushort value, string! field = "value") -> void +OpenDisNet.Binary.DisBinaryWriter.WriteUInt32(uint value, string! field = "value") -> void +OpenDisNet.Binary.DisBinaryWriter.WriteUInt64(ulong value, string! field = "value") -> void +OpenDisNet.Binary.DisBinaryWriter.WriteZeros(int count, string! field = "padding") -> void +OpenDisNet.Binary.DisHeaderCodec +OpenDisNet.Binary.DisParseException +OpenDisNet.Binary.DisParseException.DisParseException(int offset, string! field, int required, int remaining) -> void +OpenDisNet.Binary.DisParseException.Field.get -> string! +OpenDisNet.Binary.DisParseException.Offset.get -> int +OpenDisNet.Binary.DisParseException.RemainingBytes.get -> int +OpenDisNet.Binary.DisParseException.RequiredBytes.get -> int +OpenDisNet.DisParseError +OpenDisNet.DisParseError.Code.get -> OpenDisNet.DisParseErrorCode +OpenDisNet.DisParseError.Code.init -> void +OpenDisNet.DisParseError.Deconstruct(out OpenDisNet.DisParseErrorCode Code, out string! Message, out int Offset) -> void +OpenDisNet.DisParseError.DisParseError() -> void +OpenDisNet.DisParseError.DisParseError(OpenDisNet.DisParseErrorCode Code, string! Message, int Offset = 0) -> void +OpenDisNet.DisParseError.Equals(OpenDisNet.DisParseError other) -> bool +OpenDisNet.DisParseError.Message.get -> string! +OpenDisNet.DisParseError.Message.init -> void +OpenDisNet.DisParseError.Offset.get -> int +OpenDisNet.DisParseError.Offset.init -> void +OpenDisNet.DisParseErrorCode +OpenDisNet.DisParseErrorCode.InvalidField = 6 -> OpenDisNet.DisParseErrorCode +OpenDisNet.DisParseErrorCode.InvalidLength = 2 -> OpenDisNet.DisParseErrorCode +OpenDisNet.DisParseErrorCode.None = 0 -> OpenDisNet.DisParseErrorCode +OpenDisNet.DisParseErrorCode.TrailingData = 5 -> OpenDisNet.DisParseErrorCode +OpenDisNet.DisParseErrorCode.TruncatedHeader = 1 -> OpenDisNet.DisParseErrorCode +OpenDisNet.DisParseErrorCode.TruncatedPdu = 4 -> OpenDisNet.DisParseErrorCode +OpenDisNet.DisParseErrorCode.UnexpectedPduType = 7 -> OpenDisNet.DisParseErrorCode +OpenDisNet.DisParseErrorCode.UnsupportedProtocolVersion = 3 -> OpenDisNet.DisParseErrorCode +OpenDisNet.DisParseOptions +OpenDisNet.DisParseOptions.$() -> OpenDisNet.DisParseOptions! +OpenDisNet.DisParseOptions.DisParseOptions() -> void +OpenDisNet.DisParseOptions.Equals(OpenDisNet.DisParseOptions? other) -> bool +OpenDisNet.DisParseOptions.MaximumPduLength.get -> int +OpenDisNet.DisParseOptions.MaximumPduLength.init -> void +OpenDisNet.DisParseOptions.RequireExactDatagramLength.get -> bool +OpenDisNet.DisParseOptions.RequireExactDatagramLength.init -> void +OpenDisNet.DisParseOptions.RequireVersion7.get -> bool +OpenDisNet.DisParseOptions.RequireVersion7.init -> void +OpenDisNet.DisSerializer +OpenDisNet.Enumerations.AcknowledgeAcknowledgeFlag +OpenDisNet.Enumerations.AcknowledgeAcknowledgeFlag.CreateEntity = 1 -> OpenDisNet.Enumerations.AcknowledgeAcknowledgeFlag +OpenDisNet.Enumerations.AcknowledgeAcknowledgeFlag.RemoveEntity = 2 -> OpenDisNet.Enumerations.AcknowledgeAcknowledgeFlag +OpenDisNet.Enumerations.AcknowledgeAcknowledgeFlag.StartResume = 3 -> OpenDisNet.Enumerations.AcknowledgeAcknowledgeFlag +OpenDisNet.Enumerations.AcknowledgeAcknowledgeFlag.StopFreeze = 4 -> OpenDisNet.Enumerations.AcknowledgeAcknowledgeFlag +OpenDisNet.Enumerations.AcknowledgeAcknowledgeFlag.TransferOwnership = 5 -> OpenDisNet.Enumerations.AcknowledgeAcknowledgeFlag +OpenDisNet.Enumerations.AcknowledgeResponseFlag +OpenDisNet.Enumerations.AcknowledgeResponseFlag.AbleToComply = 1 -> OpenDisNet.Enumerations.AcknowledgeResponseFlag +OpenDisNet.Enumerations.AcknowledgeResponseFlag.Other = 0 -> OpenDisNet.Enumerations.AcknowledgeResponseFlag +OpenDisNet.Enumerations.AcknowledgeResponseFlag.PendingOperatorAction = 3 -> OpenDisNet.Enumerations.AcknowledgeResponseFlag +OpenDisNet.Enumerations.AcknowledgeResponseFlag.UnableToComply = 2 -> OpenDisNet.Enumerations.AcknowledgeResponseFlag +OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.AcceptSubscription = 33 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.AirmountDismountRequest = 4304 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.AirmountInformationRequest = 4305 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.AirmountMountRequest = 4303 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.ChangeAggregateState = 36 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.DataQuery = 22 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.Dismount = 19 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.InformSmOfEventDamage = 4 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.InformSmOfEventFireDisabled = 6 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.InformSmOfEventKilledInAction = 3 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.InformSmOfEventMobilityDisabled = 5 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.InformSmOfEventRanOutOfAmmunition = 2 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.InformSmOfEventRanOutOfFuel = 7 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.InitializeInternalParameters = 39 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.InitiateHitchFollow = 16 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.InitiateHitchLead = 15 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.InitiateServiceStationResupply = 13 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.InitiateTailgateResupply = 14 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.InitiateTetherFollow = 11 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.InitiateTetherLead = 10 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.JoinExercise = 45 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.LocalStorageOfTheRequestedInformation = 1 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.LockSiteConfiguration = 26 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.Mount = 18 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.MountIntent = 31 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.Other = 0 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.QuerySiteConfiguration = 29 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.RecallCheckpointData = 8 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.RecallInitialParameters = 9 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.Reconstitute = 25 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.RequestStartPdu = 37 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.ResignExercise = 46 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.Run = 42 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.SaveInternalParameters = 43 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.SendObjectStateData = 24 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.SendPlanData = 40 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.SimulateMalfunction = 44 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.StartDrcDailyReadinessCheck = 20 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.StatusRequest = 23 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.StopDrc = 21 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.SynchronizeInternalClocks = 41 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.TaccsfLosRequestType1 = 100 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.TaccsfLosRequestType2 = 101 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.TeleportEntity = 35 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.TetheringInformation = 30 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.TimeAdvance = 47 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.Unhitch = 17 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.UnlockSiteConfiguration = 27 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.Unsubscribe = 34 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.Untether = 12 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.UpdateSiteConfiguration = 28 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionRequestActionId.WakeupGetReadyForInitialization = 38 -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Enumerations.ActionResponseRequestStatus +OpenDisNet.Enumerations.ActionResponseRequestStatus.Complete = 4 -> OpenDisNet.Enumerations.ActionResponseRequestStatus +OpenDisNet.Enumerations.ActionResponseRequestStatus.Executing = 2 -> OpenDisNet.Enumerations.ActionResponseRequestStatus +OpenDisNet.Enumerations.ActionResponseRequestStatus.InvalidTimeParameters = 8 -> OpenDisNet.Enumerations.ActionResponseRequestStatus +OpenDisNet.Enumerations.ActionResponseRequestStatus.JoinExerciseRequestRejected = 201 -> OpenDisNet.Enumerations.ActionResponseRequestStatus +OpenDisNet.Enumerations.ActionResponseRequestStatus.Other = 0 -> OpenDisNet.Enumerations.ActionResponseRequestStatus +OpenDisNet.Enumerations.ActionResponseRequestStatus.PartiallyComplete = 3 -> OpenDisNet.Enumerations.ActionResponseRequestStatus +OpenDisNet.Enumerations.ActionResponseRequestStatus.Pending = 1 -> OpenDisNet.Enumerations.ActionResponseRequestStatus +OpenDisNet.Enumerations.ActionResponseRequestStatus.RequestDone = 10 -> OpenDisNet.Enumerations.ActionResponseRequestStatus +OpenDisNet.Enumerations.ActionResponseRequestStatus.RequestRejected = 5 -> OpenDisNet.Enumerations.ActionResponseRequestStatus +OpenDisNet.Enumerations.ActionResponseRequestStatus.RetransmitRequestLater = 7 -> OpenDisNet.Enumerations.ActionResponseRequestStatus +OpenDisNet.Enumerations.ActionResponseRequestStatus.RetransmitRequestNow = 6 -> OpenDisNet.Enumerations.ActionResponseRequestStatus +OpenDisNet.Enumerations.ActionResponseRequestStatus.SimulationTimeExceeded = 9 -> OpenDisNet.Enumerations.ActionResponseRequestStatus +OpenDisNet.Enumerations.ActionResponseRequestStatus.TaccsfLosReplyType1 = 100 -> OpenDisNet.Enumerations.ActionResponseRequestStatus +OpenDisNet.Enumerations.ActionResponseRequestStatus.TaccsfLosReplyType2 = 101 -> OpenDisNet.Enumerations.ActionResponseRequestStatus +OpenDisNet.Enumerations.AggregateStateAggregateKind +OpenDisNet.Enumerations.AggregateStateAggregateKind.CommonLocation = 5 -> OpenDisNet.Enumerations.AggregateStateAggregateKind +OpenDisNet.Enumerations.AggregateStateAggregateKind.CommonMission = 3 -> OpenDisNet.Enumerations.AggregateStateAggregateKind +OpenDisNet.Enumerations.AggregateStateAggregateKind.CommonType = 2 -> OpenDisNet.Enumerations.AggregateStateAggregateKind +OpenDisNet.Enumerations.AggregateStateAggregateKind.MilitaryHierarchy = 1 -> OpenDisNet.Enumerations.AggregateStateAggregateKind +OpenDisNet.Enumerations.AggregateStateAggregateKind.Other = 0 -> OpenDisNet.Enumerations.AggregateStateAggregateKind +OpenDisNet.Enumerations.AggregateStateAggregateKind.SimilarCapabilities = 4 -> OpenDisNet.Enumerations.AggregateStateAggregateKind +OpenDisNet.Enumerations.AggregateStateAggregateState +OpenDisNet.Enumerations.AggregateStateAggregateState.Aggregated = 1 -> OpenDisNet.Enumerations.AggregateStateAggregateState +OpenDisNet.Enumerations.AggregateStateAggregateState.Disaggregated = 2 -> OpenDisNet.Enumerations.AggregateStateAggregateState +OpenDisNet.Enumerations.AggregateStateAggregateState.FullyDisaggregated = 3 -> OpenDisNet.Enumerations.AggregateStateAggregateState +OpenDisNet.Enumerations.AggregateStateAggregateState.Other = 0 -> OpenDisNet.Enumerations.AggregateStateAggregateState +OpenDisNet.Enumerations.AggregateStateAggregateState.PartiallyDisaggregated = 5 -> OpenDisNet.Enumerations.AggregateStateAggregateState +OpenDisNet.Enumerations.AggregateStateAggregateState.PseudoDisaggregated = 4 -> OpenDisNet.Enumerations.AggregateStateAggregateState +OpenDisNet.Enumerations.AggregateStateFormation +OpenDisNet.Enumerations.AggregateStateFormation.Assembly = 1 -> OpenDisNet.Enumerations.AggregateStateFormation +OpenDisNet.Enumerations.AggregateStateFormation.Column = 5 -> OpenDisNet.Enumerations.AggregateStateFormation +OpenDisNet.Enumerations.AggregateStateFormation.Line = 4 -> OpenDisNet.Enumerations.AggregateStateFormation +OpenDisNet.Enumerations.AggregateStateFormation.Other = 0 -> OpenDisNet.Enumerations.AggregateStateFormation +OpenDisNet.Enumerations.AggregateStateFormation.Vee = 2 -> OpenDisNet.Enumerations.AggregateStateFormation +OpenDisNet.Enumerations.AggregateStateFormation.Wedge = 3 -> OpenDisNet.Enumerations.AggregateStateFormation +OpenDisNet.Enumerations.AggregateStateSpecific +OpenDisNet.Enumerations.AggregateStateSpecific.NoHeadquarters = 0 -> OpenDisNet.Enumerations.AggregateStateSpecific +OpenDisNet.Enumerations.AggregateStateSpecific.YesAggregateUnitContainsAHeadquarters = 1 -> OpenDisNet.Enumerations.AggregateStateSpecific +OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.AirCavalry = 16 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.AirDefenseArtillery = 11 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.AntiTank = 12 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.Armor = 2 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.ArmoredCavalry = 6 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.ArmorHeavyTaskForce = 17 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.ArmyAttackHelicopter = 15 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.ArmyAviationFixedWing = 13 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.ArmyAviationRotaryWing = 14 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.Artillery = 7 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.Cavalry = 5 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.CavalryTroop = 1 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.Cewi = 21 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.CloseAirSupport = 9 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.CommandPost = 20 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.Engineer = 10 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.Infantry = 3 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.MechanizedHeavyTaskForce = 19 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.MechanizedInfantry = 4 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.MotorizedRifle = 18 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.Other = 0 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.SelfPropelledArtillery = 8 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AggregateStateSubcategory.TankOnly = 22 -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Enumerations.AircraftIdentificationType +OpenDisNet.Enumerations.AircraftIdentificationType.FlightNumber = 1 -> OpenDisNet.Enumerations.AircraftIdentificationType +OpenDisNet.Enumerations.AircraftIdentificationType.NoStatement = 0 -> OpenDisNet.Enumerations.AircraftIdentificationType +OpenDisNet.Enumerations.AircraftIdentificationType.TailNumber = 2 -> OpenDisNet.Enumerations.AircraftIdentificationType +OpenDisNet.Enumerations.AircraftPresentDomain +OpenDisNet.Enumerations.AircraftPresentDomain.Airborne = 1 -> OpenDisNet.Enumerations.AircraftPresentDomain +OpenDisNet.Enumerations.AircraftPresentDomain.NoStatement = 0 -> OpenDisNet.Enumerations.AircraftPresentDomain +OpenDisNet.Enumerations.AircraftPresentDomain.OnGroundSurface = 2 -> OpenDisNet.Enumerations.AircraftPresentDomain +OpenDisNet.Enumerations.AttachedPartDetachedIndicator +OpenDisNet.Enumerations.AttachedPartDetachedIndicator.Attached = 0 -> OpenDisNet.Enumerations.AttachedPartDetachedIndicator +OpenDisNet.Enumerations.AttachedPartDetachedIndicator.Detached = 1 -> OpenDisNet.Enumerations.AttachedPartDetachedIndicator +OpenDisNet.Enumerations.AttachedParts +OpenDisNet.Enumerations.AttachedParts.AawsMJavelin = 902 -> OpenDisNet.Enumerations.AttachedParts +OpenDisNet.Enumerations.AttachedParts.M136At4 = 900 -> OpenDisNet.Enumerations.AttachedParts +OpenDisNet.Enumerations.AttachedParts.M16a42Rifle = 896 -> OpenDisNet.Enumerations.AttachedParts +OpenDisNet.Enumerations.AttachedParts.M18a1ClaymoreMine = 903 -> OpenDisNet.Enumerations.AttachedParts +OpenDisNet.Enumerations.AttachedParts.M203GrenadeLauncher = 899 -> OpenDisNet.Enumerations.AttachedParts +OpenDisNet.Enumerations.AttachedParts.M249Saw = 897 -> OpenDisNet.Enumerations.AttachedParts +OpenDisNet.Enumerations.AttachedParts.M2MachineGun = 905 -> OpenDisNet.Enumerations.AttachedParts +OpenDisNet.Enumerations.AttachedParts.M47Dragon = 901 -> OpenDisNet.Enumerations.AttachedParts +OpenDisNet.Enumerations.AttachedParts.M60MachineGun = 898 -> OpenDisNet.Enumerations.AttachedParts +OpenDisNet.Enumerations.AttachedParts.Mk19GrenadeLauncher = 904 -> OpenDisNet.Enumerations.AttachedParts +OpenDisNet.Enumerations.AttachedParts.NothingEmpty = 0 -> OpenDisNet.Enumerations.AttachedParts +OpenDisNet.Enumerations.BeamStatusBeamState +OpenDisNet.Enumerations.BeamStatusBeamState.Active = 0 -> OpenDisNet.Enumerations.BeamStatusBeamState +OpenDisNet.Enumerations.BeamStatusBeamState.Deactivated = 1 -> OpenDisNet.Enumerations.BeamStatusBeamState +OpenDisNet.Enumerations.CapabilityReport +OpenDisNet.Enumerations.CapabilityReport.NoCommunicationsCapabilityCa = 0 -> OpenDisNet.Enumerations.CapabilityReport +OpenDisNet.Enumerations.CapabilityReport.NoStatement = 255 -> OpenDisNet.Enumerations.CapabilityReport +OpenDisNet.Enumerations.CapabilityReport.Reserved = 1 -> OpenDisNet.Enumerations.CapabilityReport +OpenDisNet.Enumerations.CapabilityReport.Reserved2 = 2 -> OpenDisNet.Enumerations.CapabilityReport +OpenDisNet.Enumerations.CapabilityReport.Reserved3 = 3 -> OpenDisNet.Enumerations.CapabilityReport +OpenDisNet.Enumerations.CapabilityReport.SignifiesAtLeastCommAAndCommBCapabilityAndAbilityToSetCaCode7AndAirborne = 5 -> OpenDisNet.Enumerations.CapabilityReport +OpenDisNet.Enumerations.CapabilityReport.SignifiesAtLeastCommAAndCommBCapabilityAndAbilityToSetCaCode7AndEitherAirborneOrOnTheGround = 6 -> OpenDisNet.Enumerations.CapabilityReport +OpenDisNet.Enumerations.CapabilityReport.SignifiesAtLeastCommAAndCommBCapabilityAndAbilityToSetCaCode7AndOnTheGround = 4 -> OpenDisNet.Enumerations.CapabilityReport +OpenDisNet.Enumerations.CapabilityReport.SignifiesTheDownlinkRequestDrFieldIsNotEqualTo0AndTheFlightStatusFsFieldEquals234Or5AndEitherAirborneOrOnTheGround = 7 -> OpenDisNet.Enumerations.CapabilityReport +OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.AeroHSatcomAntennaDamaged = 28 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.AeroISatcomAntennaDamaged = 26 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.AfSatcomAntennaDamaged = 25 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.AngleOfAttackSensor1Damaged = 46 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.AngleOfAttackSensor2Damaged = 47 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.AngleOfAttackSensor3Damaged = 48 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.AngleOfAttackSensor4Damaged = 49 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.AngleOfAttackSensor5Damaged = 50 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.AngleOfAttackSensor6Damaged = 51 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.ArReceptacleDoor1Damaged = 7 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.ArReceptacleDoor2Damaged = 8 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.BoomNozzleHasClearedTheReceiverSRefuelingReceptacle = 55 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.BoomSimulatorHasCalculatedThatTheReceiversLatchesHaveBeenDamaged = 6 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.Com1Arc210AntennaDamaged = 22 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.CopilotPitotStaticProbe1Damaged = 40 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.CopilotPitotStaticProbe2Damaged = 41 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.CopilotsCockpitWindshieldDamaged = 10 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.CopilotsEyebrowWindowDamaged = 14 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.CopilotsRightSideWindowDamaged = 12 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.DisconnectWithoutASignalBeingSentDisconnectedByPhysicalMeansBruteForceDisconnectControlledTensionDisconnect = 4 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.Elastic = 1 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.HmsaAntennaDamaged = 30 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.IffAntennaDamaged = 31 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.IlsGlide1SlopeAntennaDamaged = 17 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.IlsGlide2SlopeAntennaDamaged = 18 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.Inelastic = 0 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.LeftSideFormationLightDamaged = 36 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.LeftSideLandingTaxiLightDamaged = 32 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.LeftSideNacelleScanningLightDamaged = 38 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.LeftSideRunwayTurnoffLightDamaged = 34 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.LeftSideSpoilerDamaged = 52 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.MlsAntennaDamaged = 24 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.MlsGlideSlope1AntennaDamaged = 15 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.MlsGlideSlope2AntennaDamaged = 16 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.PilotPitotStaticProbe1Damaged = 42 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.PilotPitotStaticProbe2Damaged = 43 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.PilotsCockpitWindshieldDamaged = 9 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.PilotsEyebrowWindowDamaged = 13 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.PilotsLeftSideWindowDamaged = 11 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.RightSideFormationLightDamaged = 37 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.RightSideLandingTaxiLightDamaged = 33 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.RightSideNacelleScanningLightDamaged = 39 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.RightSideRunwayTurnoffLightDamaged = 35 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.RightSideSpoilerDamaged = 53 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.SkeDirectionalAntennaDamaged = 20 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.SkeOmniAntennaDamaged = 19 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.TacanAntennaDamaged = 23 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.TheBoomNozzleIsInPhysicalContactWithTheReceptacleAndTheBoomsSignalSystemIsInoperative = 5 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.TheBoomNozzleIsInPhysicalContactWithTheReceptacleAndTheBoomsSignalSystemIsOperative = 2 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.TheBoomTrainersSignalSystemHasSentADisconnectSignalThatShouldCauseTheReceiversRefuelingReceptacleToUnlatchUnlessThereIsAMalfunction = 3 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.TotalAirTemperatureProbe1Damaged = 44 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.TotalAirTemperatureProbe2Damaged = 45 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.UhfSatcomAntennaDamaged = 29 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.UpperTcasAntennaKc135RTDamaged = 54 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.CollisionType.WeatherRadarAntennaDamaged = 21 -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.AalandIslandsAla = 269 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.AfghanistanAfg = 1 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.AlbaniaAlb = 2 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.AlgeriaDza = 3 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.AmericanSamoaAsm = 4 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.AndorraAnd = 5 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.AngolaAgo = 6 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.AnguillaAia = 7 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.AntarcticaAta = 8 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.AntiguaAndBarbudaAtg = 9 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.ArgentinaArg = 10 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.ArmeniaArm = 244 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.ArubaAbw = 11 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.AshmoreAndCartierIslandsAustralia = 12 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.AustraliaAus = 13 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.AustriaAut = 14 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.AzerbaijanAze = 245 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BahamasBhs = 15 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BahrainBhr = 16 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BakerIslandUnitedStates = 17 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BangladeshBgd = 18 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BarbadosBrb = 19 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BassasDaIndiaFrance = 20 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BelarusBlr = 246 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BelgiumBel = 21 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BelizeBlz = 22 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BeninBen = 23 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BermudaBmu = 24 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BhutanBtn = 25 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BoliviaPlurinationalStateOfBol = 26 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BonaireSintEustatiusAndSabaBes = 270 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BosniaAndHerzegovinaBih = 247 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BotswanaBwa = 27 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BouvetIslandBvt = 28 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BrazilBra = 29 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BritishIndianOceanTerritoryIot = 30 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BruneiDarussalamBrn = 32 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BulgariaBgr = 33 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BurkinaFasoBfa = 34 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.BurundiBdi = 36 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.CaboVerdeCpv = 40 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.CambodiaKhm = 37 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.CameroonCmr = 38 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.CanadaCan = 39 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.CaymanIslandsCym = 41 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.CentralAfricanRepublicCaf = 42 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.ChadTcd = 43 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.ChileChl = 44 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.ChinaPeopleSRepublicOfChn = 45 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.ChristmasIslandCxr = 46 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.ClippertonIslandFrance = 248 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.CocosKeelingIslandsCck = 47 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.ColombiaCol = 48 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.ComorosCom = 49 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.CongoCog = 50 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.CongoDemocraticRepublicOfTheCod = 271 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.CookIslandsCok = 51 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.CoralSeaIslandsAustralia = 52 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.CostaRicaCri = 53 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.CoteDIvoireCiv = 107 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.CroatiaHrv = 249 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.CubaCub = 54 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.CuracaoCuw = 272 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.CyprusCyp = 55 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.CzechoslovakiaCsk = 56 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.CzechRepublicCze = 267 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.DenmarkDnk = 57 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.DjiboutiDji = 58 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.DominicaDma = 59 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.DominicanRepublicDom = 60 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.EcuadorEcu = 61 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.EgyptEgy = 62 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.ElSalvadorSlv = 63 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.EquatorialGuineaGnq = 64 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.EritreaEri = 273 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.EstoniaEst = 250 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.EswatiniSwz = 204 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.EthiopiaEth = 65 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.EuropaIslandFrance = 66 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.FalklandIslandsMalvinasFlk = 67 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.FaroeIslandsFro = 68 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.FijiFji = 69 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.FinlandFin = 70 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.FranceFra = 71 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.FrenchGuianaGuf = 72 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.FrenchPolynesiaPyf = 73 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.FrenchSouthernTerritoriesAtf = 74 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.GabonGab = 75 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.GambiaTheGmb = 76 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.GazaStripIsrael = 77 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.GeorgiaGeo = 251 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.GermanyDeu = 78 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.GhanaGha = 79 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.GibraltarGib = 80 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.GloriosoIslandsFrance = 81 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.GreeceGrc = 82 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.GreenlandGrl = 83 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.GrenadaGrd = 84 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.GuadeloupeGlp = 85 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.GuamGum = 86 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.GuatemalaGtm = 87 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.GuernseyGgy = 88 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.GuineaBissauGnb = 90 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.GuineaGin = 89 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.GuyanaGuy = 91 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.HaitiHti = 92 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.HeardIslandAndMcDonaldIslandsHmd = 93 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.HolySeeVat = 228 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.HondurasHnd = 94 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.HongKongHkg = 95 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.HowlandIslandUnitedStates = 96 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.HungaryHun = 97 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.IcelandIsl = 98 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.IndiaInd = 99 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.IndonesiaIdn = 100 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.IranIslamicRepublicOfIrn = 101 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.IraqIrq = 102 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.IrelandIrl = 104 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.IsleOfManImn = 136 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.IsraelIsr = 105 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.ItalyIta = 106 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.JamaicaJam = 108 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.JanMayenNorway = 109 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.JapanJpn = 110 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.JarvisIslandUnitedStates = 111 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.JerseyJey = 112 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.JohnstonAtollUnitedStates = 113 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.JordanJor = 114 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.JuanDeNovaIsland = 115 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.KazakhstanKaz = 252 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.KenyaKen = 116 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.KingmanReefUnitedStates = 117 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.KiribatiKir = 118 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.KoreaDemocraticPeopleSRepublicOfPrk = 119 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.KoreaRepublicOfKor = 120 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.KuwaitKwt = 121 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.KyrgyzstanKgz = 253 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.LaoPeopleSDemocraticRepublicLao = 122 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.LatviaLva = 254 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.LebanonLbn = 123 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.LesothoLso = 124 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.LiberiaLbr = 125 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.LibyaLby = 126 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.LiechtensteinLie = 127 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.LithuaniaLtu = 255 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.LuxembourgLux = 128 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MacaoMac = 130 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MadagascarMdg = 129 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MalawiMwi = 131 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MalaysiaMys = 132 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MaldivesMdv = 133 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MaliMli = 134 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MaltaMlt = 135 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MarshallIslandsMhl = 137 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MartiniqueMtq = 138 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MauritaniaMrt = 139 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MauritiusMus = 140 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MayotteMyt = 141 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MexicoMex = 142 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MicronesiaFederatedStatesOfFsm = 143 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MidwayIslandsUnitedStates = 257 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MoldovaRepublicOfMda = 258 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MonacoMco = 144 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MongoliaMng = 145 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MontenegroMne = 259 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MontserratMsr = 146 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MoroccoMar = 147 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MozambiqueMoz = 148 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.MyanmarMmr = 35 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.NamibiaNam = 149 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.NauruNru = 150 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.NavassaIslandUnitedStates = 151 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.NepalNpl = 152 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.NetherlandsAntillesCuracaoBonaireSabaSintMaartenSintEustatius = 154 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.NetherlandsNld = 153 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.NewCaledoniaNcl = 155 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.NewZealandNzl = 156 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.NicaraguaNic = 157 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.NigeriaNga = 159 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.NigerNer = 158 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.NiueNiu = 160 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.NorfolkIslandNfk = 161 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.NorthernMarianaIslandsMnp = 162 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.NorthMacedoniaMkd = 256 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.NorwayNor = 163 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.OmanOmn = 164 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.Other = 0 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.PakistanPak = 165 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.PalauPlw = 216 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.PalestineStateOfPse = 282 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.PalmyraAtollUnitedStates = 166 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.PanamaPan = 168 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.PapuaNewGuineaPng = 169 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.ParacelIslandsInternationalOccupiedByChinaAlsoClaimedByTaiwanAndVietnam = 170 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.ParaguayPry = 171 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.PeruPer = 172 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.PhilippinesPhl = 173 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.PitcairnPcn = 174 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.PolandPol = 175 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.PortugalPrt = 176 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.PuertoRicoPri = 177 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.QatarQat = 178 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.ReunionReu = 179 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.RomaniaRou = 180 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.Russia = 260 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.RussiaRus = 222 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.RwandaRwa = 181 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SaintBarthelemyBlm = 274 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SaintHelenaAscensionAndTristanDaCunhaShn = 183 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SaintKittsAndNevisKna = 182 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SaintLuciaLca = 184 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SaintMartinFrenchPartMaf = 275 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SaintPierreAndMiquelonSpm = 185 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SaintVincentAndTheGrenadinesVct = 186 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SamoaWsm = 236 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SanMarinoSmr = 187 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SaoTomeAndPrincipeStp = 188 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SaudiArabiaSau = 189 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SenegalSen = 190 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SerbiaAndMontenegro = 240 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SerbiaAndMontenegroMontenegroToSeparate = 261 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SerbiaSrb = 276 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SeychellesSyc = 191 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SierraLeoneSle = 192 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SingaporeSgp = 193 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SintMaartenDutchPartSxm = 277 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SlovakiaSvk = 268 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SloveniaSvn = 262 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SolomonIslandsSlb = 194 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SomaliaSom = 195 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SouthAfricaZaf = 197 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SouthGeorgiaAndTheSouthSandwichIslandsSgs = 196 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SouthSudanSsd = 278 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SpainEsp = 198 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SpratlyIslandsInternationalPartsOccupiedAndClaimedByChinaMalaysiaPhilippinesTaiwanVietnam = 199 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SriLankaLka = 200 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SudanSdn = 201 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SurinameSur = 202 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SvalbardAndJanMayenSjm = 279 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SvalbardNorway = 203 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SwedenSwe = 205 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SwitzerlandChe = 206 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.SyrianArabRepublicSyr = 207 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.TaiwanProvinceOfChinaTwn = 208 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.TajikistanTjk = 263 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.TanzaniaUnitedRepublicOfTza = 209 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.ThailandTha = 210 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.TimorLesteTls = 280 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.TogoTgo = 211 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.TokelauTkl = 212 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.TongaTon = 213 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.TrinidadAndTobagoTto = 214 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.TromelinIslandFrance = 215 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.TunisiaTun = 217 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.TurkiyeRepublicOfTur = 218 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.TurkmenistanTkm = 264 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.TurksAndCaicosIslandsTca = 219 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.TuvaluTuv = 220 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.UgandaUga = 221 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.UkraineUkr = 265 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.UnitedArabEmiratesAre = 223 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.UnitedKingdomOfGreatBritainAndNorthernIrelandGbr = 224 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.UnitedStatesMinorOutlyingIslandsUmi = 281 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.UnitedStatesOfAmericaUsa = 225 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.UruguayUry = 226 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.UzbekistanUzb = 266 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.VanuatuVut = 227 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.VenezuelaBolivarianRepublicOfVen = 229 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.VietNamVnm = 230 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.VirginIslandsBritishVgb = 31 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.VirginIslandsUSVir = 231 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.WakeIslandUnitedStates = 232 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.WallisAndFutunaWlf = 233 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.WestBankIsrael = 235 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.WesternSaharaEsh = 234 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.YemenYem = 237 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.Zaire = 241 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.ZambiaZmb = 242 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.Country.ZimbabweZwe = 243 -> OpenDisNet.Enumerations.Country +OpenDisNet.Enumerations.DataCategory +OpenDisNet.Enumerations.DataCategory.FunctionalData = 1 -> OpenDisNet.Enumerations.DataCategory +OpenDisNet.Enumerations.DataCategory.NoStatement = 0 -> OpenDisNet.Enumerations.DataCategory +OpenDisNet.Enumerations.DataCategory.TransponderInterrogatorDataLinkMessages = 2 -> OpenDisNet.Enumerations.DataCategory +OpenDisNet.Enumerations.DeadReckoningAlgorithm +OpenDisNet.Enumerations.DeadReckoningAlgorithm.CombinedParabolicCircularCpc = 10 -> OpenDisNet.Enumerations.DeadReckoningAlgorithm +OpenDisNet.Enumerations.DeadReckoningAlgorithm.DrmFpbSimilarToFpwExceptInBodyCoordinates = 6 -> OpenDisNet.Enumerations.DeadReckoningAlgorithm +OpenDisNet.Enumerations.DeadReckoningAlgorithm.DrmFpwConstantVelocityLowAccelerationLinearMotionEntity = 2 -> OpenDisNet.Enumerations.DeadReckoningAlgorithm +OpenDisNet.Enumerations.DeadReckoningAlgorithm.DrmFvbSimilarToFvwExceptInBodyCoordinates = 9 -> OpenDisNet.Enumerations.DeadReckoningAlgorithm +OpenDisNet.Enumerations.DeadReckoningAlgorithm.DrmFvwHighSpeedOrManeuveringEntity = 5 -> OpenDisNet.Enumerations.DeadReckoningAlgorithm +OpenDisNet.Enumerations.DeadReckoningAlgorithm.DrmRpbSimilarToRpwExceptInBodyCoordinates = 7 -> OpenDisNet.Enumerations.DeadReckoningAlgorithm +OpenDisNet.Enumerations.DeadReckoningAlgorithm.DrmRpwConstantVelocityLowAccelerationLinearMotionEntityWithExtrapolationOfOrientation = 3 -> OpenDisNet.Enumerations.DeadReckoningAlgorithm +OpenDisNet.Enumerations.DeadReckoningAlgorithm.DrmRvbSimilarToRvwExceptInBodyCoordinates = 8 -> OpenDisNet.Enumerations.DeadReckoningAlgorithm +OpenDisNet.Enumerations.DeadReckoningAlgorithm.DrmRvwHighSpeedOrManeuveringEntityWithExtrapolationOfOrientation = 4 -> OpenDisNet.Enumerations.DeadReckoningAlgorithm +OpenDisNet.Enumerations.DeadReckoningAlgorithm.Other = 0 -> OpenDisNet.Enumerations.DeadReckoningAlgorithm +OpenDisNet.Enumerations.DeadReckoningAlgorithm.StaticNonMovingEntity = 1 -> OpenDisNet.Enumerations.DeadReckoningAlgorithm +OpenDisNet.Enumerations.DeDamageDescriptionComponentDamageStatus +OpenDisNet.Enumerations.DeDamageDescriptionComponentDamageStatus.Destroyed = 4 -> OpenDisNet.Enumerations.DeDamageDescriptionComponentDamageStatus +OpenDisNet.Enumerations.DeDamageDescriptionComponentDamageStatus.MajorDamage = 3 -> OpenDisNet.Enumerations.DeDamageDescriptionComponentDamageStatus +OpenDisNet.Enumerations.DeDamageDescriptionComponentDamageStatus.MediumDamage = 2 -> OpenDisNet.Enumerations.DeDamageDescriptionComponentDamageStatus +OpenDisNet.Enumerations.DeDamageDescriptionComponentDamageStatus.MinorDamage = 1 -> OpenDisNet.Enumerations.DeDamageDescriptionComponentDamageStatus +OpenDisNet.Enumerations.DeDamageDescriptionComponentDamageStatus.NoDamage = 0 -> OpenDisNet.Enumerations.DeDamageDescriptionComponentDamageStatus +OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus +OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus.Deconstruct(out byte Value) -> void +OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus.DeDamageDescriptionComponentVisualDamageStatus() -> void +OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus.DeDamageDescriptionComponentVisualDamageStatus(byte Value) -> void +OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus.Equals(OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus other) -> bool +OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus.IsFirePresent.get -> bool +OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus.Smoke.get -> byte +OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus.SurfaceDamage.get -> byte +OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus.Value.get -> byte +OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus.Value.init -> void +OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus.WithIsFirePresent(bool value) -> OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus +OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus.WithSmoke(byte value) -> OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus +OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus.WithSurfaceDamage(byte value) -> OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus +OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualSmokeColor +OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualSmokeColor.Black = 3 -> OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualSmokeColor +OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualSmokeColor.Gray = 2 -> OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualSmokeColor +OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualSmokeColor.NoSmoke = 0 -> OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualSmokeColor +OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualSmokeColor.White = 1 -> OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualSmokeColor +OpenDisNet.Enumerations.DeFireFlags +OpenDisNet.Enumerations.DeFireFlags.Deconstruct(out ushort Value) -> void +OpenDisNet.Enumerations.DeFireFlags.DeFireFlags() -> void +OpenDisNet.Enumerations.DeFireFlags.DeFireFlags(ushort Value) -> void +OpenDisNet.Enumerations.DeFireFlags.Equals(OpenDisNet.Enumerations.DeFireFlags other) -> bool +OpenDisNet.Enumerations.DeFireFlags.StateUpdateFlag.get -> bool +OpenDisNet.Enumerations.DeFireFlags.Value.get -> ushort +OpenDisNet.Enumerations.DeFireFlags.Value.init -> void +OpenDisNet.Enumerations.DeFireFlags.WeaponOn.get -> bool +OpenDisNet.Enumerations.DeFireFlags.WithStateUpdateFlag(bool value) -> OpenDisNet.Enumerations.DeFireFlags +OpenDisNet.Enumerations.DeFireFlags.WithWeaponOn(bool value) -> OpenDisNet.Enumerations.DeFireFlags +OpenDisNet.Enumerations.DeFirePulseShape +OpenDisNet.Enumerations.DeFirePulseShape.ContinuousWave = 2 -> OpenDisNet.Enumerations.DeFirePulseShape +OpenDisNet.Enumerations.DeFirePulseShape.Gaussian = 3 -> OpenDisNet.Enumerations.DeFirePulseShape +OpenDisNet.Enumerations.DeFirePulseShape.Other = 0 -> OpenDisNet.Enumerations.DeFirePulseShape +OpenDisNet.Enumerations.DeFirePulseShape.SquareWave = 1 -> OpenDisNet.Enumerations.DeFirePulseShape +OpenDisNet.Enumerations.DePrecisionAimpointBeamSpotType +OpenDisNet.Enumerations.DePrecisionAimpointBeamSpotType.Gaussian = 1 -> OpenDisNet.Enumerations.DePrecisionAimpointBeamSpotType +OpenDisNet.Enumerations.DePrecisionAimpointBeamSpotType.Other = 0 -> OpenDisNet.Enumerations.DePrecisionAimpointBeamSpotType +OpenDisNet.Enumerations.DePrecisionAimpointBeamSpotType.TopHat = 2 -> OpenDisNet.Enumerations.DePrecisionAimpointBeamSpotType +OpenDisNet.Enumerations.DesignatorDesignatorCode +OpenDisNet.Enumerations.DesignatorDesignatorCode.Other = 0 -> OpenDisNet.Enumerations.DesignatorDesignatorCode +OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Ah1CNite = 5000 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Alats = 7200 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Alrad = 5600 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Altm1020 = 7100 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq14Lantirn = 1300 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq16b = 7800 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq16dAesop = 7900 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq19 = 1400 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq21StarSafireIii = 8000 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq22aSafire = 1500 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq22bSafireLp = 1600 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq22cStarSafireI = 1700 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq22dBriteStar = 1800 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq22eBriteStar = 8100 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq24VDircmNemesis = 1900 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq25Lts = 2000 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq28VLiteningIi = 2100 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq30 = 2200 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq32 = 2300 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq33Sniper = 2400 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq36StarSafireIi = 8200 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq37 = 2500 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq38 = 2600 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq4 = 1000 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq40 = 2650 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq7 = 1100 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAaq8 = 1200 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAas32 = 2700 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAas35v = 2800 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAas37 = 2900 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAas38 = 3000 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAas38aNiteHawk = 8300 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAas38bNiteHawk = 8400 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAas44cV = 8500 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAas44V = 3100 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAas46 = 3200 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAas49 = 3300 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAas51 = 3400 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAas52MtsA = 3500 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAas53Csp = 8600 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAas53CSPv3Tla = 11900 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAlq10 = 3600 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAsq228 = 3700 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAsq28Atflir = 8700 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAvq25 = 4400 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnAvq26 = 4500 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnDas1MtsB = 8800 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnDas4MtsB = 11800 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnGvs5 = 4600 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnPaq1Ltd = 8900 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnPaq3Mule = 9000 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnPed1Lldr = 4700 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnPeq15Atpial = 9140 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnPeq18Izlid1000p = 9150 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnPeq1Soflam = 9090 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnPeq3 = 9100 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnTvq2GVlld = 9200 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnZsq2V1Eos = 9300 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.AnZsq2V2Eos = 9400 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Circm = 9500 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Clds = 6800 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Colibri = 10400 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Damocles = 10500 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.DarkStarLamps = 7300 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.GltdIi = 7400 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Guardian = 9600 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Held = 6200 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.I251Shkval = 10600 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Izlid1000pW = 9800 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Izlid200p = 9700 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.JanusTEos = 10900 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Kps53avEots = 10700 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.LotharEos = 11000 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.MarkVii = 7600 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Mates = 5100 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.MbtElrf = 7500 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Mk46Mod1Eos = 11100 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Mms = 9900 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.MmsLrfD = 4900 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.MTadsPnvsArrowhead = 10000 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Mtk201meEos = 11200 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Mx10 = 11500 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Mx15 = 11600 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Mx20 = 11700 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.NotSpecified = 0 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.P0705Hell = 6000 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.P0708Pulse = 6100 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Rbs70 = 10100 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Rbs90 = 10200 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Rftdl = 5700 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.SireV = 7700 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.StarSafire380 = 10800 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.TadsLrfD = 4800 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.TadsPnvs = 10300 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Tav38 = 6900 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Tcv115 = 5200 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.ThalesMiradorMk2Eos = 11300 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Tim = 5300 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Tms303 = 5400 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Tmv630 = 7000 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Tmy303 = 5500 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Tpn1m4923Eos = 11400 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Type105 = 6300 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Type118 = 6400 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Type121 = 6500 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Type126 = 6600 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Type629 = 6700 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DesignatorSystemName.Vvlr = 5800 -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.AirBurst = 25 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.AirHit = 17 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.ArmorPiercingHit = 10 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.BuildingHitLarge = 20 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.BuildingHitMedium = 19 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.BuildingHitSmall = 18 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.Detonation = 5 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.DirtBlastLarge = 13 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.DirtBlastMedium = 12 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.DirtBlastSmall = 11 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.EntityImpact = 1 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.EntityProximateDetonation = 2 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.EnvironmentObjectImpact = 22 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.EnvironmentObjectProximateDetonation = 23 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.GroundImpact = 3 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.GroundProximateDetonation = 4 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.HeHitLarge = 9 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.HeHitMedium = 8 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.HeHitSmall = 7 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.KillWithFragmentType1 = 26 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.KillWithFragmentType1AfterFlyOutFailure = 29 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.KillWithFragmentType2 = 27 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.KillWithFragmentType2AfterFlyOutFailure = 30 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.KillWithFragmentType3 = 28 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.MineClearingLineCharge = 21 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.MissDueToEndGameFailure = 32 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.MissDueToFlyOutAndEndGameFailure = 33 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.MissDueToFlyOutFailure = 31 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.NoneOrNoDetonationDud = 6 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.Other = 0 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.WaterBlastLarge = 16 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.WaterBlastMedium = 15 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.WaterBlastSmall = 14 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DetonationResult.WaterImpact = 24 -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Enumerations.DisAttributeActionCode +OpenDisNet.Enumerations.DisAttributeActionCode.NoStatement = 0 -> OpenDisNet.Enumerations.DisAttributeActionCode +OpenDisNet.Enumerations.EeAttributeStateIndicator +OpenDisNet.Enumerations.EeAttributeStateIndicator.ChangedData = 1 -> OpenDisNet.Enumerations.EeAttributeStateIndicator +OpenDisNet.Enumerations.EeAttributeStateIndicator.HasCeased = 2 -> OpenDisNet.Enumerations.EeAttributeStateIndicator +OpenDisNet.Enumerations.EeAttributeStateIndicator.HeartbeatUpdate = 0 -> OpenDisNet.Enumerations.EeAttributeStateIndicator +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.Acquisition = 3 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.AcquisitionAndTracking = 5 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.ActiveRadarMissileSeeker = 11 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.CommandGuidance = 6 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.DataTransmission = 16 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.GroundMapping = 19 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.HeightFinding = 2 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.Iff = 13 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.Illumination = 7 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.Jamming = 12 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.Meteorological = 15 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.MissileBeacon = 9 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.MissileFusing = 10 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.NavigationalDirectionalBeacon = 17 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.NavigationWeather = 14 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.Other = 0 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.Ranging = 8 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.Search = 1 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.TimeSharedAcquisition = 21 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.TimeSharedCommandGuidance = 23 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.TimeSharedIllumination = 24 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.TimeSharedJamming = 25 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.TimeSharedSearch = 20 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.TimeSharedTrack = 22 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction.Tracking = 4 -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Enumerations.ElectromagneticEmissionStateUpdateIndicator +OpenDisNet.Enumerations.ElectromagneticEmissionStateUpdateIndicator.ChangedDataUpdate = 1 -> OpenDisNet.Enumerations.ElectromagneticEmissionStateUpdateIndicator +OpenDisNet.Enumerations.ElectromagneticEmissionStateUpdateIndicator.HeartbeatUpdate = 0 -> OpenDisNet.Enumerations.ElectromagneticEmissionStateUpdateIndicator +OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Aa10aR27r = 1081 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Aa300 = 1094 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Aa6cAcridR40 = 1070 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Aa7cApexR24r = 1073 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Aam4bMh = 1090 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Abd2000 = 1102 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Acr430 = 1099 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AcsopriE = 1101 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AdacMk1 = 1110 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AdacMk2 = 1111 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Adar = 1113 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ades = 1097 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Adour = 1115 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AdrosKt01av = 1118 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ads4Lrsr = 1098 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Agat9b1348 = 1117 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Agat9e420 = 1120 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Agave = 1100 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Agm158JassmSar = 1122 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Agm88HarmMmw = 1123 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Agrion15 = 1125 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ahv17 = 1150 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AidaIi = 1215 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Aim120a = 1216 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Aim7mSparrow = 1218 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AiMk23 = 1170 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ala51 = 1240 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AlbatrosMk2 = 1260 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Alq214aV45Jammer = 1672 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Alt50 = 1263 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Altair = 1264 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AmAps717 = 1265 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AmberWedgeJammer = 1285 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Amdr3d = 1288 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ames13Mk1 = 1268 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAaq24 = 1397 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAdm160 = 1398 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAle50 = 1400 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq100 = 1485 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq101 = 1530 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq119 = 1575 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq122 = 1585 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq126a = 1620 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq126b = 1622 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq128 = 1621 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq131 = 1626 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq131BlkIi = 1627 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq135cD = 1628 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq136V1 = 39200 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq136V2 = 39201 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq136V3 = 39202 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq136V4 = 39203 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq136V5 = 39204 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq144aV3 = 1630 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq153 = 1632 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq155 = 1634 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq156 = 1635 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq157Jammer = 1633 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq161 = 1637 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq161A = 1636 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq162 = 1638 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq162V2 = 39210 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq162V3 = 39211 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq162V4 = 39212 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq164 = 1639 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq165 = 1640 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq167 = 1642 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq172V1 = 1643 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq172V2 = 1644 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq172V3 = 1645 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq173 = 1657 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq176 = 1646 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq178 = 1647 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq184 = 1648 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq184V9 = 1649 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq187Jammer = 1641 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq188 = 1650 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq196 = 1661 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq211V = 1655 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq213 = 1670 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq214 = 1651 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq218 = 1680 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq221 = 1653 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq240V1Jammer = 1663 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq249V1 = 1662 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq249V2 = 1666 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq250Epawss = 1685 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq76 = 1410 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq99 = 1440 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq99Band4 = 1441 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlq99Lbt = 1442 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlr56 = 1652 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlr66bJammer = 1659 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlr66bJammer1664 = 1664 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlr69 = 1654 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlt16a = 1656 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlt28 = 1658 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAlt32a = 1660 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApd10 = 1665 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg50 = 1700 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg502 = 1980 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg53 = 1710 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg59 = 1755 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg63 = 1800 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg63V1 = 1805 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg63V2 = 1807 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg63V3 = 1809 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg65 = 1845 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg66 = 1870 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg66V = 1871 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg66V2 = 1872 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg67 = 1880 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg68 = 1890 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg68V9 = 1895 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg70 = 1935 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg71 = 1940 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg73 = 1945 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg77 = 1960 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg78 = 1970 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg79 = 1971 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg80 = 1972 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg81 = 1974 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg82V1 = 1975 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApg83 = 1976 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn1 = 2025 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn102 = 2220 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn117 = 2250 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn118 = 2295 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn122 = 2320 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn130 = 2340 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn131 = 2385 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn133 = 2430 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn134 = 2475 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn141V = 2476 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn147 = 2520 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn150 = 2565 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn153 = 2610 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn154 = 2655 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn155 = 2700 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn159 = 2745 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn169 = 2748 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn177 = 2746 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn179 = 2747 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn182 = 2790 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn187 = 2835 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn190 = 2880 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn194 = 2925 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn195 = 2970 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn198 = 3015 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn200 = 3060 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn202 = 3105 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn205 = 3106 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn209 = 3120 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn209a = 3122 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn209d = 3121 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn215 = 3148 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn217 = 3150 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn218 = 3152 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn22 = 2070 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn222 = 3161 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn224 = 3153 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn227 = 3154 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn230 = 3155 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn232 = 3156 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn234 = 3158 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn235 = 3159 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn237a = 3157 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn238 = 3160 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn239 = 3162 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn241 = 3164 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn242 = 3166 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn243 = 3170 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn506 = 3195 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn59 = 2115 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn69 = 2160 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApn81 = 2205 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq100 = 3330 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq102 = 3375 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq107 = 3376 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq109 = 3420 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq113 = 3465 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq120 = 3510 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq122 = 3512 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq126 = 3555 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq128 = 3600 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq129 = 3645 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq148 = 3690 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq150a = 3700 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq153 = 3735 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq155 = 3770 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq159 = 3780 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq164 = 3785 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq166 = 3788 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq170 = 3790 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq174 = 3791 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq180 = 3794 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq181 = 3795 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq186 = 3800 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq72 = 3240 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApq99 = 3285 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps113 = 3958 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps115 = 3960 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps116 = 4005 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps120 = 4050 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps121 = 4095 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps124 = 4140 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps125 = 4185 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps127 = 4190 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps128 = 4230 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps130 = 4275 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps133 = 4320 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps134 = 4365 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps137 = 4410 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps137b = 4415 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps137bV5 = 4420 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps137dV5Elta = 4425 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps137V5 = 4413 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps138 = 4455 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps139 = 4460 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps143 = 4464 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps143b = 4466 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps143bV3 = 4468 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps143V1 = 4465 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps143V3 = 4467 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps145 = 4482 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps147 = 4485 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps149 = 4486 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps150 = 4480 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps153 = 4475 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps154 = 4476 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps15j = 3810 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps16V2 = 3813 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps31 = 3820 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps42 = 3825 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps503 = 4489 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps504 = 4490 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps705 = 4491 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps80 = 3870 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps88 = 3915 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps88a = 3916 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps94 = 3920 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAps96 = 3922 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApw22 = 4500 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApw23 = 4545 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApx100 = 4816 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApx101 = 4860 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApx113Aiff = 4870 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApx39 = 4680 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApx6 = 4590 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApx64V = 4681 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApx7 = 4635 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApx72 = 4725 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApx76 = 4770 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApx78 = 4815 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApy1 = 4900 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApy10 = 4955 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApy2 = 4905 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApy3 = 4950 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApy7 = 4952 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApy8 = 4953 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnApy9 = 4954 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnArn118 = 5130 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnArn153 = 5165 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnArn153V = 5131 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnArn21 = 4995 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnArn52 = 5040 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnArn84 = 5085 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnArw73 = 5175 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAsb1 = 5220 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAsg21 = 5265 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAsn128 = 5270 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAsn137 = 5266 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnaSps502 = 1305 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAsq108 = 5280 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAsq239 = 5285 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAst502 = 5290 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAvq55 = 5300 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnAwg9 = 5310 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnBps15 = 5400 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnBps15H = 5401 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnBps15j = 5402 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnBps16 = 5405 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnBps16V2 = 5406 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnBps5 = 5325 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnBps9 = 5355 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnBrn1 = 5320 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnCpn18 = 5415 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnCpn4 = 5410 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnCrm30 = 5420 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnDpw23 = 5430 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnDsq26PhoenixMh = 5445 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnDsq28HarpoonMh = 5490 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFpn1 = 5491 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFpn28 = 5493 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFpn33 = 5494 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFpn40 = 5495 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFpn62 = 5500 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFpn66 = 5502 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFpn67 = 5504 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFps100a = 5522 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFps103 = 5525 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFps108 = 5526 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFps113 = 5513 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFps115 = 5514 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFps117 = 5510 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFps124V = 5528 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFps129 = 5529 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFps132 = 5516 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFps16 = 5505 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFps18 = 5507 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFps20r = 5515 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFps41 = 5521 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFps49 = 5509 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFps5 = 5506 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFps77 = 5520 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFps8 = 5503 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFps85 = 5511 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFps88 = 5512 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnFps89 = 5508 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnGpn12 = 5527 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnGpx6 = 5530 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnGpx8 = 5535 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnGrn12 = 5537 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnMpn14 = 5539 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnMpn14k = 5538 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnMpn17 = 5541 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnMpq10 = 5540 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnMpq3339465761HpirIll = 5545 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnMpq34485562CwarTa = 5550 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnMpq3550ParTa = 5555 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnMpq3751RorTt = 5560 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnMpq43 = 5565 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnMpq49 = 5551 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnMpq50 = 5567 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnMpq50c = 5556 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnMpq53 = 5570 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnMpq63 = 5571 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnMpq64 = 5575 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnMpq65 = 5577 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnMps36 = 5583 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnMsq104 = 5582 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnPlm3 = 7750 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnPlm3a = 7751 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnPlm4 = 7752 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnPpq2 = 5690 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnPps15 = 5700 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnPps5 = 5705 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnPps5d = 5710 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnritsuElectricAr30a = 1350 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSlq32 = 5576 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSlq32a = 5579 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSlq32V4 = 5578 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSlq503 = 5584 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpg34 = 5580 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpg48Mk25Mod3 = 5620 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpg50 = 5625 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpg503 = 5995 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpg51 = 5670 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpg51cD = 5761 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpg51CwiTi = 5715 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpg51Fc = 5760 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpg52 = 5805 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpg53 = 5850 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpg55b = 5895 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpg60 = 5940 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpg62 = 5985 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpn11 = 6025 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpn35 = 6030 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpn4 = 6015 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpn41 = 6050 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpn43 = 6075 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpn43a = 6076 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpn43c = 6078 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpn46 = 6085 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpq2 = 6120 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpq34 = 6190 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpq5a = 6155 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpq9a = 6165 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpq9b = 6166 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps10 = 6390 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps21 = 6435 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps28 = 6480 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps37 = 6525 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps39a = 6570 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps4 = 6210 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps40 = 6615 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps41 = 6660 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps48 = 6705 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps48c = 6750 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps48e = 6752 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps49 = 6795 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps49aV1 = 6804 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps49V1 = 6796 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps49V2 = 6797 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps49V3 = 6798 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps49V4 = 6799 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps49V5 = 6800 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps49V6 = 6801 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps49V7 = 6802 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps49V8 = 6803 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps5 = 6255 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps501 = 7226 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps505 = 7230 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps52 = 6840 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps52c = 6945 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps53 = 6885 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps55 = 6930 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps55Cs = 6970 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps55Ss = 6975 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps58 = 7020 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps58c = 7025 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps59 = 7065 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps5c = 6300 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps6 = 6345 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps64 = 7110 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps64V9 = 7119 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps65 = 7155 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps66 = 7175 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps67 = 7200 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps69 = 7210 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps73 = 7215 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps73I = 7201 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps74 = 7216 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSps88 = 7225 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpy1 = 7245 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpy1a = 7250 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpy1b = 7252 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpy1bV = 7253 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpy1d = 7260 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpy1dV = 7261 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpy1f = 7265 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpy3 = 7266 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpy4 = 7268 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpy6V = 7281 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnSpy7V1 = 7282 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AntilopeV = 1395 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTlq17a = 7273 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTlq32ArmDecoy = 7269 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTms1 = 7274 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTms2 = 7277 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTpn12 = 7267 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTpn17 = 7270 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTpn19 = 7278 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTpn22 = 7272 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTpn24 = 7275 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTpn25 = 7276 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTpn31 = 7279 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTpn8 = 7271 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTpq18 = 7280 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTpq36 = 7295 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTpq37 = 7300 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTpq38V8 = 7301 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTpq39V = 7302 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTpq46a = 7313 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTpq47 = 7303 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTpq48 = 7311 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTpq49 = 7312 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTpq50 = 7317 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTps34 = 7314 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTps43 = 7305 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTps43e = 7310 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTps44 = 7316 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTps59 = 7315 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTps63 = 7320 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTps63ss = 7323 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTps65 = 7321 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTps703 = 7329 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTps70V1 = 7322 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTps73 = 7324 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTps75 = 7325 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTps77 = 7326 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTps78 = 7327 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTps79 = 7328 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTps80 = 7331 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTpx46V7 = 7330 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTpy2 = 7333 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnTsq288 = 7334 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnUlq19 = 7340 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnUlq21 = 7345 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnUlq6a = 7335 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnUpn25 = 7380 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnUps1 = 7425 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnUps2 = 7426 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnUps3 = 7427 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnUpx1 = 7470 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnUpx11 = 7560 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnUpx12 = 7605 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnUpx17 = 7650 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnUpx23 = 7695 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnUpx5 = 7515 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnUsq113V3 = 7700 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnVps2 = 7740 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnZpy1 = 7753 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnZpy2MpRtip = 7754 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnZpy3 = 7755 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AnZpy8 = 7760 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Aorl1as = 7761 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Aorl85kTkMta = 7762 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Apar = 7765 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Aparna = 7770 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ApecsIi = 7780 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Apg71 = 7830 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Apn148 = 7875 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Apn227 = 7920 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Apq113 = 7965 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Apq120 = 8010 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Apq148 = 8055 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Aps504V3 = 8100 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AquitaineIi = 8102 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ar1 = 8103 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ar152 = 8114 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ar320 = 8115 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ar325 = 8118 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ar327 = 8120 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ar3d = 8105 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Arabel = 8818 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Arbalet52 = 8121 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Arbb31 = 8122 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Arecibo = 8150 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ared = 8160 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Argos10 = 8282 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Argos800 = 8283 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Args14e = 8134 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Args31 = 8135 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Argsn31 = 8281 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Argus = 8140 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ari5954 = 8190 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ari5955 = 8235 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ari5979 = 8280 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ari5983 = 8284 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ari5991 = 8285 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ari5995 = 8290 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AriesCs = 8128 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AriesNav = 8127 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ark1 = 8375 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ArM31 = 8145 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Armor = 8379 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ars400 = 8381 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Arsr1 = 8382 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Arsr18 = 8390 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Arsr3 = 8380 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Arsr4 = 8384 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ArthurModB = 8400 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ArthurModC = 8405 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Artisan3d = 8410 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.As34KormoranSeeker = 8480 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.As3Yj83kMmWMh = 8470 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.As901a = 8751 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Asars2 = 8755 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AsdeKdd = 8756 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AselsanMar = 8762 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Aslesha = 8757 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ASmgcs = 8758 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Asmi18x = 8759 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Asmi3 = 8761 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AspideAamSamIll = 8760 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Asr = 10540 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Asr11Dasr = 8793 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Asr12 = 8776 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Asr128795 = 8795 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Asr2000 = 8771 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Asr22al = 8778 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Asr23ss = 8816 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Asr3 = 8779 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Asr4 = 8772 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Asr4d = 8773 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Asr5 = 8780 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Asr7 = 8782 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Asr8 = 8785 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Asr9 = 8790 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Asr9000 = 8791 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AsrO = 8775 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Asti = 8792 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Astor = 8825 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AstraRci = 8826 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Atcr22 = 8830 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Atcr22M = 8831 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Atcr2t = 8832 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Atcr33 = 8840 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Atcr33KM = 8845 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Atcr33s = 8846 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Atcr3t = 8847 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Atcr44 = 8848 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Atcr44K = 8849 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Atcr44MS = 8851 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Atcr4t = 8852 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Atlas8600x = 8866 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Atlas9600m = 8867 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Atlas9600s = 8869 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Atlas9600x = 8868 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Atlas9740Vts = 8870 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Atlass = 8871 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Atr500c = 8880 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Avg65 = 8910 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Avh7 = 8955 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AviaCm = 8980 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.AviaD = 8985 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Avq20 = 9000 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Avq21 = 9005 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Avq30x = 9045 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Avq50Rca = 9075 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Avq70 = 9090 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Aws5 = 9135 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Aws6 = 9180 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Aws6b300 = 9185 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.B597z = 9200 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.B636z = 9205 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Badger = 9505 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BaesDass2000Jammer = 9281 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BalanceBeam = 9285 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BaltikaB = 9300 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Baltyk = 9310 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Barax = 9475 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BarracudaJammer = 9510 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Basir110d = 9485 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Bavar373Tar = 9512 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Bavar373TelarTer = 9520 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Bavar373Ttr = 9511 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BaykalCountermeasuresSuite = 9530 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BellNipJammer = 9638 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BellPushJammer = 9639 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Blighter400 = 9903 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BlowpipeMg = 9905 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Blr = 9920 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BlueFox = 9930 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BlueKestrel = 9933 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BlueOrchid = 10035 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BlueParrot = 9990 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BlueSilk = 9945 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BlueVixen = 9935 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BmDjg8715 = 10057 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BmKg300gJammingPod = 10308 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BmKg600JammingPod = 10310 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BmKg800JammingPod = 10312 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BmKg860186058606 = 10315 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BorA550 = 10090 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Bps11a = 10350 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Bps14 = 10395 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Bps15a = 10440 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Br15TokyoKeiki = 10485 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Br3440caX57 = 10450 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BrahMos = 10500 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BrimstoneMmWMh = 10520 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Bt271 = 10575 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Bu304 = 10595 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BukMb = 10630 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.BuranD = 10642 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Burevisnyk1 = 10650 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Bx732 = 10620 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.C5aMultiModeRadar = 10710 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.C802Al = 10711 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Caiman = 10755 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CalypsoC61 = 10845 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CalypsoC63 = 10846 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CalypsoIi = 10890 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CalypsoIii = 10891 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CalypsoIv = 10892 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Castor2jTtCrotaleNg = 10940 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CastorIi = 10935 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Cdr431 = 10985 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ceafar = 10987 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ceafar2L = 10989 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ceamount = 10988 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ceaops = 10993 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ceatac = 10992 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CerberusIii = 10994 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CerberusIv = 10996 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ceros200 = 10990 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ceros200Cwi = 10991 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ChSsN6 = 10995 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Clc1Ter = 11117 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Clc2Tar = 11118 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Clc3Tar = 11119 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Clr155 = 11120 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CoastalGiraffe = 11125 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CoastWatcher100 = 11123 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Cobra = 11130 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CobraShoe = 11133 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Colibri = 11137 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CollinsTwr850 = 11165 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CondorMk2 = 11235 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CosmoSkymed1 = 11265 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Cr105Rmca = 11270 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CrewDuke2 = 11280 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CrewDuke3 = 11290 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CrotaleAcquisitionTa = 11655 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CrotaleMGMissileSystem = 11700 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CrotaleNgTa = 11660 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CrotaleTt = 11665 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Cs10Ta = 11715 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CsfVaran = 11725 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CssC2bHy1aMh = 11790 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CssC3cCas1m1M2Mh = 11745 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CssN4Sardine = 11800 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Cws1 = 11830 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Cws2 = 11835 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Cws3 = 11840 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Cymbeline = 11902 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CyranoIi = 11925 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CyranoIv = 11970 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.CyranoIvM = 11975 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Da0100 = 12010 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Da0500 = 12015 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Da052 = 12016 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Da08 = 12018 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Dcr = 12090 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Decca1230 = 24800 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Decca72 = 12197 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.DeccaRm970bt = 12850 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Df21dSeeker = 12875 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Diss013 = 13007 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Diss1 = 13005 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Diss15d = 13015 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Diss7 = 13006 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Dld100a = 13020 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Dm3 = 13141 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Dm3b = 13142 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Dm5 = 13143 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Don2 = 13185 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Dr582 = 13360 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Draa11a = 13420 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Draa2a = 13365 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Draa2b = 13410 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Draa9a = 13415 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drac37b = 13450 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drac38 = 13452 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drac39 = 13455 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drac39a = 13456 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drac43a = 13460 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drac44a = 13465 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbc30b = 13500 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbc31a = 13545 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbc31d = 13546 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbc32 = 13585 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbc32a = 13590 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbc32d = 13635 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbc33a = 13680 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbi10 = 13725 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbi23 = 13770 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbj11b = 13815 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbn30 = 13860 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbn32 = 13905 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbn34 = 13915 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbr51 = 13950 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbv20a = 13994 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbv20b = 13995 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbv21Mars05 = 14020 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbv22 = 14040 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbv23 = 14041 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbv26c = 14085 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbv26d = 14086 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbv30 = 14130 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbv31 = 14131 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbv50 = 14175 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbv51 = 14220 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbv51a = 14265 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbv51b = 14310 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drbv51c = 14355 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.DropKick = 14400 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drua31 = 14445 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Drun30a = 14560 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Dwsr92 = 14583 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Dwsr93s = 14585 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Eagle = 14586 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.EagleMk1 = 14587 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.EajpJammingPod = 14588 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ecr90 = 14600 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ecr90Jammer = 14601 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Eiscat = 14640 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ekco190 = 14670 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.EkcoE120 = 14660 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.EkcoE390 = 14590 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ekran1 = 14677 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElL8222 = 14710 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2001b = 14715 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2022 = 14725 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2022uV3 = 14736 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Elm2026 = 14822 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2032 = 14726 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2052 = 14727 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2055 = 14728 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2060 = 14730 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2075 = 14735 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2080 = 14737 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2080s = 14738 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2083 = 14745 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2084 = 14746 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2084Mmr = 14748 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2085 = 14739 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2106 = 14740 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2106ng = 14741 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2112 = 14749 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2125 = 14742 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2129 = 14743 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2133 = 14751 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2150 = 14744 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2160V1 = 14747 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2200 = 14750 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2205 = 14755 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2207 = 14760 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2215 = 14765 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2216xh = 14772 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2218s = 14775 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2226 = 14808 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2228s3d = 14806 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2228x = 14809 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2238 = 14811 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2248 = 14815 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2258 = 14777 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2288 = 14820 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2311 = 14821 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ElM2705 = 14807 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Elt318 = 14831 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Elt361 = 14776 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Elt521 = 14833 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Elt553 = 14779 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Elt558 = 14780 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Elt572 = 14785 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Elt715 = 14790 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.EltaElm2022a = 14800 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.EltaElM2221GmStgr = 14805 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.EltaSis = 14810 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Elw2085 = 14832 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Elw2090 = 14835 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Emd2900 = 14850 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Empar = 14851 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Eq36 = 14896 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.EricssonSlar = 14897 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Erieye = 14898 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Esr1 = 14900 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Esr220 = 14901 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Esr380 = 14902 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Esterel = 14903 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Et316 = 14905 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Exocet1 = 14940 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Exocet1Mh = 14985 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Exocet2 = 15030 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ExocetAl = 14936 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ExocetType = 14935 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Falcon = 15160 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.FalconG = 15161 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Far2117 = 15301 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Far2827 = 15302 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Far2837s = 15303 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fb7Radar = 15305 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fcr1401 = 15310 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fcs212e = 15312 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fcs212g = 15313 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fcs221a = 15315 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fcs221c = 15317 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fcs222 = 15318 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fcs231 = 15319 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fcs3 = 15320 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fk3 = 15620 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fl1800 = 15985 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fl1800s = 16000 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fl1800u = 15990 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fl400 = 15980 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Flair = 15650 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.FlatTrackJammer = 15970 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fledermaus = 16020 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.FlycatcherMk2 = 16035 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fm90 = 16160 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.FootBall = 16300 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.FoxHunter = 16335 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fr1505Da = 16410 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fr1510ds = 16412 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fr151a = 16400 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fr2000 = 16420 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fr2110 = 16660 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fr2115 = 16662 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fr801d = 16725 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Fr8062 = 16663 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.FregatMae5 = 16426 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.FurbyMmWMh = 16520 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Furke2FurkeEPositivMe1 = 16552 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Furke4 = 16554 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Furuno = 16560 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Furuno1721 = 16561 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Furuno1730 = 16580 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Furuno1731Mark3 = 16581 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Furuno1832 = 16585 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Furuno1932 = 16590 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Furuno1940 = 16606 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Furuno2125 = 16670 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Furuno240 = 16690 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Furuno2400 = 16695 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Furuno2855w = 16421 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Furuno701 = 16605 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Furuno7112 = 16650 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Furuno8051 = 16730 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.FurunoFar2137s = 16654 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.FurunoFar28x7 = 16655 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.G030aApd31 = 16735 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ga0100 = 16740 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Gabbiano = 16750 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Gaofen12 = 16789 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Gaofen3 = 16787 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.GapGate = 16790 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.GarminGwx68WeatherRadar = 16825 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.GarpunBalE = 16835 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Gazetchik = 16837 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Gbs1 = 16840 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Gca2000 = 16850 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.GemBx132 = 16875 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.GemSc2050x = 16876 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.GenX = 16881 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.GeranF = 16888 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Gerfaut = 16890 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.GfeL1 = 16895 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.GinSling = 16920 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Giraffe = 16900 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Giraffe1x = 16903 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Giraffe40 = 16905 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Giraffe50At = 16908 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Giraffe75 = 16912 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.GoalKeeper = 16930 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Gpn22 = 16945 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Gpsj10 = 16946 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Gpsj25 = 16947 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Gpsj40 = 16948 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Gpsj50 = 16949 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.GranK = 16951 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Graves = 16963 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.GreenStain = 16965 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.GrifoF = 17016 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Grn9 = 16950 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Grom2 = 17029 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.GroundMaster400 = 17030 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Grs440 = 17032 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Gt4 = 17031 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Guardian = 17050 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Guardsman = 17055 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.H025No25e = 17079 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Hadr = 17080 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Hard = 17220 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Harpoon = 17225 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.HellfireMmWMh = 17590 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Herz9Mg = 17752 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Herz9Tar = 17750 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Herz9Ttr = 17751 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Hf2Mg = 17735 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Hgr105 = 17745 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.HimalayasCountermeasuresSuite = 18189 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Hj6374 = 18193 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Hljq520 = 18195 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Hn503 = 18200 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.HnC03M = 18201 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Hps104 = 18332 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Hps106 = 18331 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Hq16Ter = 18359 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Hq61 = 18350 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Hq9aTer = 18342 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Hq9bCTer = 18344 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Hq9bMh = 18345 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Hq9cMh = 18346 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Hq9Mh = 18339 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Hrjs = 18351 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.HRjz7264aJammer = 17075 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ht223 = 35485 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ht233 = 18348 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Hy2bMh = 11748 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ibis150 = 18355 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ibis200 = 18357 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ibis80 = 18353 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.IDerbyEr = 18352 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.IffInt = 18406 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.IffMkXiiAimsUpx29 = 18360 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.IffMkXv = 18405 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.IffTrsp = 18408 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Igla1Slar = 18411 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ihs6 = 18318 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ImprovedReporter = 25911 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Irl144m = 18320 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Irl144m18325 = 18325 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Irl144m18330 = 18330 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.J10bPesa = 18420 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.J10cAesa = 18421 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.J11dAesa = 18422 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.J15dJammer = 18430 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.J16dJammer = 18431 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.JAlq8 = 18445 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.JApg1 = 18571 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.JApg2 = 18572 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.JavelinMg = 18410 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jers1 = 18468 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.JFps3 = 18451 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.JFps7 = 18449 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jh10 = 18452 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jindalee = 18469 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jl10b = 18455 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jl10mp = 18443 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jl7 = 18454 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jlp40 = 18458 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jlp40d = 18471 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jma1576 = 18456 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jma1596 = 18462 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jma5320 = 18466 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jma7000 = 18464 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.JMpqP7 = 18453 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.JMusicElbitSystemsJammer = 18409 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jn1104 = 18463 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.JrcJma5300Series = 18475 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.JrcJma7700 = 18465 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.JrcJma92526ca = 18457 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.JrcJma9900Series = 18470 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.JrcJmr9200SeriesX = 18459 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.JrcJmr92106xc = 18467 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.JrcJrm310Mk2 = 18461 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.JrcNmd401 = 18460 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jupiter = 18495 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.JupiterIi = 18540 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jy11b = 34500 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jy11Ew = 18557 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jy14 = 18560 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jy14a = 18561 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jy14m = 16833 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jy16 = 18565 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jy24 = 18570 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jy29 = 18575 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jy8 = 18550 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jy8a = 18551 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jy9 = 18555 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jy9Modified = 18556 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jyl1 = 18578 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jyl6 = 18580 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Jyl6a = 18582 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.JzQf612 = 18583 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.K77m = 18586 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Kaige = 18600 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Kalkan = 18610 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.KalkanIi = 18615 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Kashtan3JammingSystem = 18710 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.KbpAfganit = 18611 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Kg300 = 18805 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Kg300e = 18789 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Kg8605a = 18784 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Kh1700 = 18795 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Kh38maeMh = 18782 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Kh902m = 18785 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.KhFamily = 18780 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Khibiny = 18787 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.KhoromK = 18786 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Kj2000 = 19040 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Kj500Jammer = 18946 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Kj500NanjingRadar = 18944 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Klc1 = 18947 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Klc3b = 18930 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Klj1 = 18948 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Klj3Type1473 = 18950 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Klj4 = 18951 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Klj4b = 18952 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Klj5 = 18955 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Klj7 = 18960 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Klj7a = 18962 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Klj7b = 18961 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Koopol = 19042 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.KopyoI = 19045 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Kr75 = 19050 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Krasukha2 = 19053 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Kredo1e = 19052 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Krm66e = 19060 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Kronos = 19051 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.KronosGrandNaval = 19054 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Krtz1252m = 19065 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ks1aPhasedArray = 19127 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ks418 = 19129 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ks418e = 19130 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.KsaSrn = 19080 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.KsaTsr = 19125 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Kz100 = 19131 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Kz800AirborneElintSystem = 19133 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Kz900 = 19132 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.L175v = 19140 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.L3705PresidentSJammer = 19142 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.L415 = 19143 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.L88 = 19145 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Laads = 19150 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Lap3000 = 19309 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Lazur = 19306 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Lc150 = 19310 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Leer3 = 19320 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Lemz96l6 = 11020 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.LeninetzObzorMs = 11070 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.LeninetzV004 = 19340 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Liana = 19370 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.LiraA10 = 19396 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Lirod8 = 19397 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.LirodMkIi = 19398 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Llx05k = 19399 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.LmtNrai6a = 19400 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ln55 = 19440 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.LockheedVigilance = 19520 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Lopar = 19920 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Loran = 19935 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Lr66TerLd2000 = 20029 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Lra900 = 20030 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Lw01 = 20060 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Lw08 = 20070 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.M2240 = 20115 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.M44 = 20160 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ma1IffPortion = 20340 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MadHack = 20350 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MarconiSt801 = 20589 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MarcS152 = 20420 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Martello743d = 20890 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MartelloS723a = 20895 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MasterA = 20897 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MbdaFlaadsMSeaCeptorJammer = 20898 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Melco3 = 20915 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Melodi = 20917 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Meraj4Ascension = 20919 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Merlin = 20918 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Meteor1500s = 20927 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Meteor200 = 20929 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Meteor300 = 20931 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Meteor50dx = 20930 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MeteorBvraam = 20933 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mfr = 20935 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mfsr210045 = 20940 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MicaMh = 20942 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MicaRf = 20943 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MineralMe = 20945 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MirageIll = 20950 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MiysisJammer = 20955 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mk15PhalanxBlk0 = 20969 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mk23 = 21015 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mk23Tas = 21060 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mk25 = 21105 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mk25Mod3 = 21110 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mk25Mod7 = 21130 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mk35M2 = 21150 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mk92 = 21195 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mk92Cas = 21240 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mk92Stir = 21285 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mk95 = 21330 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mks818 = 21332 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mla1 = 21340 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mm950 = 21360 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MmApq706 = 21359 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MmAps705 = 21375 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MmAps784 = 21390 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MmSpg73Rtn12x = 21419 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MmSpg74 = 21420 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MmSpg75 = 21465 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MmSpn703 = 21490 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MmSpn730 = 21492 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MmSpn753b = 21495 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MmSpq3 = 21500 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MmSps702 = 21510 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MmSps768 = 21555 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MmSps774 = 21600 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MmSps791Ran30x = 21610 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MmSps794Ran21s = 21615 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MmSps798Ran40l = 21620 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mmsr = 21623 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Model17c = 21625 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Model360 = 21655 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Model378 = 21660 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Model791A = 19307 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Model970 = 21661 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Model974 = 21665 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MonolitB = 21672 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Moon4 = 21645 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MoonCone = 21647 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.MoonFace = 21649 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mp411Esm = 21682 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mpdr12 = 16880 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mpdr18S = 21685 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mpdr18X = 21690 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mpdr45E = 21692 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mpr = 21695 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mps1 = 21697 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mr10m1e = 21711 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mr1600 = 21700 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mr2311 = 21693 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mr2313 = 21694 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mr320mTopazV = 21716 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mr35 = 21702 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mr36 = 21703 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mr36a = 21708 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mr90 = 21712 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mrk411 = 21715 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mrl1 = 21704 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mrl4 = 21705 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mrl5 = 21706 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mrr = 21701 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Msam = 21707 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Msp418k = 21720 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mstar = 21709 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mt305x = 21710 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mushroom = 21780 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mushroom1 = 21825 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Mushroom2 = 21870 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.N001v = 21881 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.N001ve = 21882 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.N001vep = 21883 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.N011mBars = 21873 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.N011mBarsB = 21874 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.N011mBarsC = 21875 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.N011mBarsR = 21876 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.N035IrbisE = 21877 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.N036Byelka = 21878 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.N23 = 21872 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.N25 = 21879 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.N920z = 21880 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.NacosRadarpilotPlatinum = 21884 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Nagira = 21886 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Nayada = 21915 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Nayada5m = 21917 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Nayada5pv = 21918 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.NeboM = 21919 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.NeboSvu = 21920 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Neptun = 21960 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Nettuno4100 = 21965 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.NikeHerculesMtr = 21970 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Nj81e = 21983 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Norinco3d = 21982 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Normandie = 21984 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.NorthropGrummanMfewJammer = 21981 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Nostradamus = 21986 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.NovellaNv170 = 22000 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.NovellaP38 = 22001 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Npg1240 = 21987 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Npg1460 = 21988 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Npg434 = 21989 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Npg630 = 21990 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Npm510 = 21991 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.NpVegaLiana = 21995 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Nrba50 = 22005 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Nrba51 = 22050 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Nrbf20a = 22095 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Nrj5 = 22110 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Nrj6a = 21985 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ns100Series = 22125 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Nur31 = 22127 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Nws3 = 22130 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.OceanMaster = 22335 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ofogh = 22460 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ofogh3 = 22463 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Okean = 22500 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.OkeanA = 22505 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Okinxe12c = 22545 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Oko = 22560 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Omega = 22590 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.OmeraOrb32 = 22635 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Omul = 22640 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Op28 = 22690 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Oprl4 = 22695 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Oprm71 = 22696 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ops11BC = 22700 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ops12 = 22701 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ops14b = 22705 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ops14c = 22706 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ops16b = 22725 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ops18 = 22730 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ops19 = 22732 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ops20 = 22735 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ops22 = 22736 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ops24 = 22737 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ops28 = 22740 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ops28c = 22745 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ops39 = 22750 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ops9 = 22697 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Optima32 = 22760 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Orb31d = 22800 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Orb31s = 22810 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Orb32 = 22815 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Orb42 = 22830 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.OrionRtn10x = 22860 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.OtomatMk1 = 22900 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.OtomatMkIiTeseo = 22905 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.OtomatSeriesAl = 22906 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P10 = 19035 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P12 = 31680 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P14 = 22956 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P1434515 = 34515 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P15 = 15840 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P15m = 32330 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P18 = 31681 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P180u = 22957 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P182 = 22959 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P1831682 = 31682 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P1831684 = 31684 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P18m = 22961 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P18ma = 31686 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P18Malachite = 31688 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P18mh2 = 31685 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P18Mod = 22964 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P18mu = 31687 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P18ou = 31689 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P190u = 22962 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P30 = 22963 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P3537AP50B = 9450 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P35m = 22965 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.P360z = 22955 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Pa1660 = 22960 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Page = 22970 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Palsar2 = 23042 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Pandora = 23041 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.PantsirS11rs21Tt = 23047 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.PantsirS12rl80Tar = 23046 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.PantsirSmTar = 23043 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Par2 = 23045 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Par2000 = 23050 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Par2090c = 23053 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Par80 = 23055 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Patriot = 23100 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Pbr4Rubin = 23220 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Pcs514 = 23240 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.PechoraSc = 23295 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Pgz07Ter = 23515 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Phalanx = 23525 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Phazotron1rs21e = 24758 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.PhazotronGukol4 = 23529 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.PhazotronZhukAAe = 23530 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.PhimatJammer = 23675 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Picosar = 23680 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Pl02Surveillance = 23698 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Pl11 = 23700 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Pl12 = 23701 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Pl12a = 23703 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Pl15 = 23704 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Pl17 = 23705 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.PlesseyAws9 = 24035 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.PnaBRubinDownBeat = 24098 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Pohjanpalo = 24100 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Pole21eJammerL1 = 24108 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Pole21eJammerL2 = 24109 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.PolimentK = 24110 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Pollux = 24120 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Polozhennya2 = 24130 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.PozitivMe12 = 24386 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.PozitivMe15p26 = 24385 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.PozitivMk = 24387 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.PraetorianCountermeasuresSuite = 24540 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Primus300sl = 24615 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Primus30a = 24569 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Primus400 = 24614 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Primus40Wxd = 24570 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Primus500 = 24616 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Primus650 = 24617 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Primus700 = 24618 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Primus800 = 24619 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Primus870 = 24622 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Prora = 24630 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ProraPa1660 = 24635 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Prs2 = 24631 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Prs3Argon2 = 24633 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Prv11 = 28280 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Prv16 = 34786 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Prv9 = 34785 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ps05a = 24650 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ps15 = 24640 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ps171R = 24706 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ps46A = 24660 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ps70R = 24705 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ps860 = 24707 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ps870 = 24709 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ps890 = 24710 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Psm33 = 24720 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Pvs200 = 24760 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Pvs2000 = 24761 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.QuadradarVi = 24755 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Qw1a = 24757 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.R045 = 24769 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.R325umvJammer = 24767 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.R330zh = 24768 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.R37Seeker = 1085 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.R41xxx = 24775 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.R423am = 24781 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.R76 = 24770 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.R77Seeker = 1095 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.R934b = 24771 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ra20 = 24772 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ra723 = 24774 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Raad1Ter = 24785 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Raad2Ter = 24787 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rac3d = 24776 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.RacalDecca20v909 = 24890 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.RadaMhr = 25150 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rajendra = 25180 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ran10s = 25205 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ran11Lx = 25245 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ran7s = 25200 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rani = 25250 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.RaphaelTh = 25259 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rapier2000Ta = 25265 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rapier2000Tt = 13055 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.RapierMg = 25270 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.RapierTa = 25260 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.RapierTtdn181 = 13050 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rascar3400c = 25273 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rashmi = 25275 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rasit = 25276 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rasit3190b = 25277 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rat31Dl = 25279 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rat31DlM = 25278 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rat31s = 25280 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rat31Sl = 25282 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rat8S = 25281 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.RatacLct = 25285 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.RavenEs05 = 25283 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rawl = 25286 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rawl02 = 25289 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Raws = 25288 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Raws03 = 25291 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ray1220xr = 25630 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.RaytheonAnschutzNautoScanNx = 25530 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rb109aBylinaJammer = 25710 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rb313aJammer = 25715 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rb334aJammer = 25724 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rb336aJammer = 25725 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rb337aJammer = 25719 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rb341aLeer3Jammer = 25721 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rb343aJammer = 25723 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rb636am2SvetKuJammer = 25730 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rbe2 = 25735 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rbe2Aa = 25736 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rct180 = 25739 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdi = 25750 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdm = 25740 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdm3 = 25745 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdn72 = 25785 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdr1100 = 25855 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdr1150 = 25860 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdr1200 = 25875 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdr1400 = 25885 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdr1400C = 25890 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdr150 = 25845 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdr1500 = 25895 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdr1600 = 25897 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdr160xd = 25850 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdr1700b = 25899 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdr1a = 25830 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdr1e = 25835 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdr2000 = 25898 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdr230Hp = 25853 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdr4000 = 25891 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdr400025892 = 25892 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdr4a = 25840 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rds86 = 25770 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdy = 25760 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rdy3 = 25762 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rec1 = 25909 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rec1a = 25902 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rec1b = 25903 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rec1c = 25904 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rel6e = 25908 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Remora = 25900 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ResolveEas = 25906 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.RetiaReVisor = 25930 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Revathi = 25940 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rezonans = 25950 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.RgmUgm109b = 25955 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.RgmUgm109eHomingRadar = 25958 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.RiceField = 25901 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.RimHatEsmEcmSuite = 25980 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rir778 = 25977 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ris4cA = 25974 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Risat = 25978 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rkl165 = 25969 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rkl526 = 25966 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rkl609 = 25970 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rkl800 = 25971 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rkz2000 = 25973 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rkz761 = 25972 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rkz764 = 25967 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rkz766 = 25968 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rl2000 = 25975 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rl41 = 25976 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.RlmS = 25979 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rm370bt = 26015 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rmt0100a = 26043 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rn222 = 26045 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Roland2 = 26053 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.RolandBn = 26055 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.RolandMg = 26100 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.RolandTa = 26145 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.RolandTt = 26190 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rotodome = 26210 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rp3 = 26237 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rp377lLoranditDfJammer = 26240 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rp377uvm3Jammer = 26241 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rp379dTiradaD = 26236 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rp4g = 26238 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rpk2 = 17070 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rpr117 = 26326 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rs0250 = 26327 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rt0250 = 26330 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rta4100 = 26340 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rtn1a = 26350 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rtn25x = 26353 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rts6400 = 26354 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rv10 = 26505 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rv15m = 26506 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rv17 = 26550 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rv18 = 26595 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rv2 = 26370 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rv21 = 26596 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rv21b = 26597 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rv25 = 26600 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rv3 = 26415 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rv377 = 26610 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rv5 = 26460 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.RvUm = 26640 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Rwd8 = 26650 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.S1810cd = 26670 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.S1850m = 26675 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.S244 = 26686 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.S511 = 26676 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.S512 = 26677 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.S600 = 26678 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.S604 = 26679 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.S613 = 26681 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.S631 = 26682 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.S654 = 26683 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.S669 = 26684 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.S711 = 26687 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.S763Lanza3d = 26680 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SaberM60 = 26799 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SaccadeMh = 26900 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sahab = 26672 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Salamandre = 26673 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Samovar = 26805 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sampson = 26810 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SandBar = 26930 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sap14 = 26920 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sap518 = 26925 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sap518m = 26926 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SarOnUAVs = 26945 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Satrape = 26950 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SaturneIi = 26955 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sayyad2Ter = 26957 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Scanter1002 = 27095 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Scanter4002 = 27109 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Scanter5102 = 27111 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Scanter5502 = 27113 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ScanterCsr = 27140 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ScanterMilS = 27137 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ScanterSmr = 27139 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Scimitar = 27142 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ScoopPair = 27175 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Scorads = 27141 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Scr584 = 27190 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SeaArcher2 = 27225 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SeaBasedXBand = 27230 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SeaDragon = 27235 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SeaEagleSCType382 = 27240 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SeaEagleType381 = 27239 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SeaFalcon = 27245 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SeaHawkShnX12 = 27260 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SeaHunter4Mg = 27270 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SeaHunter4Ta = 27315 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SeaHunter4Tt = 27360 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Searchwater = 27570 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Searchwater2000 = 27575 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Seasonde = 27580 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SeaSparrow = 27451 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SeaSpray = 27495 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Seaspray7000e = 27582 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Seastar = 27560 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SeaTiger = 27540 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SeaTigerM = 27550 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SeaVue = 27583 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SeleniaRan20s = 27680 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SentirM20 = 27770 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Serdar = 27771 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Serhat = 27773 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Series320 = 27790 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Series52 = 27780 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sg = 27800 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sgr10200 = 27810 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sgr10302 = 27855 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sgr104 = 27870 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sgr114 = 28080 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Shahed129Sar = 27873 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Shahine = 27875 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Shikra = 27980 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Shmel = 32310 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SignaalBharat = 28340 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Simrad3g = 29043 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Simrad4g = 29045 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Skyfender = 29172 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SkyguardB = 29180 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SkyguardLr = 29191 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SkyguardTa = 29185 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SkyguardTt = 29190 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Skymaster = 29200 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SkyRanger = 29210 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SkyshieldTa = 29220 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SkyWaveOverTheHorizon = 29175 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sl = 29250 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SlAlq234 = 29270 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Slc2 = 29300 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Slc2e = 29301 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Slc4 = 29305 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sm674aUpm = 29450 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sm932 = 30072 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SmartL = 30070 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SmartS = 30068 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SmartSMk2 = 30069 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Snar10 = 9780 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Snw10 = 30490 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.So1 = 30510 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.So12 = 30520 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.So69 = 30580 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SoACommunist = 30555 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Som64 = 30645 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SopkaHill = 30650 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SorbtsiyaL005 = 30661 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SorbtsiyaL005s = 30662 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SpadaSir = 30665 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SparrowAimRim7Ill = 30690 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spb7 = 30475 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spear3Mmw = 30696 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spectra = 30692 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SperryRascar = 30691 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spexer2000 = 30710 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spg53f = 30735 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spg70Rtn10x = 30780 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spg74Rtn20x = 30825 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spg75Rtn30x = 30870 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spg76Rtn30x = 30915 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SpinoDAddaWtr = 31070 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spj40 = 31080 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spn2 = 31096 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spn30 = 31100 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spn35a = 31140 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spn4 = 31097 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spn41 = 31185 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spn42 = 31230 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spn43a = 31275 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spn43b = 31320 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spn44 = 31365 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spn46 = 31410 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spn703 = 31455 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spn720 = 31475 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spn728V1 = 31500 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spn748 = 31545 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spn750 = 31590 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spn753g = 31593 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spo8 = 31592 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spq712Ran12LX = 31725 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spr2 = 31730 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spr51 = 31740 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps100k = 31935 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps10f = 31815 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps12 = 31860 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps141 = 31951 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps142 = 31952 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps143 = 31953 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps151 = 31955 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps152 = 31956 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps153 = 31957 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps160Geran = 31959 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps161 = 31960 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps171Jammer = 31971 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps172Jammer = 31972 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps22nBuket = 31870 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps33nBuket = 31875 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps44nBuket = 31880 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps540k = 32010 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps550kMf = 32020 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps55nBuket = 31890 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps58 = 31905 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps5Fasol = 31765 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps6 = 31766 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps62 = 31925 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps64 = 31950 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps64V12 = 7120 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps6c = 31770 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps768RanEl = 31995 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps774Ran10s = 32040 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sps95k = 31970 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Spy790 = 32085 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Squire = 32365 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sr2410c = 32373 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sr47a = 30016 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sr47bG = 32375 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sr64TarLd2000 = 32376 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SreM5 = 32385 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Srn15 = 32445 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Srn206 = 32455 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Srn6 = 32400 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Srn745 = 32490 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sro1 = 32535 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sro2 = 32580 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SsN10aFl10MmWMh = 33125 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SsN11Nasr1MmWMh = 33140 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SsN12Yj83jMmWMh = 33166 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SsN26StrobileMmwMh = 33484 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.St858 = 33580 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Star2000 = 27143 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Start1m = 33582 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Stentor = 33584 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.StormShadowAhr = 33585 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Str41 = 33570 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.StraightFlush = 33586 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Superdarn = 33850 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Superfledermaus = 33860 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Supersearcher = 33870 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SurfaceWaveOverTheHorizon = 22890 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Sy80 = 33950 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Symphony = 33933 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.SynapsisMk2 = 33935 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.T1135 = 34626 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ta10k = 34480 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.TacanSurf = 34505 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Talisman = 34624 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.TancanSurf = 34627 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Tdr94ModeS = 34607 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Tecsar = 34628 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.TerrasarX = 34629 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Tesar = 34630 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ThaadGbr = 34640 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ThalesAparBlock2 = 34643 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ThalesIcmsJammer = 34648 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ThalesImewsJammer = 34649 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ThalesNederlandSignaalApar = 34645 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ThalesRdy2 = 34644 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ThalesScorpionJammer = 34646 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ThalesVariant = 34647 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Thd1012 = 34655 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Thd1098 = 34660 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Thd1213 = 34665 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Thd1940 = 34670 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Thd1955Palmier = 34680 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Thd225 = 34650 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Thd5500 = 34695 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ThirdOfKhordad = 34700 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ThomsonCsfDomino30 = 34966 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ThomsonEnrEuropeanNavyRadar = 35470 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ThomsonRdi = 35475 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.TierIiPlus = 35477 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Tirsponder = 35580 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Tk25e5 = 35583 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.TmkMk2 = 35585 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.TmxMk2 = 35586 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.TokenB = 35785 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Tonson = 35810 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.TorM2Ter = 36226 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.TornadoGmr = 36200 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.TornadoTfr = 36201 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.TorsoM = 36315 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Tps755 = 35478 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Tps830k = 35479 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Tqn2 = 36320 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Tr23k = 35481 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Tr23mr = 35482 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Tr47c = 36300 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trac2100 = 35483 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trac2300 = 35484 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.TracNg = 35491 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Tradex = 35486 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.TrailXi = 35487 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trd1211 = 35488 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trd1235 = 35489 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trd1500 = 36365 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trisponde = 36380 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.TritonG = 36390 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trml = 36381 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trml3d = 36383 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trml4d = 36455 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.TrmS = 36384 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trs2050 = 20040 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trs2056 = 36385 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trs2060 = 36387 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trs2100 = 35490 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trs2105 = 35480 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trs2215 = 36382 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trs2245 = 36388 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trs22xx = 36391 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trs2310 = 36389 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trs3010 = 36386 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trs3030 = 36400 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trs3033 = 36405 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trs3203 = 36417 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trs3405 = 36420 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trs3410 = 36425 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trs3415 = 36430 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trs3d = 36440 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trs3d16 = 36441 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trs3d16Es = 36442 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trs3d32 = 36443 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Trs4d = 36446 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.TrsC = 36447 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.TrsN = 36450 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ts4478a = 36460 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Tse5000 = 36495 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Tsr333 = 36540 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Tsr793 = 36550 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Tw1374 = 36590 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Tw1378 = 36595 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Tw1446 = 36600 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type071Lpd = 36821 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type10061 = 37710 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type10062 = 37755 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type1022 = 37800 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type1047 = 37810 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type1048 = 37815 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type120 = 36838 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type1474 = 37825 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type1493 = 37828 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type208 = 36120 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type20836840 = 36840 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type212JA = 36827 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type221JA = 36830 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type222 = 36843 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type223 = 36835 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type226 = 36846 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type232h = 36850 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type245 = 36853 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type262 = 36855 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type275 = 36900 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type278 = 36905 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type293 = 36945 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type305a = 36948 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type313 = 36947 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type334 = 36960 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type341 = 36946 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type342 = 36985 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type343SunVisorB = 36990 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type344 = 36992 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type345 = 37010 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type346 = 37011 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type347b = 37035 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type347g = 37038 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type349a = 37033 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type352 = 37040 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type354 = 37045 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type359 = 37039 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type360 = 37041 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type362Esr1Sr47b = 37043 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type363 = 37048 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type364 = 37049 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type366 = 37047 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type404aCh = 37050 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type405 = 37052 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type405j = 37053 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type408d = 37058 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type517b = 37059 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type518HaiYingGodEyeRel2 = 37060 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type589 = 37070 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type651 = 37073 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type702 = 37077 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type702D = 37083 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type704mBl904 = 37078 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type713 = 37081 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type714 = 37082 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type753 = 37075 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type75337079 = 37079 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type756 = 37080 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type760 = 37084 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type76037086 = 37086 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type793 = 37095 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type80Asm1 = 36836 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type815 = 37090 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type8a813 = 37100 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type901m = 37105 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type902b = 37124 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type902Fcr = 37110 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type903 = 37125 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type909Ti = 37170 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type909Tt = 37215 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type910 = 37260 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type931Ch = 37265 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type965 = 37305 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type967 = 37350 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type968 = 37395 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type974 = 37440 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type975 = 37485 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type978 = 37530 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type981 = 37534 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type9813 = 37535 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type982 = 37540 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type984 = 37543 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type985 = 37544 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type992 = 37575 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type993 = 37620 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type994 = 37665 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type996 = 37670 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Type997Artisan = 37675 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.UkMk10 = 37845 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ultra = 37840 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ups220c = 37850 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Upx110 = 37890 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Upx27 = 37935 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Urn20 = 37980 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Urn25 = 38025 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.UtesA = 37985 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.UtesT = 37990 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value = 40 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value10080 = 10080 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value10125 = 10125 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value10170 = 10170 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value10215 = 10215 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value10260 = 10260 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value10305 = 10305 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value1035 = 1035 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value10510 = 10510 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value10511 = 10511 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value10512 = 10512 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value10513 = 10513 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value10530 = 10530 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value10665 = 10665 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value10740 = 10740 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value1080 = 1080 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value10800 = 10800 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value1082 = 1082 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value10895 = 10895 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value1096 = 1096 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value10980 = 10980 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11000 = 11000 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11010 = 11010 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11025 = 11025 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11030 = 11030 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11060 = 11060 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11115 = 11115 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11155 = 11155 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11160 = 11160 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11205 = 11205 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11230 = 11230 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11240 = 11240 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11250 = 11250 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11260 = 11260 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11295 = 11295 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value1130 = 1130 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11340 = 11340 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11385 = 11385 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11430 = 11430 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11475 = 11475 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11520 = 11520 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11565 = 11565 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11610 = 11610 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11705 = 11705 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11706 = 11706 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11707 = 11707 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11708 = 11708 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11709 = 11709 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11710 = 11710 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11711 = 11711 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11712 = 11712 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11717 = 11717 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11718 = 11718 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11719 = 11719 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11720 = 11720 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11724 = 11724 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11735 = 11735 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11810 = 11810 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11825 = 11825 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11860 = 11860 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value11880 = 11880 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12060 = 12060 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12105 = 12105 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12110 = 12110 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12111 = 12111 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12150 = 12150 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12195 = 12195 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12196 = 12196 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12240 = 12240 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value1226DeccaMil = 45 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12285 = 12285 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12292 = 12292 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12330 = 12330 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12375 = 12375 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12420 = 12420 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12430 = 12430 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12456x = 2 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12465 = 12465 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12510 = 12510 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12555 = 12555 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12600 = 12600 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12610 = 12610 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12615 = 12615 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12616 = 12616 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12645 = 12645 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12655 = 12655 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12690 = 12690 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12691 = 12691 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12694 = 12694 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12735 = 12735 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12780 = 12780 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12782 = 12782 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12785 = 12785 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12787 = 12787 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12800 = 12800 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12805 = 12805 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12825 = 12825 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12870 = 12870 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12915 = 12915 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12916 = 12916 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value12960 = 12960 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value1306 = 1306 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value13095 = 13095 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value13140 = 13140 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value13230 = 13230 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value13275 = 13275 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value13280 = 13280 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value13320 = 13320 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value13477 = 13477 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value13480 = 13480 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value13481 = 13481 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value13485 = 13485 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value14490 = 14490 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value14535 = 14535 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value14545 = 14545 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value14580 = 14580 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value14625 = 14625 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value14713 = 14713 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value14770 = 14770 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value14830 = 14830 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value14845 = 14845 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value14895 = 14895 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value14899 = 14899 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15075 = 15075 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15120 = 15120 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15140 = 15140 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15155 = 15155 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15156 = 15156 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15163 = 15163 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15165 = 15165 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15200 = 15200 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15210 = 15210 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15220 = 15220 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15230 = 15230 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15240 = 15240 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15255 = 15255 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15300 = 15300 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15304 = 15304 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15345 = 15345 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15390 = 15390 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15435 = 15435 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15470 = 15470 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15475 = 15475 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15480 = 15480 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15525 = 15525 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15565 = 15565 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15570 = 15570 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15615 = 15615 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15705 = 15705 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15750 = 15750 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15795 = 15795 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15800 = 15800 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15885 = 15885 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15930 = 15930 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15975 = 15975 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value15thKhordadTer = 18803 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16030 = 16030 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16065 = 16065 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16110 = 16110 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16155 = 16155 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16200 = 16200 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16245 = 16245 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16290 = 16290 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16380 = 16380 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16390 = 16390 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16395 = 16395 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16405 = 16405 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16422 = 16422 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16423 = 16423 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16424 = 16424 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16425 = 16425 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16470 = 16470 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16515 = 16515 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16550 = 16550 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16564 = 16564 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16565 = 16565 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16587 = 16587 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16596 = 16596 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16652 = 16652 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16658 = 16658 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16732 = 16732 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16733 = 16733 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16734 = 16734 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16736 = 16736 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16737 = 16737 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16785 = 16785 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16800 = 16800 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16815 = 16815 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16820 = 16820 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16830 = 16830 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16858 = 16858 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16870 = 16870 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16871 = 16871 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16872 = 16872 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16877 = 16877 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16879 = 16879 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16884 = 16884 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16915 = 16915 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16925 = 16925 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16935 = 16935 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16940 = 16940 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16942 = 16942 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16943 = 16943 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16953 = 16953 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16958 = 16958 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value16960 = 16960 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17010 = 17010 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17018 = 17018 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17027 = 17027 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17034 = 17034 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17072 = 17072 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17100 = 17100 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17145 = 17145 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17190 = 17190 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17230 = 17230 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17235 = 17235 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17250 = 17250 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17255 = 17255 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17280 = 17280 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17325 = 17325 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17370 = 17370 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17415 = 17415 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17460 = 17460 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17505 = 17505 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17550 = 17550 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17572 = 17572 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17595 = 17595 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17640 = 17640 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17685 = 17685 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17730 = 17730 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17732 = 17732 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17775 = 17775 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17820 = 17820 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17865 = 17865 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17910 = 17910 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value17955 = 17955 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18000 = 18000 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18045 = 18045 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18090 = 18090 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18135 = 18135 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18180 = 18180 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18185 = 18185 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18190 = 18190 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18194 = 18194 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18223 = 18223 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18225 = 18225 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18270 = 18270 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18280 = 18280 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18315 = 18315 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18316 = 18316 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18340 = 18340 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18400 = 18400 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18407 = 18407 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18415 = 18415 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18417 = 18417 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18419 = 18419 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18450 = 18450 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18585 = 18585 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18630 = 18630 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18675 = 18675 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18700 = 18700 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18720 = 18720 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18765 = 18765 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18766 = 18766 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18767 = 18767 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18768 = 18768 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18770 = 18770 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18774 = 18774 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18775 = 18775 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18776 = 18776 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18777 = 18777 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18781 = 18781 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18790 = 18790 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18791 = 18791 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18792 = 18792 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18797 = 18797 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18810 = 18810 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18855 = 18855 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18900 = 18900 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18945 = 18945 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value18990 = 18990 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19037 = 19037 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19039 = 19039 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19041 = 19041 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19170 = 19170 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19215 = 19215 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19260 = 19260 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19305 = 19305 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19330 = 19330 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19350 = 19350 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19395 = 19395 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19485 = 19485 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19500 = 19500 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19505 = 19505 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19530 = 19530 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19575 = 19575 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19620 = 19620 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19665 = 19665 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19710 = 19710 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19755 = 19755 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19800 = 19800 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19845 = 19845 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19890 = 19890 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19950 = 19950 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19955 = 19955 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19960 = 19960 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19970 = 19970 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19971 = 19971 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value19980 = 19980 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value1l117 = 3 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value1l121e = 4 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value1l1221e = 7 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value1l13355g6 = 1280 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value1l13355g61282 = 1282 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value1l220U = 6 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value1l250 = 5 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value1l267Moskva1Jammer = 18412 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value1l271 = 1230 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value1rl138 = 10 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value1rl257 = 9 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value1rl257Krasukha4Jammer = 11 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20025 = 20025 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20090 = 20090 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20205 = 20205 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20250 = 20250 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20295 = 20295 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20360 = 20360 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20385 = 20385 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20430 = 20430 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20475 = 20475 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20495 = 20495 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20520 = 20520 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20530 = 20530 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20565 = 20565 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20585 = 20585 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20590 = 20590 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20610 = 20610 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20655 = 20655 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20700 = 20700 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20745 = 20745 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20790 = 20790 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20835 = 20835 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20880 = 20880 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20900 = 20900 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20920 = 20920 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20925 = 20925 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value20970 = 20970 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value21646 = 21646 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value21648 = 21648 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value21650 = 21650 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value21651 = 21651 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value21675 = 21675 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value21680 = 21680 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value21696 = 21696 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value21698 = 21698 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value21699 = 21699 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value21735 = 21735 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value21871 = 21871 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value21885 = 21885 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value21890 = 21890 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value21895 = 21895 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value21980 = 21980 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value21992 = 21992 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value22115 = 22115 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value22140 = 22140 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value22185 = 22185 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value22230 = 22230 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value22275 = 22275 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value22320 = 22320 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value22340 = 22340 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value22345 = 22345 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value22365 = 22365 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value22410 = 22410 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value22411 = 22411 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value22455 = 22455 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value225 = 225 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value22680 = 22680 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value22770 = 22770 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value22950 = 22950 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value22977 = 22977 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value22995 = 22995 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value22998 = 22998 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23040 = 23040 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23085 = 23085 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23095 = 23095 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23130 = 23130 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23175 = 23175 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23265 = 23265 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23310 = 23310 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23355 = 23355 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23400 = 23400 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23445 = 23445 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23450 = 23450 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23490 = 23490 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23500 = 23500 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23535 = 23535 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23580 = 23580 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23625 = 23625 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23670 = 23670 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23685 = 23685 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23690 = 23690 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23695 = 23695 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23710 = 23710 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23715 = 23715 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23760 = 23760 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23805 = 23805 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23850 = 23850 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23895 = 23895 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23925 = 23925 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23940 = 23940 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23985 = 23985 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value23990 = 23990 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24020 = 24020 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24030 = 24030 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24075 = 24075 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24095 = 24095 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24165 = 24165 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24210 = 24210 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24255 = 24255 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24300 = 24300 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24320 = 24320 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24345 = 24345 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24390 = 24390 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24435 = 24435 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24480 = 24480 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24525 = 24525 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24535 = 24535 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24620 = 24620 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24750 = 24750 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24780 = 24780 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24795 = 24795 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24840 = 24840 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24885 = 24885 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24930 = 24930 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value24975 = 24975 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25020 = 25020 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25065 = 25065 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25110 = 25110 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25155 = 25155 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25170 = 25170 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25171 = 25171 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25287 = 25287 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25290 = 25290 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25292 = 25292 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25300 = 25300 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25335 = 25335 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25380 = 25380 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25425 = 25425 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25470 = 25470 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25515 = 25515 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25540 = 25540 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25545 = 25545 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25550 = 25550 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25560 = 25560 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25605 = 25605 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25635 = 25635 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25650 = 25650 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25694 = 25694 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25695 = 25695 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25698 = 25698 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25896 = 25896 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25907 = 25907 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25910 = 25910 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25912 = 25912 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25915 = 25915 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25920 = 25920 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25921 = 25921 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25923 = 25923 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value25965 = 25965 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26008 = 26008 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26010 = 26010 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26011 = 26011 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26020 = 26020 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26040 = 26040 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26041 = 26041 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26235 = 26235 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26280 = 26280 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26325 = 26325 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26328 = 26328 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26355 = 26355 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26360 = 26360 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26361 = 26361 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26362 = 26362 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26660 = 26660 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26665 = 26665 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26674 = 26674 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26685 = 26685 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26730 = 26730 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26775 = 26775 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26795 = 26795 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26797 = 26797 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26820 = 26820 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26865 = 26865 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26910 = 26910 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value26935 = 26935 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value270 = 270 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27000 = 27000 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27045 = 27045 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27090 = 27090 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27100 = 27100 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27101 = 27101 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27102 = 27102 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27110 = 27110 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27115 = 27115 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27116 = 27116 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27125 = 27125 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27135 = 27135 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27150 = 27150 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27180 = 27180 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27183 = 27183 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27248 = 27248 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27251 = 27251 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27405 = 27405 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27430 = 27430 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27450 = 27450 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27584 = 27584 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27585 = 27585 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27630 = 27630 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27675 = 27675 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27720 = 27720 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27765 = 27765 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27775 = 27775 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27802 = 27802 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27803 = 27803 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27900 = 27900 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27945 = 27945 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value27990 = 27990 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28035 = 28035 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28125 = 28125 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28170 = 28170 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28215 = 28215 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28260 = 28260 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28305 = 28305 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28350 = 28350 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28395 = 28395 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28440 = 28440 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28445 = 28445 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28480 = 28480 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28485 = 28485 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28530 = 28530 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28575 = 28575 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28620 = 28620 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28665 = 28665 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28710 = 28710 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28755 = 28755 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28760 = 28760 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28770 = 28770 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28800 = 28800 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28845 = 28845 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28890 = 28890 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28935 = 28935 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value28980 = 28980 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29025 = 29025 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29030 = 29030 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29035 = 29035 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29050 = 29050 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29060 = 29060 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29070 = 29070 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29115 = 29115 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29160 = 29160 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29205 = 29205 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29215 = 29215 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29295 = 29295 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29297 = 29297 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29340 = 29340 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29385 = 29385 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29400 = 29400 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29430 = 29430 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29431 = 29431 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29432 = 29432 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29433 = 29433 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29434 = 29434 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29435 = 29435 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29440 = 29440 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29475 = 29475 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29520 = 29520 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29565 = 29565 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29610 = 29610 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29655 = 29655 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29700 = 29700 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29745 = 29745 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29790 = 29790 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29835 = 29835 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29880 = 29880 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29925 = 29925 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value29970 = 29970 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30015 = 30015 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30060 = 30060 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30065 = 30065 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30075 = 30075 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30080 = 30080 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30105 = 30105 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30140 = 30140 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30150 = 30150 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30195 = 30195 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30200 = 30200 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30240 = 30240 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30255 = 30255 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30285 = 30285 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30330 = 30330 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30375 = 30375 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30420 = 30420 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30421 = 30421 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30465 = 30465 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30480 = 30480 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30600 = 30600 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30660 = 30660 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30670 = 30670 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30680 = 30680 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30682 = 30682 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30700 = 30700 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30701 = 30701 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30960 = 30960 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30n6e = 15660 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value30n6e15661 = 15661 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value31005 = 31005 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value31050 = 31050 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value31095 = 31095 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value315 = 315 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value31635 = 31635 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value31700 = 31700 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value32130 = 32130 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value32175 = 32175 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value32220 = 32220 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value32265 = 32265 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value32355 = 32355 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value32625 = 32625 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value32670 = 32670 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value32715 = 32715 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value32760 = 32760 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value32805 = 32805 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value32850 = 32850 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value32851 = 32851 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value32852 = 32852 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value32895 = 32895 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value32940 = 32940 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value32985 = 32985 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33025 = 33025 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33030 = 33030 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33075 = 33075 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33120 = 33120 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33165 = 33165 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33210 = 33210 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33230 = 33230 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33231 = 33231 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33255 = 33255 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33300 = 33300 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33345 = 33345 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33390 = 33390 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33435 = 33435 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33480 = 33480 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33481 = 33481 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33483 = 33483 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33485 = 33485 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33486 = 33486 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33505 = 33505 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33510 = 33510 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33511 = 33511 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33525 = 33525 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33590 = 33590 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33595 = 33595 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33600 = 33600 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33615 = 33615 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33660 = 33660 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33705 = 33705 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33750 = 33750 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33795 = 33795 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33840 = 33840 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33885 = 33885 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33930 = 33930 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value33975 = 33975 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34020 = 34020 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34040 = 34040 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34065 = 34065 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34110 = 34110 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34155 = 34155 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34200 = 34200 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34245 = 34245 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34290 = 34290 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34335 = 34335 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34380 = 34380 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34425 = 34425 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34470 = 34470 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34516 = 34516 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34517 = 34517 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34560 = 34560 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34605 = 34605 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34606 = 34606 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34610 = 34610 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34620 = 34620 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34625 = 34625 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34740 = 34740 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34795 = 34795 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34830 = 34830 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34875 = 34875 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34920 = 34920 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value34965 = 34965 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35010 = 35010 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35055 = 35055 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35100 = 35100 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35145 = 35145 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35190 = 35190 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35235 = 35235 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35280 = 35280 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35325 = 35325 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35370 = 35370 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35415 = 35415 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35460 = 35460 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35505 = 35505 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35570 = 35570 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35595 = 35595 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35640 = 35640 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35685 = 35685 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35730 = 35730 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35775 = 35775 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35800 = 35800 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35820 = 35820 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35865 = 35865 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35910 = 35910 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35955 = 35955 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value35n6 = 15842 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value360 = 360 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value36000 = 36000 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value36045 = 36045 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value36046 = 36046 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value36090 = 36090 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value36135 = 36135 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value36180 = 36180 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value36220 = 36220 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value36225 = 36225 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value36230 = 36230 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value36270 = 36270 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value36360 = 36360 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value36370 = 36370 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value36371 = 36371 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value36563 = 36563 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value36585 = 36585 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value36630 = 36630 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value36675 = 36675 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value36720 = 36720 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value36765 = 36765 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value36810 = 36810 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value36d6 = 35550 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value38140 = 38140 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value38150 = 38150 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value38205 = 38205 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value38250 = 38250 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value38295 = 38295 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value38320 = 38320 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value38340 = 38340 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value38385 = 38385 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value38430 = 38430 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value38475 = 38475 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value38610 = 38610 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value38655 = 38655 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value38700 = 38700 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value38715 = 38715 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value38730 = 38730 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value38790 = 38790 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value38835 = 38835 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value38970 = 38970 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value39015 = 39015 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value39060 = 39060 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value39105 = 39105 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value3km6 = 47 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value3rdKhordadTar = 18801 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value3rdKhordadTelarTir = 18800 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value405 = 405 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value40n6Seeker = 16970 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value450 = 450 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value495 = 495 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value50n6a = 49 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value540 = 540 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value55g61 = 50 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value585 = 585 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value59n6 = 55 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value5h62b = 13 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value5n20 = 12 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value5n69 = 57 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value5p10 = 14 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value5p1001 = 16 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value5p1001e = 17 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value5p1002 = 18 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value5p1002e = 19 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value5p1003 = 20 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value5p1003e = 21 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value5p10e = 15 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value5p10eMod = 22 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value621a3 = 25 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value630 = 630 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value675 = 675 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value67n6 = 60 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value720 = 720 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value765 = 765 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value76t6 = 63 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value7785 = 7785 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value77t6Abm = 64 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value79k6Pelican = 62 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value80k6 = 65 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value80k6m = 67 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value810 = 810 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8112 = 8112 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8113 = 8113 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8123 = 8123 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8126 = 8126 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8325 = 8325 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8370 = 8370 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8378 = 8378 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8395 = 8395 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8415 = 8415 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8460 = 8460 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8505 = 8505 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value855 = 855 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8550 = 8550 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8595 = 8595 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8640 = 8640 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8685 = 8685 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8730 = 8730 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8735 = 8735 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8736 = 8736 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8737 = 8737 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8750 = 8750 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8812 = 8812 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8819 = 8819 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8820 = 8820 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8850 = 8850 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8865 = 8865 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8990 = 8990 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8993 = 8993 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value8995 = 8995 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value900 = 900 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value91n6aM = 66 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9215 = 9215 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9225 = 9225 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9270 = 9270 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9280 = 9280 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9315 = 9315 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9360 = 9360 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9370 = 9370 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9405 = 9405 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9406 = 9406 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value945 = 945 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9495 = 9495 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9540 = 9540 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9585 = 9585 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9630 = 9630 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9640 = 9640 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9642 = 9642 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9643 = 9643 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9645 = 9645 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9659 = 9659 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9660 = 9660 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9661 = 9661 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9662 = 9662 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9675 = 9675 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value96l6e = 70 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value96l6TsP = 75 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9720 = 9720 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9765 = 9765 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9775 = 9775 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9781 = 9781 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9810 = 9810 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9855 = 9855 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9875 = 9875 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value990 = 990 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9900 = 9900 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9b1103m2 = 42 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9b1348 = 46 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9c18m3 = 76 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9c36m = 77 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9gr400 = 80 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9Gr400a = 81 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9gr600 = 90 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9gr606 = 91 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9k114ShturmMg = 8824 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9kr400 = 48 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9Lv100 = 125 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9lv200MkIii = 183 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9lv200Ta = 135 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9lv200Tt = 181 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9lv200Tv = 180 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9lv326 = 185 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9m96e2Seeker = 190 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9m96mMh = 191 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9s112 = 215 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9s15m2 = 195 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9s15mt = 9885 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9s18m1 = 30470 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9s18m1e = 30471 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9s19m2 = 196 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9s19me = 197 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9s19mt = 18150 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9s32 = 17025 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9s32m = 198 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9s32me = 199 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Value9s36e = 200 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Vigilant = 38035 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.VitebskL370Jammer = 38038 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.VolexIiiIv = 38045 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Volga = 38046 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.VoronezhDm = 38047 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Vostok = 38048 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Vostok3d = 38051 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.VostokE = 38049 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Vsr = 38050 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.VstarPt = 38055 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.W1028 = 38060 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.W160 = 38058 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.W8818 = 38070 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.W8838 = 38115 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.W8852 = 38120 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Was74s = 38160 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Watchdog = 38210 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Watchman = 38260 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.WatchmanS = 38275 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.WatchmanT = 38276 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Wavestorm = 38270 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.WeatherScout2 = 38280 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.WetEye = 38520 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.WetEye2 = 38525 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.WetEyeMod = 38565 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Wf44s = 38568 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Wgu16B = 1270 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Wgu41B = 38570 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Wgu44B = 38572 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.WildCard = 38745 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Wildcat = 38748 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.WineGlassJammer = 38735 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Wlr = 38840 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Wm2xSeries = 38880 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Wm2xSeriesCas = 38925 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Wr10x = 38930 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Wr2100 = 38935 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Wsr74c = 38950 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Wsr74s = 38955 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Wsr81 = 38957 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Wxr2100Mstt = 38965 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Wxr2100mstt = 38966 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Wxr700c = 38960 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.XTar25 = 38990 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.XTar3d = 38995 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Yaogan29 = 39014 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Yaogan3 = 39000 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Yd3 = 39062 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Yh96 = 39050 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.YitianAds = 39061 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Yj12Mh = 39063 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Yj62Mh = 39065 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Yj63 = 39068 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Yj82Mh = 39066 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Yj83Mh = 39067 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ylc18 = 39085 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ylc2 = 39070 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ylc2a = 39071 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ylc2v = 17842 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ylc4 = 39073 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ylc6 = 39074 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ylc6m = 39075 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ylc8 = 39080 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Ylc8b = 39081 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ZaslonA = 39110 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ZaslonMultiPurposeXAndSBand = 39112 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Zbd08ReconSurveillance = 39115 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Zd12 = 39131 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ZhukM = 45300 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ZhukMae = 45303 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ZhukMe = 45304 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ZhukMme = 45305 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ZhukMse = 45307 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.ZooPark1 = 39125 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Zoopark1m = 39128 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Zoopark3 = 39127 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Zps6 = 39126 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterName.Zw06 = 39150 -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.AaaAntiAircraftArtilleryFireControl = 17 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.AcquisitionDetection = 5 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.AcquisitionTrack = 99 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.AirIntercept = 19 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.AirMapping = 21 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.AirSearchBomb = 18 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.AirTrafficControl = 22 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.Altimeter = 20 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.BarrageJamming = 38 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.BathythermalSensor = 78 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.BattlefieldSurveillance = 24 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.Beacon = 23 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.ClickJamming = 39 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.CoastalSurveillance = 27 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.DataTransmission = 29 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.DeceptiveJamming = 40 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.Decoy = 66 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.DecoyMimic = 28 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.DippingSonar = 80 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.Dropsonde = 103 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.EarlyWarningSurveillance = 2 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.EarthSurveillance = 30 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.ExperimentalOrTraining = 59 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.FireControl = 4 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.FiringPointLaunchPointLocation = 8 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.FrequencySweptJamming = 41 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.GroundControlApproach = 25 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.GroundControlIntercept = 26 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.GroundMapping = 32 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.GuidanceIllumination = 7 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.GuidanceIlluminationTrackAcquisition = 101 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.GunLayBeacon = 31 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.HarborSurveillance = 33 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.HeightFinder = 3 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.IdentificationClassificationIncludingIff = 16 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.IffIdentifyFriendOrFoe = 34 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.IlsInstrumentLandingSystem = 35 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.Imaging = 11 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.Instrumentation = 15 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.Instrumentation75 = 75 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.Interrogator = 37 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.IonosphericSound = 36 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.Jammer = 42 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.JammingDeception = 65 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.JammingNoise = 64 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.Meteorological = 49 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.MissileAcquisition = 47 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.MissileDownlink = 48 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.MissileGuidance = 60 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.MissileHoming = 61 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.MissileTracking = 62 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.MotionDetection = 12 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.MultiFunction = 1 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.Navigation = 13 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.NavigationDistanceMeasuringEquipment = 71 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.NoiseJamming = 43 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.Other = 0 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.ProximityFuse = 74 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.PulsedJamming = 44 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.RadarAltimeter = 10 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.Radiosonde = 76 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.RangeOnly = 9 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.RepeaterJamming = 45 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.SearchAcquisition = 102 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.ShellTracking = 52 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.Sonobuoy = 77 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.Space = 50 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.SpotNoiseJamming = 46 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.SurfaceSearch = 51 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.Television = 56 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.TerrainFollowing = 72 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.TestEquipment = 98 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.TowedAcousticSensor = 81 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.TowedCounterMeasure = 79 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.Tracker = 6 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.TrackGuidance = 100 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.Unknown = 57 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.VideoRemoting = 58 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.WeaponLethal = 97 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.WeaponNonLethal = 96 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.WeatherAvoidance = 73 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EmitterSystemFunction.WeatherMeteorological = 14 -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Enumerations.EntityAssociationAssociationType +OpenDisNet.Enumerations.EntityAssociationAssociationType.AssociationBroken = 3 -> OpenDisNet.Enumerations.EntityAssociationAssociationType +OpenDisNet.Enumerations.EntityAssociationAssociationType.FunctionalAssociationGeneral = 2 -> OpenDisNet.Enumerations.EntityAssociationAssociationType +OpenDisNet.Enumerations.EntityAssociationAssociationType.FunctionalAssociationObject1 = 5 -> OpenDisNet.Enumerations.EntityAssociationAssociationType +OpenDisNet.Enumerations.EntityAssociationAssociationType.FunctionalAssociationObject2 = 6 -> OpenDisNet.Enumerations.EntityAssociationAssociationType +OpenDisNet.Enumerations.EntityAssociationAssociationType.NotSpecified = 0 -> OpenDisNet.Enumerations.EntityAssociationAssociationType +OpenDisNet.Enumerations.EntityAssociationAssociationType.PhysicalAssociationGeneralObject1 = 1 -> OpenDisNet.Enumerations.EntityAssociationAssociationType +OpenDisNet.Enumerations.EntityAssociationAssociationType.PhysicalAssociationObject2 = 4 -> OpenDisNet.Enumerations.EntityAssociationAssociationType +OpenDisNet.Enumerations.EntityAssociationGroupMemberType +OpenDisNet.Enumerations.EntityAssociationGroupMemberType.ConvoyLeader = 5 -> OpenDisNet.Enumerations.EntityAssociationGroupMemberType +OpenDisNet.Enumerations.EntityAssociationGroupMemberType.ConvoyMember = 6 -> OpenDisNet.Enumerations.EntityAssociationGroupMemberType +OpenDisNet.Enumerations.EntityAssociationGroupMemberType.FormationLeader = 3 -> OpenDisNet.Enumerations.EntityAssociationGroupMemberType +OpenDisNet.Enumerations.EntityAssociationGroupMemberType.FormationMember = 4 -> OpenDisNet.Enumerations.EntityAssociationGroupMemberType +OpenDisNet.Enumerations.EntityAssociationGroupMemberType.GroupLeader = 1 -> OpenDisNet.Enumerations.EntityAssociationGroupMemberType +OpenDisNet.Enumerations.EntityAssociationGroupMemberType.GroupMember = 2 -> OpenDisNet.Enumerations.EntityAssociationGroupMemberType +OpenDisNet.Enumerations.EntityAssociationGroupMemberType.NotPartOfAGroup = 0 -> OpenDisNet.Enumerations.EntityAssociationGroupMemberType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.EngagementObject2IsBeingEngaged = 64 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.Hoisted = 15 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.Indoors = 92 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.LineBetweenCommunicationTowers = 90 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.LineBetweenPowerTowers = 91 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.MountedAttached = 5 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.MountedUnattachedAndSupported = 7 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.MountedUnattachedAndUnsupported = 6 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.NotSpecified = 0 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.RefuelingOperation = 61 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.RestrainedToALifeForm = 30 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.RestrainedToAnObject = 32 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.RestrainedToAPlatform = 31 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.ReturnToBaseObject2IsTheDestinationObject = 65 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.SearchAndRescueBasket = 62 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.SearchAndRescueRescueCollar = 63 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.TopSurface = 93 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.TowedInAirAftHook = 10 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.TowedInAirAllHooks = 14 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.TowedInAirCenterHook = 8 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.TowedInAirForwardHook = 9 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.TowedInAirMismanagedTandemCenterAndAft = 13 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.TowedInAirMismanagedTandemForeAndCenter = 12 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.TowedInAirSingleHookNotSpecified = 1 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.TowedInAirTandemHookForeAndAft = 11 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.TowedOnLand = 2 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.TowedOnWaterSurface = 3 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType.TowedUnderwater = 4 -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType +OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType.AttachedDirectlyToSurface = 1 -> OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType +OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType.CableLine = 7 -> OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType +OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType.CableWire = 2 -> OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType +OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType.Chain = 4 -> OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType +OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType.FastRope = 12 -> OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType +OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType.Handcuffs = 10 -> OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType +OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType.InContactWith = 11 -> OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType +OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType.NotSpecified = 0 -> OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType +OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType.PowerLine = 5 -> OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType +OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType.RefuelingBoom = 9 -> OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType +OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType.RefuelingDrogue = 8 -> OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType +OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType.Rope = 3 -> OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType +OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType.TelephoneLine = 6 -> OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType +OpenDisNet.Enumerations.EntityCapabilities +OpenDisNet.Enumerations.EntityCapabilities.Deconstruct(out uint Value) -> void +OpenDisNet.Enumerations.EntityCapabilities.EntityCapabilities() -> void +OpenDisNet.Enumerations.EntityCapabilities.EntityCapabilities(uint Value) -> void +OpenDisNet.Enumerations.EntityCapabilities.Equals(OpenDisNet.Enumerations.EntityCapabilities other) -> bool +OpenDisNet.Enumerations.EntityCapabilities.Value.get -> uint +OpenDisNet.Enumerations.EntityCapabilities.Value.init -> void +OpenDisNet.Enumerations.EntityDamageStatusComponentIdentification +OpenDisNet.Enumerations.EntityDamageStatusComponentIdentification.AcquisitionSensor = 7 -> OpenDisNet.Enumerations.EntityDamageStatusComponentIdentification +OpenDisNet.Enumerations.EntityDamageStatusComponentIdentification.ControlSurface = 3 -> OpenDisNet.Enumerations.EntityDamageStatusComponentIdentification +OpenDisNet.Enumerations.EntityDamageStatusComponentIdentification.ControlSystem = 2 -> OpenDisNet.Enumerations.EntityDamageStatusComponentIdentification +OpenDisNet.Enumerations.EntityDamageStatusComponentIdentification.CrewMember = 5 -> OpenDisNet.Enumerations.EntityDamageStatusComponentIdentification +OpenDisNet.Enumerations.EntityDamageStatusComponentIdentification.EnginePropulsionSystem = 4 -> OpenDisNet.Enumerations.EntityDamageStatusComponentIdentification +OpenDisNet.Enumerations.EntityDamageStatusComponentIdentification.EntityCenterNoSpecificComponent = 0 -> OpenDisNet.Enumerations.EntityDamageStatusComponentIdentification +OpenDisNet.Enumerations.EntityDamageStatusComponentIdentification.EntityStructure = 1 -> OpenDisNet.Enumerations.EntityDamageStatusComponentIdentification +OpenDisNet.Enumerations.EntityDamageStatusComponentIdentification.FuelTankSolidRocketMotor = 9 -> OpenDisNet.Enumerations.EntityDamageStatusComponentIdentification +OpenDisNet.Enumerations.EntityDamageStatusComponentIdentification.Fuse = 6 -> OpenDisNet.Enumerations.EntityDamageStatusComponentIdentification +OpenDisNet.Enumerations.EntityDamageStatusComponentIdentification.TrackingSensor = 8 -> OpenDisNet.Enumerations.EntityDamageStatusComponentIdentification +OpenDisNet.Enumerations.EntityKind +OpenDisNet.Enumerations.EntityKind.CommandAndControlC2LogicalObject = 10 -> OpenDisNet.Enumerations.EntityKind +OpenDisNet.Enumerations.EntityKind.CulturalFeature = 5 -> OpenDisNet.Enumerations.EntityKind +OpenDisNet.Enumerations.EntityKind.Environmental = 4 -> OpenDisNet.Enumerations.EntityKind +OpenDisNet.Enumerations.EntityKind.Expendable = 8 -> OpenDisNet.Enumerations.EntityKind +OpenDisNet.Enumerations.EntityKind.LifeForm = 3 -> OpenDisNet.Enumerations.EntityKind +OpenDisNet.Enumerations.EntityKind.Munition = 2 -> OpenDisNet.Enumerations.EntityKind +OpenDisNet.Enumerations.EntityKind.Other = 0 -> OpenDisNet.Enumerations.EntityKind +OpenDisNet.Enumerations.EntityKind.Platform = 1 -> OpenDisNet.Enumerations.EntityKind +OpenDisNet.Enumerations.EntityKind.Radio = 7 -> OpenDisNet.Enumerations.EntityKind +OpenDisNet.Enumerations.EntityKind.SensorEmitter = 9 -> OpenDisNet.Enumerations.EntityKind +OpenDisNet.Enumerations.EntityKind.Supply = 6 -> OpenDisNet.Enumerations.EntityKind +OpenDisNet.Enumerations.EntityMarkingCharacterSet +OpenDisNet.Enumerations.EntityMarkingCharacterSet.Ascii = 1 -> OpenDisNet.Enumerations.EntityMarkingCharacterSet +OpenDisNet.Enumerations.EntityMarkingCharacterSet.DigitChevron = 3 -> OpenDisNet.Enumerations.EntityMarkingCharacterSet +OpenDisNet.Enumerations.EntityMarkingCharacterSet.Unused = 0 -> OpenDisNet.Enumerations.EntityMarkingCharacterSet +OpenDisNet.Enumerations.EntityMarkingCharacterSet.USArmyMarking = 2 -> OpenDisNet.Enumerations.EntityMarkingCharacterSet +OpenDisNet.Enumerations.EntityMarkingCharacterSet.Utf8 = 4 -> OpenDisNet.Enumerations.EntityMarkingCharacterSet +OpenDisNet.Enumerations.EntityVpRecordChangeIndicator +OpenDisNet.Enumerations.EntityVpRecordChangeIndicator.ChangeSinceLastIssuance = 1 -> OpenDisNet.Enumerations.EntityVpRecordChangeIndicator +OpenDisNet.Enumerations.EntityVpRecordChangeIndicator.InitialReportOrNoChangeSinceLastIssuance = 0 -> OpenDisNet.Enumerations.EntityVpRecordChangeIndicator +OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus +OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus.Deconstruct(out byte Value) -> void +OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus.EnvironmentalProcessEnvironmentStatus() -> void +OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus.EnvironmentalProcessEnvironmentStatus(byte Value) -> void +OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus.Equals(OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus other) -> bool +OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus.IsActive.get -> bool +OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus.IsLast.get -> bool +OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus.Value.get -> byte +OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus.Value.init -> void +OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus.WithIsActive(bool value) -> OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus +OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus.WithIsLast(bool value) -> OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus +OpenDisNet.Enumerations.EnvironmentalProcessModelType +OpenDisNet.Enumerations.EnvironmentalProcessModelType.NoStatement = 0 -> OpenDisNet.Enumerations.EnvironmentalProcessModelType +OpenDisNet.Enumerations.EnvironmentalProcessRecordType +OpenDisNet.Enumerations.EnvironmentalProcessRecordType.BoundingSphereRecord = 65536 -> OpenDisNet.Enumerations.EnvironmentalProcessRecordType +OpenDisNet.Enumerations.EnvironmentalProcessRecordType.CombicState = 256 -> OpenDisNet.Enumerations.EnvironmentalProcessRecordType +OpenDisNet.Enumerations.EnvironmentalProcessRecordType.ConeRecord1 = 3145728 -> OpenDisNet.Enumerations.EnvironmentalProcessRecordType +OpenDisNet.Enumerations.EnvironmentalProcessRecordType.ConeRecord2 = 805306368 -> OpenDisNet.Enumerations.EnvironmentalProcessRecordType +OpenDisNet.Enumerations.EnvironmentalProcessRecordType.EllipsoidRecord1 = 1048576 -> OpenDisNet.Enumerations.EnvironmentalProcessRecordType +OpenDisNet.Enumerations.EnvironmentalProcessRecordType.EllipsoidRecord2 = 268435456 -> OpenDisNet.Enumerations.EnvironmentalProcessRecordType +OpenDisNet.Enumerations.EnvironmentalProcessRecordType.FlareState = 259 -> OpenDisNet.Enumerations.EnvironmentalProcessRecordType +OpenDisNet.Enumerations.EnvironmentalProcessRecordType.GaussianPlumeRecord = 1610612736 -> OpenDisNet.Enumerations.EnvironmentalProcessRecordType +OpenDisNet.Enumerations.EnvironmentalProcessRecordType.GaussianPuffRecord = 1879048192 -> OpenDisNet.Enumerations.EnvironmentalProcessRecordType +OpenDisNet.Enumerations.EnvironmentalProcessRecordType.LineRecord1 = 786432 -> OpenDisNet.Enumerations.EnvironmentalProcessRecordType +OpenDisNet.Enumerations.EnvironmentalProcessRecordType.LineRecord2 = 201326592 -> OpenDisNet.Enumerations.EnvironmentalProcessRecordType +OpenDisNet.Enumerations.EnvironmentalProcessRecordType.PointRecord1 = 655360 -> OpenDisNet.Enumerations.EnvironmentalProcessRecordType +OpenDisNet.Enumerations.EnvironmentalProcessRecordType.PointRecord2 = 167772160 -> OpenDisNet.Enumerations.EnvironmentalProcessRecordType +OpenDisNet.Enumerations.EnvironmentalProcessRecordType.RectangularVolumeRecord1 = 5242880 -> OpenDisNet.Enumerations.EnvironmentalProcessRecordType +OpenDisNet.Enumerations.EnvironmentalProcessRecordType.RectangularVolumeRecord2 = 1342177280 -> OpenDisNet.Enumerations.EnvironmentalProcessRecordType +OpenDisNet.Enumerations.EnvironmentalProcessRecordType.RectangularVolumeRecord3 = 83886080 -> OpenDisNet.Enumerations.EnvironmentalProcessRecordType +OpenDisNet.Enumerations.EnvironmentalProcessRecordType.SphereRecord1 = 851968 -> OpenDisNet.Enumerations.EnvironmentalProcessRecordType +OpenDisNet.Enumerations.EnvironmentalProcessRecordType.SphereRecord2 = 218103808 -> OpenDisNet.Enumerations.EnvironmentalProcessRecordType +OpenDisNet.Enumerations.EnvironmentalProcessRecordType.UniformGeometryRecord = 327680 -> OpenDisNet.Enumerations.EnvironmentalProcessRecordType +OpenDisNet.Enumerations.EventReportEventType +OpenDisNet.Enumerations.EventReportEventType.AggregateStateChangeRequested = 15 -> OpenDisNet.Enumerations.EventReportEventType +OpenDisNet.Enumerations.EventReportEventType.Damage = 4 -> OpenDisNet.Enumerations.EventReportEventType +OpenDisNet.Enumerations.EventReportEventType.Detect = 19 -> OpenDisNet.Enumerations.EventReportEventType +OpenDisNet.Enumerations.EventReportEventType.EntityInitialization = 8 -> OpenDisNet.Enumerations.EventReportEventType +OpenDisNet.Enumerations.EventReportEventType.FireDisabled = 6 -> OpenDisNet.Enumerations.EventReportEventType +OpenDisNet.Enumerations.EventReportEventType.IndirectFireOrCasFire = 10 -> OpenDisNet.Enumerations.EventReportEventType +OpenDisNet.Enumerations.EventReportEventType.KilledInActionKia = 3 -> OpenDisNet.Enumerations.EventReportEventType +OpenDisNet.Enumerations.EventReportEventType.MinefieldDetonation = 12 -> OpenDisNet.Enumerations.EventReportEventType +OpenDisNet.Enumerations.EventReportEventType.MinefieldEntry = 11 -> OpenDisNet.Enumerations.EventReportEventType +OpenDisNet.Enumerations.EventReportEventType.MobilityDisabled = 5 -> OpenDisNet.Enumerations.EventReportEventType +OpenDisNet.Enumerations.EventReportEventType.Other = 0 -> OpenDisNet.Enumerations.EventReportEventType +OpenDisNet.Enumerations.EventReportEventType.OwnershipReport = 17 -> OpenDisNet.Enumerations.EventReportEventType +OpenDisNet.Enumerations.EventReportEventType.PreventCollisionDetonation = 16 -> OpenDisNet.Enumerations.EventReportEventType +OpenDisNet.Enumerations.EventReportEventType.RadarPerception = 18 -> OpenDisNet.Enumerations.EventReportEventType +OpenDisNet.Enumerations.EventReportEventType.RanOutOfAmmunition = 2 -> OpenDisNet.Enumerations.EventReportEventType +OpenDisNet.Enumerations.EventReportEventType.RanOutOfFuel = 7 -> OpenDisNet.Enumerations.EventReportEventType +OpenDisNet.Enumerations.EventReportEventType.RequestForIndirectFireOrCasMission = 9 -> OpenDisNet.Enumerations.EventReportEventType +OpenDisNet.Enumerations.EventReportEventType.VehicleMasterPowerOff = 14 -> OpenDisNet.Enumerations.EventReportEventType +OpenDisNet.Enumerations.EventReportEventType.VehicleMasterPowerOn = 13 -> OpenDisNet.Enumerations.EventReportEventType +OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.Alcohol = 164 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.Anfo = 302 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.AvgasAviationGas = 10 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.Butane = 602 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.C4 = 456 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.CompositionC4 = 457 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.CrudeOilUnspecified = 157 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.DieselFuelUnspecifiedGrade = 152 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.DustUnspecifiedType = 801 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.Dynamite = 451 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.E85Ethanol = 154 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.Ethanol = 153 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.FlourDust = 803 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.FuelOil = 155 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.GasolinePetrolUnspecifiedOctane = 151 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.GrainDust = 802 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.Helium = 604 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.Hmx = 455 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.HydrogenGaseous = 605 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.HydrogenLiquid = 166 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.JetA = 18 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.JetA1 = 19 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.JetB = 20 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.JetBiofuel = 21 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.JetFuelUnspecified = 11 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.Jp10MissileFuel = 16 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.Jp4F40JetB = 12 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.Jp5F44JetA = 13 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.Jp7 = 14 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.Jp8F34JetA1 = 15 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.Jpts = 17 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.Kerosene = 156 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.Lh2RocketFuel = 161 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.LightCrudeOil = 158 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.LiquidPetroleumGasLpg = 159 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.LoxRocketFuel = 162 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.NaturalGasNg = 601 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.NitroglycerinNg = 301 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.NoStatement = 0 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.Petn = 454 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.Propane = 603 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.Rdx = 453 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.Rp1RocketFuel = 160 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.SugarDust = 804 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ExplosiveMaterialCategories.Tnt = 452 -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Friendly = 1 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Friendly10 = 28 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Friendly2 = 4 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Friendly3 = 7 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Friendly4 = 10 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Friendly5 = 13 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Friendly6 = 16 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Friendly7 = 19 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Friendly8 = 22 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Friendly9 = 25 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Neutral = 3 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Neutral10 = 30 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Neutral2 = 6 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Neutral3 = 9 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Neutral4 = 12 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Neutral5 = 15 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Neutral6 = 18 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Neutral7 = 21 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Neutral8 = 24 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Neutral9 = 27 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Opposing = 2 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Opposing10 = 29 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Opposing2 = 5 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Opposing3 = 8 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Opposing4 = 11 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Opposing5 = 14 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Opposing6 = 17 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Opposing7 = 20 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Opposing8 = 23 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Opposing9 = 26 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.ForceId.Other = 0 -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Enumerations.FuelLocation +OpenDisNet.Enumerations.FuelLocation.Other = 0 -> OpenDisNet.Enumerations.FuelLocation +OpenDisNet.Enumerations.FuelMeasurementUnits +OpenDisNet.Enumerations.FuelMeasurementUnits.Kilogram = 2 -> OpenDisNet.Enumerations.FuelMeasurementUnits +OpenDisNet.Enumerations.FuelMeasurementUnits.Liter = 1 -> OpenDisNet.Enumerations.FuelMeasurementUnits +OpenDisNet.Enumerations.FuelMeasurementUnits.Other = 0 -> OpenDisNet.Enumerations.FuelMeasurementUnits +OpenDisNet.Enumerations.GridAxisDescriptorAxisType +OpenDisNet.Enumerations.GridAxisDescriptorAxisType.IrregularAxis = 1 -> OpenDisNet.Enumerations.GridAxisDescriptorAxisType +OpenDisNet.Enumerations.GridAxisDescriptorAxisType.RegularAxis = 0 -> OpenDisNet.Enumerations.GridAxisDescriptorAxisType +OpenDisNet.Enumerations.GriddedDataConstantGrid +OpenDisNet.Enumerations.GriddedDataConstantGrid.ConstantGrid = 0 -> OpenDisNet.Enumerations.GriddedDataConstantGrid +OpenDisNet.Enumerations.GriddedDataConstantGrid.UpdatedGrid = 1 -> OpenDisNet.Enumerations.GriddedDataConstantGrid +OpenDisNet.Enumerations.GriddedDataCoordinateSystem +OpenDisNet.Enumerations.GriddedDataCoordinateSystem.LatitudeLongitudeDepth = 3 -> OpenDisNet.Enumerations.GriddedDataCoordinateSystem +OpenDisNet.Enumerations.GriddedDataCoordinateSystem.LatitudeLongitudeHeight = 2 -> OpenDisNet.Enumerations.GriddedDataCoordinateSystem +OpenDisNet.Enumerations.GriddedDataCoordinateSystem.LeftHandedCartesianLocalTopographicProjectionEastNorthDown = 1 -> OpenDisNet.Enumerations.GriddedDataCoordinateSystem +OpenDisNet.Enumerations.GriddedDataCoordinateSystem.RightHandedCartesianLocalTopographicProjectionEastNorthUp = 0 -> OpenDisNet.Enumerations.GriddedDataCoordinateSystem +OpenDisNet.Enumerations.GriddedDataDataRepresentation +OpenDisNet.Enumerations.GriddedDataDataRepresentation.Type0 = 0 -> OpenDisNet.Enumerations.GriddedDataDataRepresentation +OpenDisNet.Enumerations.GriddedDataDataRepresentation.Type1 = 1 -> OpenDisNet.Enumerations.GriddedDataDataRepresentation +OpenDisNet.Enumerations.GriddedDataDataRepresentation.Type2 = 2 -> OpenDisNet.Enumerations.GriddedDataDataRepresentation +OpenDisNet.Enumerations.GriddedDataSampleType +OpenDisNet.Enumerations.GriddedDataSampleType.NotSpecified = 0 -> OpenDisNet.Enumerations.GriddedDataSampleType +OpenDisNet.Enumerations.HighDensityTrackJam +OpenDisNet.Enumerations.HighDensityTrackJam.NotSelected = 0 -> OpenDisNet.Enumerations.HighDensityTrackJam +OpenDisNet.Enumerations.HighDensityTrackJam.Selected = 1 -> OpenDisNet.Enumerations.HighDensityTrackJam +OpenDisNet.Enumerations.IffApplicableModes +OpenDisNet.Enumerations.IffApplicableModes.AllModes = 1 -> OpenDisNet.Enumerations.IffApplicableModes +OpenDisNet.Enumerations.IffApplicableModes.NoApplicableModesData = 0 -> OpenDisNet.Enumerations.IffApplicableModes +OpenDisNet.Enumerations.IffSystemMode +OpenDisNet.Enumerations.IffSystemMode.Emergency = 4 -> OpenDisNet.Enumerations.IffSystemMode +OpenDisNet.Enumerations.IffSystemMode.LowOrLowSensitivity = 5 -> OpenDisNet.Enumerations.IffSystemMode +OpenDisNet.Enumerations.IffSystemMode.Normal = 3 -> OpenDisNet.Enumerations.IffSystemMode +OpenDisNet.Enumerations.IffSystemMode.NoStatement = 0 -> OpenDisNet.Enumerations.IffSystemMode +OpenDisNet.Enumerations.IffSystemMode.Off = 1 -> OpenDisNet.Enumerations.IffSystemMode +OpenDisNet.Enumerations.IffSystemMode.Standby = 2 -> OpenDisNet.Enumerations.IffSystemMode +OpenDisNet.Enumerations.IffSystemName +OpenDisNet.Enumerations.IffSystemName.Ari5954Rrb = 8 -> OpenDisNet.Enumerations.IffSystemName +OpenDisNet.Enumerations.IffSystemName.Ari5983Rrb = 9 -> OpenDisNet.Enumerations.IffSystemName +OpenDisNet.Enumerations.IffSystemName.GenericAtcrbs = 3 -> OpenDisNet.Enumerations.IffSystemName +OpenDisNet.Enumerations.IffSystemName.GenericMarkX = 1 -> OpenDisNet.Enumerations.IffSystemName +OpenDisNet.Enumerations.IffSystemName.GenericMarkXA = 17 -> OpenDisNet.Enumerations.IffSystemName +OpenDisNet.Enumerations.IffSystemName.GenericMarkXii = 2 -> OpenDisNet.Enumerations.IffSystemName +OpenDisNet.Enumerations.IffSystemName.GenericMarkXiia = 11 -> OpenDisNet.Enumerations.IffSystemName +OpenDisNet.Enumerations.IffSystemName.GenericMarkXiiaCombinedInterrogatorTransponderCit = 13 -> OpenDisNet.Enumerations.IffSystemName +OpenDisNet.Enumerations.IffSystemName.GenericMarkXiiCombinedInterrogatorTransponderCit = 14 -> OpenDisNet.Enumerations.IffSystemName +OpenDisNet.Enumerations.IffSystemName.GenericMarkXSif = 18 -> OpenDisNet.Enumerations.IffSystemName +OpenDisNet.Enumerations.IffSystemName.GenericMarkXXiiAtcrbs = 6 -> OpenDisNet.Enumerations.IffSystemName +OpenDisNet.Enumerations.IffSystemName.GenericMarkXXiiAtcrbsModeS = 7 -> OpenDisNet.Enumerations.IffSystemName +OpenDisNet.Enumerations.IffSystemName.GenericMode5 = 12 -> OpenDisNet.Enumerations.IffSystemName +OpenDisNet.Enumerations.IffSystemName.GenericModeS = 5 -> OpenDisNet.Enumerations.IffSystemName +OpenDisNet.Enumerations.IffSystemName.GenericRrb = 10 -> OpenDisNet.Enumerations.IffSystemName +OpenDisNet.Enumerations.IffSystemName.GenericSoviet = 4 -> OpenDisNet.Enumerations.IffSystemName +OpenDisNet.Enumerations.IffSystemName.GenericTcasIAcasITransceiver = 15 -> OpenDisNet.Enumerations.IffSystemName +OpenDisNet.Enumerations.IffSystemName.GenericTcasIiAcasIiTransceiver = 16 -> OpenDisNet.Enumerations.IffSystemName +OpenDisNet.Enumerations.IffSystemName.NotUsedInvalidValue = 0 -> OpenDisNet.Enumerations.IffSystemName +OpenDisNet.Enumerations.IffSystemType +OpenDisNet.Enumerations.IffSystemType.MarkXiiaCombinedInterrogatorTransponderCit = 12 -> OpenDisNet.Enumerations.IffSystemType +OpenDisNet.Enumerations.IffSystemType.MarkXiiaInterrogator = 6 -> OpenDisNet.Enumerations.IffSystemType +OpenDisNet.Enumerations.IffSystemType.MarkXiiaTransponder = 9 -> OpenDisNet.Enumerations.IffSystemType +OpenDisNet.Enumerations.IffSystemType.MarkXiiCombinedInterrogatorTransponderCit = 13 -> OpenDisNet.Enumerations.IffSystemType +OpenDisNet.Enumerations.IffSystemType.MarkXXiiAtcrbsInterrogator = 2 -> OpenDisNet.Enumerations.IffSystemType +OpenDisNet.Enumerations.IffSystemType.MarkXXiiAtcrbsTransponder = 1 -> OpenDisNet.Enumerations.IffSystemType +OpenDisNet.Enumerations.IffSystemType.Mode5Interrogator = 7 -> OpenDisNet.Enumerations.IffSystemType +OpenDisNet.Enumerations.IffSystemType.Mode5Transponder = 10 -> OpenDisNet.Enumerations.IffSystemType +OpenDisNet.Enumerations.IffSystemType.ModeSInterrogator = 8 -> OpenDisNet.Enumerations.IffSystemType +OpenDisNet.Enumerations.IffSystemType.ModeSTransponder = 11 -> OpenDisNet.Enumerations.IffSystemType +OpenDisNet.Enumerations.IffSystemType.NotUsedInvalidValue = 0 -> OpenDisNet.Enumerations.IffSystemType +OpenDisNet.Enumerations.IffSystemType.RrbTransponder = 5 -> OpenDisNet.Enumerations.IffSystemType +OpenDisNet.Enumerations.IffSystemType.SovietInterrogator = 4 -> OpenDisNet.Enumerations.IffSystemType +OpenDisNet.Enumerations.IffSystemType.SovietTransponder = 3 -> OpenDisNet.Enumerations.IffSystemType +OpenDisNet.Enumerations.IffSystemType.TcasAcasTransceiver = 14 -> OpenDisNet.Enumerations.IffSystemType +OpenDisNet.Enumerations.IntercomControlCommand +OpenDisNet.Enumerations.IntercomControlCommand.Connect = 2 -> OpenDisNet.Enumerations.IntercomControlCommand +OpenDisNet.Enumerations.IntercomControlCommand.Disconnect = 3 -> OpenDisNet.Enumerations.IntercomControlCommand +OpenDisNet.Enumerations.IntercomControlCommand.NoCommand = 0 -> OpenDisNet.Enumerations.IntercomControlCommand +OpenDisNet.Enumerations.IntercomControlCommand.Off = 6 -> OpenDisNet.Enumerations.IntercomControlCommand +OpenDisNet.Enumerations.IntercomControlCommand.On = 5 -> OpenDisNet.Enumerations.IntercomControlCommand +OpenDisNet.Enumerations.IntercomControlCommand.Reset = 4 -> OpenDisNet.Enumerations.IntercomControlCommand +OpenDisNet.Enumerations.IntercomControlCommand.Status = 1 -> OpenDisNet.Enumerations.IntercomControlCommand +OpenDisNet.Enumerations.IntercomControlControlType +OpenDisNet.Enumerations.IntercomControlControlType.AckRequestGranted = 4 -> OpenDisNet.Enumerations.IntercomControlControlType +OpenDisNet.Enumerations.IntercomControlControlType.NackRequestDenied = 5 -> OpenDisNet.Enumerations.IntercomControlControlType +OpenDisNet.Enumerations.IntercomControlControlType.RequestAcknowledgeRequired = 2 -> OpenDisNet.Enumerations.IntercomControlControlType +OpenDisNet.Enumerations.IntercomControlControlType.RequestNoAcknowledge = 3 -> OpenDisNet.Enumerations.IntercomControlControlType +OpenDisNet.Enumerations.IntercomControlControlType.Reserved = 0 -> OpenDisNet.Enumerations.IntercomControlControlType +OpenDisNet.Enumerations.IntercomControlControlType.Status = 1 -> OpenDisNet.Enumerations.IntercomControlControlType +OpenDisNet.Enumerations.IntercomControlRecordType +OpenDisNet.Enumerations.IntercomControlRecordType.GroupAssignmentRecord = 3 -> OpenDisNet.Enumerations.IntercomControlRecordType +OpenDisNet.Enumerations.IntercomControlRecordType.GroupDestinationRecord = 2 -> OpenDisNet.Enumerations.IntercomControlRecordType +OpenDisNet.Enumerations.IntercomControlRecordType.SpecificDestinationRecord = 1 -> OpenDisNet.Enumerations.IntercomControlRecordType +OpenDisNet.Enumerations.IntercomControlTransmitLineState +OpenDisNet.Enumerations.IntercomControlTransmitLineState.NotTransmitting = 1 -> OpenDisNet.Enumerations.IntercomControlTransmitLineState +OpenDisNet.Enumerations.IntercomControlTransmitLineState.TransmitLineStateNotApplicable = 0 -> OpenDisNet.Enumerations.IntercomControlTransmitLineState +OpenDisNet.Enumerations.IntercomControlTransmitLineState.Transmitting = 2 -> OpenDisNet.Enumerations.IntercomControlTransmitLineState +OpenDisNet.Enumerations.IoActionIoActionPhase +OpenDisNet.Enumerations.IoActionIoActionPhase.ContinueAttackEffectsWithChanges = 6 -> OpenDisNet.Enumerations.IoActionIoActionPhase +OpenDisNet.Enumerations.IoActionIoActionPhase.ContinueAttackProfileWithChanges = 3 -> OpenDisNet.Enumerations.IoActionIoActionPhase +OpenDisNet.Enumerations.IoActionIoActionPhase.EndAttackedEffects = 5 -> OpenDisNet.Enumerations.IoActionIoActionPhase +OpenDisNet.Enumerations.IoActionIoActionPhase.EndAttackProfile = 2 -> OpenDisNet.Enumerations.IoActionIoActionPhase +OpenDisNet.Enumerations.IoActionIoActionPhase.NoStatement = 0 -> OpenDisNet.Enumerations.IoActionIoActionPhase +OpenDisNet.Enumerations.IoActionIoActionPhase.StartAttackEffects = 4 -> OpenDisNet.Enumerations.IoActionIoActionPhase +OpenDisNet.Enumerations.IoActionIoActionPhase.StartAttackProfile = 1 -> OpenDisNet.Enumerations.IoActionIoActionPhase +OpenDisNet.Enumerations.IoActionIoActionType +OpenDisNet.Enumerations.IoActionIoActionType.IntentBasedEw = 3 -> OpenDisNet.Enumerations.IoActionIoActionType +OpenDisNet.Enumerations.IoActionIoActionType.IntentBasedEwComputedEffects = 4 -> OpenDisNet.Enumerations.IoActionIoActionType +OpenDisNet.Enumerations.IoActionIoActionType.IoAttackComputedEffects = 2 -> OpenDisNet.Enumerations.IoActionIoActionType +OpenDisNet.Enumerations.IoActionIoActionType.IoAttackProfileDataParametrics = 1 -> OpenDisNet.Enumerations.IoActionIoActionType +OpenDisNet.Enumerations.IoActionIoActionType.NoStatement = 0 -> OpenDisNet.Enumerations.IoActionIoActionType +OpenDisNet.Enumerations.IoActionIoSimulationSource +OpenDisNet.Enumerations.IoActionIoSimulationSource.NoStatement = 0 -> OpenDisNet.Enumerations.IoActionIoSimulationSource +OpenDisNet.Enumerations.IoActionIoWarfareType +OpenDisNet.Enumerations.IoActionIoWarfareType.ComputerNetworkOperationsCno = 2 -> OpenDisNet.Enumerations.IoActionIoWarfareType +OpenDisNet.Enumerations.IoActionIoWarfareType.ElectronicWarfareEw = 1 -> OpenDisNet.Enumerations.IoActionIoWarfareType +OpenDisNet.Enumerations.IoActionIoWarfareType.MilitaryDeceptionMildec = 4 -> OpenDisNet.Enumerations.IoActionIoWarfareType +OpenDisNet.Enumerations.IoActionIoWarfareType.NoStatement = 0 -> OpenDisNet.Enumerations.IoActionIoWarfareType +OpenDisNet.Enumerations.IoActionIoWarfareType.OperationsSecurityOpsec = 5 -> OpenDisNet.Enumerations.IoActionIoWarfareType +OpenDisNet.Enumerations.IoActionIoWarfareType.PhysicalAttack = 6 -> OpenDisNet.Enumerations.IoActionIoWarfareType +OpenDisNet.Enumerations.IoActionIoWarfareType.PsychologicalOperationsPsyops = 3 -> OpenDisNet.Enumerations.IoActionIoWarfareType +OpenDisNet.Enumerations.IoCommsNodeRecordCommsNodeType +OpenDisNet.Enumerations.IoCommsNodeRecordCommsNodeType.NoStatement = 0 -> OpenDisNet.Enumerations.IoCommsNodeRecordCommsNodeType +OpenDisNet.Enumerations.IoCommsNodeRecordCommsNodeType.ReceiverNodeId = 2 -> OpenDisNet.Enumerations.IoCommsNodeRecordCommsNodeType +OpenDisNet.Enumerations.IoCommsNodeRecordCommsNodeType.SenderNodeId = 1 -> OpenDisNet.Enumerations.IoCommsNodeRecordCommsNodeType +OpenDisNet.Enumerations.IoCommsNodeRecordCommsNodeType.SenderReceiverNodeId = 3 -> OpenDisNet.Enumerations.IoCommsNodeRecordCommsNodeType +OpenDisNet.Enumerations.IoEffectsRecordIoEffect +OpenDisNet.Enumerations.IoEffectsRecordIoEffect.Degradation = 2 -> OpenDisNet.Enumerations.IoEffectsRecordIoEffect +OpenDisNet.Enumerations.IoEffectsRecordIoEffect.Denial = 1 -> OpenDisNet.Enumerations.IoEffectsRecordIoEffect +OpenDisNet.Enumerations.IoEffectsRecordIoEffect.Disruption = 3 -> OpenDisNet.Enumerations.IoEffectsRecordIoEffect +OpenDisNet.Enumerations.IoEffectsRecordIoEffect.NoStatement = 0 -> OpenDisNet.Enumerations.IoEffectsRecordIoEffect +OpenDisNet.Enumerations.IoEffectsRecordIoEffect.TerminateEffect = 255 -> OpenDisNet.Enumerations.IoEffectsRecordIoEffect +OpenDisNet.Enumerations.IoEffectsRecordIoLinkType +OpenDisNet.Enumerations.IoEffectsRecordIoLinkType.LogicalLink = 1 -> OpenDisNet.Enumerations.IoEffectsRecordIoLinkType +OpenDisNet.Enumerations.IoEffectsRecordIoLinkType.NoStatement = 0 -> OpenDisNet.Enumerations.IoEffectsRecordIoLinkType +OpenDisNet.Enumerations.IoEffectsRecordIoLinkType.PhysicalLink = 3 -> OpenDisNet.Enumerations.IoEffectsRecordIoLinkType +OpenDisNet.Enumerations.IoEffectsRecordIoLinkType.PhysicalNode = 2 -> OpenDisNet.Enumerations.IoEffectsRecordIoLinkType +OpenDisNet.Enumerations.IoEffectsRecordIoProcess +OpenDisNet.Enumerations.IoEffectsRecordIoProcess.NoStatement = 0 -> OpenDisNet.Enumerations.IoEffectsRecordIoProcess +OpenDisNet.Enumerations.IoEffectsRecordIoStatus +OpenDisNet.Enumerations.IoEffectsRecordIoStatus.EffectOnMessage = 4 -> OpenDisNet.Enumerations.IoEffectsRecordIoStatus +OpenDisNet.Enumerations.IoEffectsRecordIoStatus.EffectOnReceiver = 2 -> OpenDisNet.Enumerations.IoEffectsRecordIoStatus +OpenDisNet.Enumerations.IoEffectsRecordIoStatus.EffectOnReceiverAndMessage = 6 -> OpenDisNet.Enumerations.IoEffectsRecordIoStatus +OpenDisNet.Enumerations.IoEffectsRecordIoStatus.EffectOnSender = 1 -> OpenDisNet.Enumerations.IoEffectsRecordIoStatus +OpenDisNet.Enumerations.IoEffectsRecordIoStatus.EffectOnSenderAndMessage = 5 -> OpenDisNet.Enumerations.IoEffectsRecordIoStatus +OpenDisNet.Enumerations.IoEffectsRecordIoStatus.EffectOnSenderAndReceiver = 3 -> OpenDisNet.Enumerations.IoEffectsRecordIoStatus +OpenDisNet.Enumerations.IoEffectsRecordIoStatus.EffectOnSenderReceiverAndMessage = 7 -> OpenDisNet.Enumerations.IoEffectsRecordIoStatus +OpenDisNet.Enumerations.IoEffectsRecordIoStatus.NoStatement = 0 -> OpenDisNet.Enumerations.IoEffectsRecordIoStatus +OpenDisNet.Enumerations.IoReportIoReportType +OpenDisNet.Enumerations.IoReportIoReportType.FinalReport = 3 -> OpenDisNet.Enumerations.IoReportIoReportType +OpenDisNet.Enumerations.IoReportIoReportType.InitialReport = 1 -> OpenDisNet.Enumerations.IoReportIoReportType +OpenDisNet.Enumerations.IoReportIoReportType.NoStatement = 0 -> OpenDisNet.Enumerations.IoReportIoReportType +OpenDisNet.Enumerations.IoReportIoReportType.UpdateReport = 2 -> OpenDisNet.Enumerations.IoReportIoReportType +OpenDisNet.Enumerations.IsGroupOfGroupedEntityCategory +OpenDisNet.Enumerations.IsGroupOfGroupedEntityCategory.BasicFixedWingAircraft = 7 -> OpenDisNet.Enumerations.IsGroupOfGroupedEntityCategory +OpenDisNet.Enumerations.IsGroupOfGroupedEntityCategory.BasicGroundCombatSoldier = 3 -> OpenDisNet.Enumerations.IsGroupOfGroupedEntityCategory +OpenDisNet.Enumerations.IsGroupOfGroupedEntityCategory.BasicGroundCombatVehicle = 1 -> OpenDisNet.Enumerations.IsGroupOfGroupedEntityCategory +OpenDisNet.Enumerations.IsGroupOfGroupedEntityCategory.BasicRotorWingAircraft = 5 -> OpenDisNet.Enumerations.IsGroupOfGroupedEntityCategory +OpenDisNet.Enumerations.IsGroupOfGroupedEntityCategory.EnhancedFixedWingAircraft = 8 -> OpenDisNet.Enumerations.IsGroupOfGroupedEntityCategory +OpenDisNet.Enumerations.IsGroupOfGroupedEntityCategory.EnhancedGroundCombatSoldier = 4 -> OpenDisNet.Enumerations.IsGroupOfGroupedEntityCategory +OpenDisNet.Enumerations.IsGroupOfGroupedEntityCategory.EnhancedGroundCombatVehicle = 2 -> OpenDisNet.Enumerations.IsGroupOfGroupedEntityCategory +OpenDisNet.Enumerations.IsGroupOfGroupedEntityCategory.EnhancedRotorWingAircraft = 6 -> OpenDisNet.Enumerations.IsGroupOfGroupedEntityCategory +OpenDisNet.Enumerations.IsGroupOfGroupedEntityCategory.GroundLogisticsVehicle = 9 -> OpenDisNet.Enumerations.IsGroupOfGroupedEntityCategory +OpenDisNet.Enumerations.IsGroupOfGroupedEntityCategory.Undefined = 0 -> OpenDisNet.Enumerations.IsGroupOfGroupedEntityCategory +OpenDisNet.Enumerations.IsPartOfNature +OpenDisNet.Enumerations.IsPartOfNature.ComputerGeneratedForcesCarriedAsCargo = 5 -> OpenDisNet.Enumerations.IsPartOfNature +OpenDisNet.Enumerations.IsPartOfNature.EmitterMountedOnHost = 7 -> OpenDisNet.Enumerations.IsPartOfNature +OpenDisNet.Enumerations.IsPartOfNature.EntityStationedAtPositionWithRespectToHost = 9 -> OpenDisNet.Enumerations.IsPartOfNature +OpenDisNet.Enumerations.IsPartOfNature.FuelCarriedAsCargo = 3 -> OpenDisNet.Enumerations.IsPartOfNature +OpenDisNet.Enumerations.IsPartOfNature.GunmountAttachedToHost = 4 -> OpenDisNet.Enumerations.IsPartOfNature +OpenDisNet.Enumerations.IsPartOfNature.HostFireableMunition = 1 -> OpenDisNet.Enumerations.IsPartOfNature +OpenDisNet.Enumerations.IsPartOfNature.MobileCommandAndControlEntityCarriedAboardHost = 8 -> OpenDisNet.Enumerations.IsPartOfNature +OpenDisNet.Enumerations.IsPartOfNature.MunitionCarriedAsCargo = 2 -> OpenDisNet.Enumerations.IsPartOfNature +OpenDisNet.Enumerations.IsPartOfNature.Other = 0 -> OpenDisNet.Enumerations.IsPartOfNature +OpenDisNet.Enumerations.IsPartOfNature.TeamMemberInFormationWith = 10 -> OpenDisNet.Enumerations.IsPartOfNature +OpenDisNet.Enumerations.IsPartOfNature.VehicleCarriedAsCargo = 6 -> OpenDisNet.Enumerations.IsPartOfNature +OpenDisNet.Enumerations.IsPartOfPosition +OpenDisNet.Enumerations.IsPartOfPosition.InsideOf = 2 -> OpenDisNet.Enumerations.IsPartOfPosition +OpenDisNet.Enumerations.IsPartOfPosition.OnTopOf = 1 -> OpenDisNet.Enumerations.IsPartOfPosition +OpenDisNet.Enumerations.IsPartOfPosition.Other = 0 -> OpenDisNet.Enumerations.IsPartOfPosition +OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.AerialRefuelingReceptacle = 18 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.AftTorpedoTube = 9 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.AircraftWingstation = 1 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.AirRefuelingProbe = 22 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.AirToAirRefuelingBoom = 17 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.BombBay = 10 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.CargoBay = 11 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.CenterRefuelingDrogue = 21 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.ForwardTorpedoTube = 8 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.OnStationRangeAndBearing = 15 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.OnStationXyz = 16 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.Other = 0 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.PortSideRefuelingDrogue = 19 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.ShipSAftGunmountCenterline = 7 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.ShipSAftGunmountPort = 6 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.ShipSAftGunmountStarboard = 5 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.ShipSForwardGunmountCenterline = 4 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.ShipSForwardGunmountPort = 3 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.ShipSForwardGunmountStarboard = 2 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.StarboardSideRefuelingDrogue = 20 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.TrailerBed = 13 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.TruckBed = 12 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.IsPartOfStationName.WellDeck = 14 -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Enumerations.MinefieldDataFusing +OpenDisNet.Enumerations.MinefieldDataFusing.Deconstruct(out ushort Value) -> void +OpenDisNet.Enumerations.MinefieldDataFusing.Equals(OpenDisNet.Enumerations.MinefieldDataFusing other) -> bool +OpenDisNet.Enumerations.MinefieldDataFusing.HasAntiHandlingDevice.get -> bool +OpenDisNet.Enumerations.MinefieldDataFusing.MinefieldDataFusing() -> void +OpenDisNet.Enumerations.MinefieldDataFusing.MinefieldDataFusing(ushort Value) -> void +OpenDisNet.Enumerations.MinefieldDataFusing.Primary.get -> ushort +OpenDisNet.Enumerations.MinefieldDataFusing.Secondary.get -> ushort +OpenDisNet.Enumerations.MinefieldDataFusing.Value.get -> ushort +OpenDisNet.Enumerations.MinefieldDataFusing.Value.init -> void +OpenDisNet.Enumerations.MinefieldDataFusing.WithHasAntiHandlingDevice(bool value) -> OpenDisNet.Enumerations.MinefieldDataFusing +OpenDisNet.Enumerations.MinefieldDataFusing.WithPrimary(ushort value) -> OpenDisNet.Enumerations.MinefieldDataFusing +OpenDisNet.Enumerations.MinefieldDataFusing.WithSecondary(ushort value) -> OpenDisNet.Enumerations.MinefieldDataFusing +OpenDisNet.Enumerations.MinefieldDataPaintScheme +OpenDisNet.Enumerations.MinefieldDataPaintScheme.Algae.get -> byte +OpenDisNet.Enumerations.MinefieldDataPaintScheme.Deconstruct(out byte Value) -> void +OpenDisNet.Enumerations.MinefieldDataPaintScheme.Equals(OpenDisNet.Enumerations.MinefieldDataPaintScheme other) -> bool +OpenDisNet.Enumerations.MinefieldDataPaintScheme.MinefieldDataPaintScheme() -> void +OpenDisNet.Enumerations.MinefieldDataPaintScheme.MinefieldDataPaintScheme(byte Value) -> void +OpenDisNet.Enumerations.MinefieldDataPaintScheme.PaintScheme.get -> byte +OpenDisNet.Enumerations.MinefieldDataPaintScheme.Value.get -> byte +OpenDisNet.Enumerations.MinefieldDataPaintScheme.Value.init -> void +OpenDisNet.Enumerations.MinefieldDataPaintScheme.WithAlgae(byte value) -> OpenDisNet.Enumerations.MinefieldDataPaintScheme +OpenDisNet.Enumerations.MinefieldDataPaintScheme.WithPaintScheme(byte value) -> OpenDisNet.Enumerations.MinefieldDataPaintScheme +OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap +OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap.ActiveStatus.get -> bool +OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap.Deconstruct(out ushort Value) -> void +OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap.Equals(OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap other) -> bool +OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap.Lane.get -> bool +OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap.MinefieldStateAppearanceBitMap() -> void +OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap.MinefieldStateAppearanceBitMap(ushort Value) -> void +OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap.MinefieldType.get -> ushort +OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap.State.get -> bool +OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap.Value.get -> ushort +OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap.Value.init -> void +OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap.WithActiveStatus(bool value) -> OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap +OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap.WithLane(bool value) -> OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap +OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap.WithMinefieldType(ushort value) -> OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap +OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap.WithState(bool value) -> OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap +OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.Acoustic = 7000 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.Altitude = 5000 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.AltitudeAirBurst = 5200 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.AltitudeRadioAltimeter = 5100 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.BaseDetonationBd = 300 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.Body = 50 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.Command = 4000 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.CommandElectronicRemotelySet = 4100 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.CompressionIgnition = 9300 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.CompressionIgnitionStrikerlessNoseImpact = 9310 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.Contact = 1000 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactBallisticCapAndBase = 1940 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactBase = 1950 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactBaseDetonating = 1930 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactChemical = 1800 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactCrush = 1500 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactDelayed = 1200 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactDelayed100MsDelay = 1210 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactDelayed10MsDelay = 1201 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactDelayed120MsDelay = 1258 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactDelayed125MsDelay = 1212 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactDelayed15MsDelay = 1251 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactDelayed180MsDelay = 1259 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactDelayed20MsDelay = 1202 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactDelayed240MsDelay = 1260 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactDelayed250MsDelay = 1225 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactDelayed25MsDelay = 1252 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactDelayed30MsDelay = 1253 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactDelayed35MsDelay = 1254 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactDelayed40MsDelay = 1255 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactDelayed45MsDelay = 1256 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactDelayed50MsDelay = 1205 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactDelayed5MsDelay = 1250 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactDelayed60MsDelay = 1206 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactDelayed90MsDelay = 1257 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactElectronicObliqueContact = 1300 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactFittedInStandoffProbe = 1970 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactGraze = 1400 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactHydrostatic = 1600 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactInstantImpact = 1100 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactMechanical = 1700 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactNonAligned = 1980 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactNose = 1960 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactPiezoelectric = 1900 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactPointInitiating = 1910 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ContactPointInitiatingBaseDetonating = 1920 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.DeepIntrusion = 60 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.Depth = 6000 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.Dummy = 8110 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.Electromechanical = 9110 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ElectromechanicalNose = 9120 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.Electronic = 9500 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ElectronicInternallyMounted = 9510 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ElectronicProgrammed = 9530 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ElectronicRangeSetting = 9520 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ElectroOptical = 9100 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.Inert = 8100 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.IntelligentInfluence = 10 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.Mechanical = 9600 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.MechanicalNose = 9610 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.MechanicalTail = 9620 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.Multifunction = 100 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.Other = 0 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.Percussion = 9400 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.PercussionInstantaneous = 9410 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.PlugRepresenting = 8130 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.PointDetonationPd = 200 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.Practice = 8120 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.Pressure = 8000 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.PressureDelay = 8010 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.Proximity = 3000 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ProximityActiveLaser = 3100 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ProximityActiveRadarDopplerRadar = 3300 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ProximityInfrared = 3700 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ProximityMagneticMagpolarity = 3200 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ProximityProgrammable = 3500 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ProximityProgrammablePrefragmented = 3600 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.ProximityRadioFrequencyRf = 3400 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.Pyrotechnic = 9000 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.PyrotechnicDelay = 9010 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.SelfDestruct = 30 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.Sensor = 20 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.Strikerless = 9200 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.StrikerlessCompressionIgnition = 9220 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.StrikerlessNoseImpact = 9210 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.Timed = 2000 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.TimedBaseDelay = 2500 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.TimedBurnout = 2200 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.TimedElectronic = 2400 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.TimedImpact = 2920 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.TimedLongDelaySide = 2900 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.TimedNoseMountedVariableDelay = 2800 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.TimedProgrammable = 2100 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.TimedPyrotechnic = 2300 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.TimedReinforcedNoseImpactDelay = 2600 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.TimedSelectableDelay = 2910 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.TimedSequence = 2930 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.TimedShortDelayImpact = 2700 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.TimedShortDelayImpact100MsDelay = 2710 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.TimedShortDelayImpact10MsDelay = 2701 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.TimedShortDelayImpact125MsDelay = 2712 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.TimedShortDelayImpact20MsDelay = 2702 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.TimedShortDelayImpact250MsDelay = 2725 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.TimedShortDelayImpact50MsDelay = 2705 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.TimedShortDelayImpact60MsDelay = 2706 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.Training = 8150 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorFuse.UltraQuick = 40 -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.AaAceticAcid = 8470 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.AcHcn = 8210 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.Biological = 9000 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.BiologicalBacteria = 9200 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.BiologicalGeneticallyModifiedMicroOrganisms = 9400 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.BiologicalRickettsia = 9300 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.BiologicalToxin = 9500 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.BiologicalVirus = 9100 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.Bis = 8410 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.Blank = 4001 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.CargoVariableSubmunitions = 10 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.CgPhosgene = 8220 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.ChemicalBlisterAgent = 8100 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.ChemicalBloodAgent = 8200 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.ChemicalGeneral = 8000 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.ChemicalNerveAgent = 8300 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.CkCnci = 8215 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.CxPhosgeneOxime = 8140 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.Dem = 8160 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.DmaDimethylAcrylate = 8155 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.DmhpPhosphite = 8150 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.DmmpPhosphateDimethylHydrogen = 8145 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.Dummy = 4002 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.DustyGaTabun = 8335 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.DustyGbSarin = 8350 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.DustyGdSoman = 8365 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.DustyGf = 8380 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.DustyHdMustard = 8120 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.DustyVx = 8320 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.FogoFogOil = 2010 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.FuelAirExplosive = 20 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.GaTabun = 8325 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.GbSarin = 8340 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.GdSoman = 8355 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.Gf = 8370 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.GlassBeads = 30 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.H2oWater = 8445 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HcHexaChloroEthane = 2015 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HdMustard = 8110 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HeAntiPersonnel = 1685 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HeAntiTank = 1400 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HeBlastFragmentation = 1620 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HeBlastPenetrator = 1675 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HeBomblets = 1500 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HeContinuousRod = 1610 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HeDarts = 1630 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HeDirectedFragmentation = 1640 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HeDoubleHollowCharge = 1665 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HeFlechettes = 1635 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HeFragmentation = 1300 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HeGeneralPurpose = 1670 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HeHollowCharge = 1660 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HeIncendiary = 1200 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HePenetratorBlastFragmentation = 1695 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HePlastic = 1100 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HeRodPenetrator = 1680 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HeSemiArmorPiercingFragmentation = 1655 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HeSemiArmorPiercingSap = 1645 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HeShapedCharge = 1600 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HeShapedChargeFragmentation = 1650 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HeShapedChargeFragmentationIncendiary = 1690 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HeSteerableDartsWithHe = 1625 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HeTungstenBall = 1615 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HfHydrofluoricAcid = 8475 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HighExplosiveHe = 1000 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.HlMustardLewisite = 8135 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.Hn3NitrogenMustard = 8130 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.Illumination = 3000 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.Kinetic = 5000 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.LLewisite = 8125 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.Mines = 6000 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.MsMethylSalicylate = 8425 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.Nuclear = 7000 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.NuclearImt = 7010 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.Other = 0 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.Practice = 4000 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.PxPXlene = 8165 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.Smoke = 2000 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.SulfurHexafluoride = 8465 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.SvxSovietVx = 8385 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.Tcp = 8415 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.Tep = 8430 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.ThickenedGaTabun = 8330 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.ThickenedGbSarin = 8345 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.ThickenedGdSoman = 8360 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.ThickenedGf = 8375 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.ThickenedHdMustard = 8115 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.ThickenedVx = 8315 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.To1ToxicOrganic1 = 8450 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.To2ToxicOrganic2 = 8455 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.To3ToxicOrganic3 = 8460 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.Value10Um = 33 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.Value1Um = 31 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.Value5Um = 32 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.Vx = 8310 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionDescriptorWarhead.WpWhitePhosphorus = 2005 -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Enumerations.MunitionExpendableStatus +OpenDisNet.Enumerations.MunitionExpendableStatus.Inventory = 2 -> OpenDisNet.Enumerations.MunitionExpendableStatus +OpenDisNet.Enumerations.MunitionExpendableStatus.Other = 0 -> OpenDisNet.Enumerations.MunitionExpendableStatus +OpenDisNet.Enumerations.MunitionExpendableStatus.Ready = 1 -> OpenDisNet.Enumerations.MunitionExpendableStatus +OpenDisNet.Enumerations.NavigationSource +OpenDisNet.Enumerations.NavigationSource.Gps = 1 -> OpenDisNet.Enumerations.NavigationSource +OpenDisNet.Enumerations.NavigationSource.Ins = 2 -> OpenDisNet.Enumerations.NavigationSource +OpenDisNet.Enumerations.NavigationSource.InsGps = 3 -> OpenDisNet.Enumerations.NavigationSource +OpenDisNet.Enumerations.NavigationSource.NoStatement = 0 -> OpenDisNet.Enumerations.NavigationSource +OpenDisNet.Enumerations.ObjectKind +OpenDisNet.Enumerations.ObjectKind.CulturalFeature = 3 -> OpenDisNet.Enumerations.ObjectKind +OpenDisNet.Enumerations.ObjectKind.EnvironmentalObject = 8 -> OpenDisNet.Enumerations.ObjectKind +OpenDisNet.Enumerations.ObjectKind.Obstacle = 1 -> OpenDisNet.Enumerations.ObjectKind +OpenDisNet.Enumerations.ObjectKind.ObstacleBreach = 7 -> OpenDisNet.Enumerations.ObjectKind +OpenDisNet.Enumerations.ObjectKind.ObstacleMarker = 6 -> OpenDisNet.Enumerations.ObjectKind +OpenDisNet.Enumerations.ObjectKind.Other = 0 -> OpenDisNet.Enumerations.ObjectKind +OpenDisNet.Enumerations.ObjectKind.Passageway = 4 -> OpenDisNet.Enumerations.ObjectKind +OpenDisNet.Enumerations.ObjectKind.PreparedPosition = 2 -> OpenDisNet.Enumerations.ObjectKind +OpenDisNet.Enumerations.ObjectKind.TacticalSmoke = 5 -> OpenDisNet.Enumerations.ObjectKind +OpenDisNet.Enumerations.ObjectStateAppearanceGeneral +OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.Damage.get -> ushort +OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.Deconstruct(out ushort Value) -> void +OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.Equals(OpenDisNet.Enumerations.ObjectStateAppearanceGeneral other) -> bool +OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.IedPresent.get -> ushort +OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.IsFlaming.get -> bool +OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.IsSmoking.get -> bool +OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.ObjectStateAppearanceGeneral() -> void +OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.ObjectStateAppearanceGeneral(ushort Value) -> void +OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.PercentComplete.get -> ushort +OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.Predistributed.get -> bool +OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.State.get -> bool +OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.Value.get -> ushort +OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.Value.init -> void +OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.WithDamage(ushort value) -> OpenDisNet.Enumerations.ObjectStateAppearanceGeneral +OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.WithIedPresent(ushort value) -> OpenDisNet.Enumerations.ObjectStateAppearanceGeneral +OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.WithIsFlaming(bool value) -> OpenDisNet.Enumerations.ObjectStateAppearanceGeneral +OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.WithIsSmoking(bool value) -> OpenDisNet.Enumerations.ObjectStateAppearanceGeneral +OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.WithPercentComplete(ushort value) -> OpenDisNet.Enumerations.ObjectStateAppearanceGeneral +OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.WithPredistributed(bool value) -> OpenDisNet.Enumerations.ObjectStateAppearanceGeneral +OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.WithState(bool value) -> OpenDisNet.Enumerations.ObjectStateAppearanceGeneral +OpenDisNet.Enumerations.ObjectStateModificationArealObject +OpenDisNet.Enumerations.ObjectStateModificationArealObject.Deconstruct(out ushort Value) -> void +OpenDisNet.Enumerations.ObjectStateModificationArealObject.Equals(OpenDisNet.Enumerations.ObjectStateModificationArealObject other) -> bool +OpenDisNet.Enumerations.ObjectStateModificationArealObject.IsLocationModified.get -> bool +OpenDisNet.Enumerations.ObjectStateModificationArealObject.ObjectStateModificationArealObject() -> void +OpenDisNet.Enumerations.ObjectStateModificationArealObject.ObjectStateModificationArealObject(ushort Value) -> void +OpenDisNet.Enumerations.ObjectStateModificationArealObject.Value.get -> ushort +OpenDisNet.Enumerations.ObjectStateModificationArealObject.Value.init -> void +OpenDisNet.Enumerations.ObjectStateModificationArealObject.WithIsLocationModified(bool value) -> OpenDisNet.Enumerations.ObjectStateModificationArealObject +OpenDisNet.Enumerations.ObjectStateModificationLinearObject +OpenDisNet.Enumerations.ObjectStateModificationLinearObject.Deconstruct(out ushort Value) -> void +OpenDisNet.Enumerations.ObjectStateModificationLinearObject.Equals(OpenDisNet.Enumerations.ObjectStateModificationLinearObject other) -> bool +OpenDisNet.Enumerations.ObjectStateModificationLinearObject.IsLocationModified.get -> bool +OpenDisNet.Enumerations.ObjectStateModificationLinearObject.IsOrientationModified.get -> bool +OpenDisNet.Enumerations.ObjectStateModificationLinearObject.ObjectStateModificationLinearObject() -> void +OpenDisNet.Enumerations.ObjectStateModificationLinearObject.ObjectStateModificationLinearObject(ushort Value) -> void +OpenDisNet.Enumerations.ObjectStateModificationLinearObject.Value.get -> ushort +OpenDisNet.Enumerations.ObjectStateModificationLinearObject.Value.init -> void +OpenDisNet.Enumerations.ObjectStateModificationLinearObject.WithIsLocationModified(bool value) -> OpenDisNet.Enumerations.ObjectStateModificationLinearObject +OpenDisNet.Enumerations.ObjectStateModificationLinearObject.WithIsOrientationModified(bool value) -> OpenDisNet.Enumerations.ObjectStateModificationLinearObject +OpenDisNet.Enumerations.ObjectStateModificationPointObject +OpenDisNet.Enumerations.ObjectStateModificationPointObject.Deconstruct(out ushort Value) -> void +OpenDisNet.Enumerations.ObjectStateModificationPointObject.Equals(OpenDisNet.Enumerations.ObjectStateModificationPointObject other) -> bool +OpenDisNet.Enumerations.ObjectStateModificationPointObject.IsLocationModified.get -> bool +OpenDisNet.Enumerations.ObjectStateModificationPointObject.IsOrientationModified.get -> bool +OpenDisNet.Enumerations.ObjectStateModificationPointObject.ObjectStateModificationPointObject() -> void +OpenDisNet.Enumerations.ObjectStateModificationPointObject.ObjectStateModificationPointObject(ushort Value) -> void +OpenDisNet.Enumerations.ObjectStateModificationPointObject.Value.get -> ushort +OpenDisNet.Enumerations.ObjectStateModificationPointObject.Value.init -> void +OpenDisNet.Enumerations.ObjectStateModificationPointObject.WithIsLocationModified(bool value) -> OpenDisNet.Enumerations.ObjectStateModificationPointObject +OpenDisNet.Enumerations.ObjectStateModificationPointObject.WithIsOrientationModified(bool value) -> OpenDisNet.Enumerations.ObjectStateModificationPointObject +OpenDisNet.Enumerations.OwnershipStatus +OpenDisNet.Enumerations.OwnershipStatus.LocalEntityCancelledAutoResolveConflict = 4 -> OpenDisNet.Enumerations.OwnershipStatus +OpenDisNet.Enumerations.OwnershipStatus.LocalEntityCancelledManualResolveConflict = 5 -> OpenDisNet.Enumerations.OwnershipStatus +OpenDisNet.Enumerations.OwnershipStatus.LocalEntityCancelledRemoveEntityToReceived = 6 -> OpenDisNet.Enumerations.OwnershipStatus +OpenDisNet.Enumerations.OwnershipStatus.NewOwner = 1 -> OpenDisNet.Enumerations.OwnershipStatus +OpenDisNet.Enumerations.OwnershipStatus.Other = 0 -> OpenDisNet.Enumerations.OwnershipStatus +OpenDisNet.Enumerations.OwnershipStatus.OwnershipConflict = 3 -> OpenDisNet.Enumerations.OwnershipStatus +OpenDisNet.Enumerations.OwnershipStatus.OwnershipQueryResponse = 2 -> OpenDisNet.Enumerations.OwnershipStatus +OpenDisNet.Enumerations.PlatformDomain +OpenDisNet.Enumerations.PlatformDomain.Air = 2 -> OpenDisNet.Enumerations.PlatformDomain +OpenDisNet.Enumerations.PlatformDomain.Land = 1 -> OpenDisNet.Enumerations.PlatformDomain +OpenDisNet.Enumerations.PlatformDomain.Other = 0 -> OpenDisNet.Enumerations.PlatformDomain +OpenDisNet.Enumerations.PlatformDomain.Space = 5 -> OpenDisNet.Enumerations.PlatformDomain +OpenDisNet.Enumerations.PlatformDomain.Subsurface = 4 -> OpenDisNet.Enumerations.PlatformDomain +OpenDisNet.Enumerations.PlatformDomain.Surface = 3 -> OpenDisNet.Enumerations.PlatformDomain +OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.AirToAirMissileDatalink = 32 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.AirToGroundWeaponDatalink = 36 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.AutomaticIdentificationSystemAis = 37 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.CombatSearchAndRescueCsarRadio = 40 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.CombinedVorIlsReceiverMovingPlatformEquipment = 15 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.CombinedVorTacanVortacTransmitter = 16 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.CounterUnmannedAircraftSystemCUasRadio = 41 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.DataLinkTransmissionReception = 2 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.DistanceMeasuringEquipmentDme = 20 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.ElectronicAttackSystems = 50 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.EmergencyPositionIndicatingRadioBeaconsEpirb = 42 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.EplrsSadlTerminal = 24 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.F22IntraFlightDataLinkIfdl = 25 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.F35MultifunctionAdvancedDataLinkMadl = 26 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.Gps = 30 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.IbsTerminal = 29 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.InstrumentedLandingSystemIlsGlideslopeTransmitter = 4 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.InstrumentedLandingSystemIlsInnerMarkerBeacon = 8 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.InstrumentedLandingSystemIlsLocalizerTransmitter = 5 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.InstrumentedLandingSystemIlsMiddleMarkerBeacon = 7 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.InstrumentedLandingSystemIlsOuterMarkerBeacon = 6 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.InstrumentedLandingSystemIlsReceiverPlatformRadio = 9 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.JpalsDataLink = 38 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.LBandSatcomTerminal = 28 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.Link11bTerminal = 23 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.Link11Terminal = 22 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.Link16SurrogateForNonNatoTdlTerminal = 33 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.Link16Terminal = 21 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.Mq19CBandLosDatalink = 34 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.Mq19KuBandSatcomDatalink = 35 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.NonDirectionalBeaconNdbReceiver = 18 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.NonDirectionalBeaconNdbTransmitter = 17 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.NonDirectionalBeaconNdbWithDistanceMeasuringEquipmentDmeTransmitter = 19 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.Other = 0 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.SincgarsTerminal = 27 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.TacticalAirNavigationTacanReceiverMovingPlatformEquipment = 11 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.TacticalAirNavigationTacanTransmitterGroundFixedEquipment = 10 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.TacticalAirNavigationTacanTransmitterReceiverMovingPlatformEquipment = 12 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.TacticalTargetingNetworkTechnologyTtnt = 51 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.TacticalVideo = 31 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.VariableOmniRangingVorTransmitterGroundFixedEquipment = 13 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.VariableOmniRangingVorWithDistanceMeasuringEquipmentDmeTransmitterGroundFixedEquipment = 14 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.VoiceAndDataLinkTransmissionReception = 3 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioCategory.VoiceTransmissionReception = 1 -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsArcSet1 = 11 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsArcSet2 = 12 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsArcSet3 = 13 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsArcSet4 = 14 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsBrcSet1 = 15 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsBrcSet2 = 16 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsBrcSet3 = 17 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsBrcSet4 = 18 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsCrcSet1 = 19 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsCrcSet2 = 20 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsCrcSet3 = 21 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsCrcSet4 = 22 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsDrcSet1 = 23 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsDrcSet2 = 24 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsDrcSet3 = 25 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsDrcSet4 = 26 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsFrcSet1 = 27 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsFrcSet2 = 28 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsFrcSet3 = 29 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsFrcSet4 = 30 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsGrcSet1 = 31 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsGrcSet2 = 32 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsGrcSet3 = 33 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsGrcSet4 = 34 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsKrcSet1 = 35 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsKrcSet2 = 36 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsKrcSet3 = 37 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsKrcSet4 = 38 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsMrcSet1 = 39 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsMrcSet2 = 40 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsMrcSet3 = 41 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsMrcSet4 = 42 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsPrcSet1 = 43 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsPrcSet2 = 44 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsPrcSet3 = 45 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsPrcSet4 = 46 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsSrcSet1 = 47 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsSrcSet2 = 48 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsSrcSet3 = 49 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsSrcSet4 = 50 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsTrcSet1 = 51 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsTrcSet2 = 52 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsTrcSet3 = 53 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsTrcSet4 = 54 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsVrcSet1 = 55 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsVrcSet2 = 56 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsVrcSet3 = 57 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsVrcSet4 = 58 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsWrcSet1 = 59 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsWrcSet2 = 60 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsWrcSet3 = 61 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsWrcSet4 = 62 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsZrcSet1 = 63 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsZrcSet2 = 64 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsZrcSet3 = 65 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JetdsZrcSet4 = 66 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.JointElectronicsTypeDesignationSystemJetdsNonSpecificSeries = 1 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.ManufacturerDesignation = 2 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.NationalDesignation = 3 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.RadioSubcategory.Other = 0 -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Enumerations.ReceiverReceiverState +OpenDisNet.Enumerations.ReceiverReceiverState.Off = 0 -> OpenDisNet.Enumerations.ReceiverReceiverState +OpenDisNet.Enumerations.ReceiverReceiverState.OnAndReceiving = 2 -> OpenDisNet.Enumerations.ReceiverReceiverState +OpenDisNet.Enumerations.ReceiverReceiverState.OnButNotReceiving = 1 -> OpenDisNet.Enumerations.ReceiverReceiverState +OpenDisNet.Enumerations.RecordQueryREventType +OpenDisNet.Enumerations.RecordQueryREventType.InternalEntityStateData = 1 -> OpenDisNet.Enumerations.RecordQueryREventType +OpenDisNet.Enumerations.RecordQueryREventType.Periodic = 0 -> OpenDisNet.Enumerations.RecordQueryREventType +OpenDisNet.Enumerations.RecordREventType +OpenDisNet.Enumerations.RecordREventType.Other = 0 -> OpenDisNet.Enumerations.RecordREventType +OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Airframe = 1010 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.AirSupply = 8000 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.AllRequestedRepairsPerformed = 1 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Alternator = 30 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Battery = 50 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Brakes = 130 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Catapults = 9030 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.ChemicalBiologicalAndRadiologicalProtection = 8040 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.CommanderSControlHandlesAssembly = 2090 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.CommanderSExtensionToTheGps = 2030 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.CommanderSIndependentThermalViewerCitv = 2110 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.CommanderSWeaponStation = 2100 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.CommunicationSystems = 5010 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Computers = 5500 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.CoolingSystem = 9010 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Cranes = 9040 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Decoders = 5300 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.DecontaminationSystems = 8060 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.DecryptionDevices = 5350 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.DetectionSystems = 4600 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.DetectionSystemsInfrared = 4630 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.DetectionSystemsLaser = 4640 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.DetectionSystemsMicrowave = 4620 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.DetectionSystemsRadioFrequency = 4610 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.EjectionSeats = 10020 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.ElectronicsSystemsInfrared = 4830 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.ElectronicsSystemsLaser = 4840 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.ElectronicsSystemsMicrowave = 4820 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.ElectronicsSystemsRadioFrequency = 4810 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.ElectronicSystems = 4800 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.ElectronicWarfareSystems = 4500 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Encoders = 5200 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.EncryptionDevices = 5250 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.EngineCoolantLeak = 60 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.EngineOilLeak = 90 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Filters = 110 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Filters1520 = 1520 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Filters8010 = 8010 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.FireControlSystems = 6500 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.FuelFilter = 70 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.FuelLines = 4010 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.FuelTransferPump = 4000 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Gauges = 4020 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.GeneralFuelSystem = 4030 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.GeneralWeapons = 2120 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Generator = 40 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.GunElevationDrive = 2000 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.GunnerSAuxiliarySight = 2050 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.GunnerSControlAssemblyHandleS = 2070 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.GunnerSControlPanel = 2060 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.GunnerSPrimarySightGps = 2020 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.GunStabilizationSystem = 2010 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Hull = 1000 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Intercoms = 5100 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.LandingCraft = 10010 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.LaserRangeFinder = 4720 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Launchers = 9050 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.LifeBoats = 10000 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.LoadingMechanism = 2040 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.MotorEngine = 10 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.NavigationAndControlSystems = 6000 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.NoRepairsPerformed = 0 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.OilFilter = 150 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Propeller = 1500 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Pumps = 100 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Radios = 5000 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.RangeFinders = 4700 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.RangeOnlyRadar = 4710 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.RefrigerationSystem = 8030 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Starter = 20 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.SuspensionSystem = 140 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.TankBody = 1030 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Tire = 1550 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Track = 1560 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.TrailerBody = 1040 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Transmission = 120 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.TransmissionOilLeak = 80 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.TruckBody = 1020 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Turret = 1050 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.WaterSupply = 8020 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.WaterSupply9000 = 9000 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.WaterWashDownSystems = 8050 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Wheels = 1540 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairCompleteRepair.Winches = 9020 -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Airframe = 1010 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.AirSupply = 8000 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.AllRequestedRepairsPerformed = 1 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Alternator = 30 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Battery = 50 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Brakes = 130 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Catapults = 9030 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.ChemicalBiologicalAndRadiologicalProtection = 8040 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.CommanderSControlHandlesAssembly = 2090 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.CommanderSExtensionToTheGps = 2030 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.CommanderSIndependentThermalViewerCitv = 2110 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.CommanderSWeaponStation = 2100 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.CommunicationSystems = 5010 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Computers = 5500 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.CoolingSystem = 9010 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Cranes = 9040 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Decoders = 5300 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.DecontaminationSystems = 8060 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.DecryptionDevices = 5350 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.DetectionSystems = 4600 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.DetectionSystemsInfrared = 4630 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.DetectionSystemsLaser = 4640 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.DetectionSystemsMicrowave = 4620 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.DetectionSystemsRadioFrequency = 4610 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.EjectionSeats = 10020 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.ElectronicsSystemsInfrared = 4830 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.ElectronicsSystemsLaser = 4840 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.ElectronicsSystemsMicrowave = 4820 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.ElectronicsSystemsRadioFrequency = 4810 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.ElectronicSystems = 4800 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.ElectronicWarfareSystems = 4500 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Encoders = 5200 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.EncryptionDevices = 5250 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.EngineCoolantLeak = 60 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.EngineOilLeak = 90 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Filters = 110 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Filters1520 = 1520 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Filters8010 = 8010 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.FireControlSystems = 6500 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.FuelFilter = 70 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.FuelLines = 4010 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.FuelTransferPump = 4000 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Gauges = 4020 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.GeneralFuelSystem = 4030 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.GeneralWeapons = 2120 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Generator = 40 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.GunElevationDrive = 2000 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.GunnerSAuxiliarySight = 2050 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.GunnerSControlAssemblyHandleS = 2070 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.GunnerSControlPanel = 2060 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.GunnerSPrimarySightGps = 2020 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.GunStabilizationSystem = 2010 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Hull = 1000 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Intercoms = 5100 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.LandingCraft = 10010 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.LaserRangeFinder = 4720 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Launchers = 9050 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.LifeBoats = 10000 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.LoadingMechanism = 2040 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.MotorEngine = 10 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.NavigationAndControlSystems = 6000 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.NoRepairsPerformed = 0 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.OilFilter = 150 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Propeller = 1500 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Pumps = 100 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Radios = 5000 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.RangeFinders = 4700 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.RangeOnlyRadar = 4710 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.RefrigerationSystem = 8030 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Starter = 20 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.SuspensionSystem = 140 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.TankBody = 1030 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Tire = 1550 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Track = 1560 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.TrailerBody = 1040 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Transmission = 120 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.TransmissionOilLeak = 80 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.TruckBody = 1020 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Turret = 1050 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.WaterSupply = 8020 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.WaterSupply9000 = 9000 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.WaterWashDownSystems = 8050 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Wheels = 1540 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RepairResponseRepairResult.Winches = 9020 -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Enumerations.RequiredReliabilityService +OpenDisNet.Enumerations.RequiredReliabilityService.Acknowledged = 0 -> OpenDisNet.Enumerations.RequiredReliabilityService +OpenDisNet.Enumerations.RequiredReliabilityService.Unacknowledged = 1 -> OpenDisNet.Enumerations.RequiredReliabilityService +OpenDisNet.Enumerations.SensorOnOffStatus +OpenDisNet.Enumerations.SensorOnOffStatus.Off = 0 -> OpenDisNet.Enumerations.SensorOnOffStatus +OpenDisNet.Enumerations.SensorOnOffStatus.On = 1 -> OpenDisNet.Enumerations.SensorOnOffStatus +OpenDisNet.Enumerations.SensorTypeSource +OpenDisNet.Enumerations.SensorTypeSource.Electromagnetic = 1 -> OpenDisNet.Enumerations.SensorTypeSource +OpenDisNet.Enumerations.SensorTypeSource.Lasers = 5 -> OpenDisNet.Enumerations.SensorTypeSource +OpenDisNet.Enumerations.SensorTypeSource.MinefieldSensors = 3 -> OpenDisNet.Enumerations.SensorTypeSource +OpenDisNet.Enumerations.SensorTypeSource.OtherActiveSensors = 0 -> OpenDisNet.Enumerations.SensorTypeSource +OpenDisNet.Enumerations.SensorTypeSource.PassiveSensors = 2 -> OpenDisNet.Enumerations.SensorTypeSource +OpenDisNet.Enumerations.SensorTypeSource.UnderwaterAcoustics = 4 -> OpenDisNet.Enumerations.SensorTypeSource +OpenDisNet.Enumerations.SeparationVpPreEntityIndicator +OpenDisNet.Enumerations.SeparationVpPreEntityIndicator.EntityIdExistedPriorToSeparationWithEntityStatePduIssued = 2 -> OpenDisNet.Enumerations.SeparationVpPreEntityIndicator +OpenDisNet.Enumerations.SeparationVpPreEntityIndicator.EntityIdExistedPriorToSeparationWithoutEntityStatePdu = 1 -> OpenDisNet.Enumerations.SeparationVpPreEntityIndicator +OpenDisNet.Enumerations.SeparationVpPreEntityIndicator.EntityInitiallyCreatedAtSeparationEvent = 3 -> OpenDisNet.Enumerations.SeparationVpPreEntityIndicator +OpenDisNet.Enumerations.SeparationVpPreEntityIndicator.NoStatement = 0 -> OpenDisNet.Enumerations.SeparationVpPreEntityIndicator +OpenDisNet.Enumerations.SeparationVpReasonforSeparation +OpenDisNet.Enumerations.SeparationVpReasonforSeparation.AttachedPartSeparation = 1 -> OpenDisNet.Enumerations.SeparationVpReasonforSeparation +OpenDisNet.Enumerations.SeparationVpReasonforSeparation.NoStatement = 0 -> OpenDisNet.Enumerations.SeparationVpReasonforSeparation +OpenDisNet.Enumerations.SeparationVpReasonforSeparation.SubmunitionSeparation = 2 -> OpenDisNet.Enumerations.SeparationVpReasonforSeparation +OpenDisNet.Enumerations.ServiceRequestServiceTypeRequested +OpenDisNet.Enumerations.ServiceRequestServiceTypeRequested.AerialRefuelingHighFidelity = 3 -> OpenDisNet.Enumerations.ServiceRequestServiceTypeRequested +OpenDisNet.Enumerations.ServiceRequestServiceTypeRequested.AerialRefuelingLowFidelity = 4 -> OpenDisNet.Enumerations.ServiceRequestServiceTypeRequested +OpenDisNet.Enumerations.ServiceRequestServiceTypeRequested.Other = 0 -> OpenDisNet.Enumerations.ServiceRequestServiceTypeRequested +OpenDisNet.Enumerations.ServiceRequestServiceTypeRequested.Repair = 2 -> OpenDisNet.Enumerations.ServiceRequestServiceTypeRequested +OpenDisNet.Enumerations.ServiceRequestServiceTypeRequested.Resupply = 1 -> OpenDisNet.Enumerations.ServiceRequestServiceTypeRequested +OpenDisNet.Enumerations.SignalEncodingClass +OpenDisNet.Enumerations.SignalEncodingClass.ApplicationSpecificData = 2 -> OpenDisNet.Enumerations.SignalEncodingClass +OpenDisNet.Enumerations.SignalEncodingClass.DatabaseIndex = 3 -> OpenDisNet.Enumerations.SignalEncodingClass +OpenDisNet.Enumerations.SignalEncodingClass.EncodedAudio = 0 -> OpenDisNet.Enumerations.SignalEncodingClass +OpenDisNet.Enumerations.SignalEncodingClass.RawBinaryData = 1 -> OpenDisNet.Enumerations.SignalEncodingClass +OpenDisNet.Enumerations.SignalEncodingType +OpenDisNet.Enumerations.SignalEncodingType.AdpcmItuTG726 = 3 -> OpenDisNet.Enumerations.SignalEncodingType +OpenDisNet.Enumerations.SignalEncodingType.CvsdMilStd188113 = 2 -> OpenDisNet.Enumerations.SignalEncodingType +OpenDisNet.Enumerations.SignalEncodingType.GsmFullRateEtsi0610 = 8 -> OpenDisNet.Enumerations.SignalEncodingType +OpenDisNet.Enumerations.SignalEncodingType.GsmHalfRateEtsi0620 = 9 -> OpenDisNet.Enumerations.SignalEncodingType +OpenDisNet.Enumerations.SignalEncodingType.Lpc10FipsPub137 = 12 -> OpenDisNet.Enumerations.SignalEncodingType +OpenDisNet.Enumerations.SignalEncodingType.Opus = 11 -> OpenDisNet.Enumerations.SignalEncodingType +OpenDisNet.Enumerations.SignalEncodingType.SpeexNarrowBand = 10 -> OpenDisNet.Enumerations.SignalEncodingType +OpenDisNet.Enumerations.SignalEncodingType.UnavailableForUse = 7 -> OpenDisNet.Enumerations.SignalEncodingType +OpenDisNet.Enumerations.SignalEncodingType.UnavailableForUse255 = 255 -> OpenDisNet.Enumerations.SignalEncodingType +OpenDisNet.Enumerations.SignalEncodingType.Value16BitLinearPcm2sComplementBigEndian = 4 -> OpenDisNet.Enumerations.SignalEncodingType +OpenDisNet.Enumerations.SignalEncodingType.Value16BitLinearPcm2sComplementLittleEndian = 100 -> OpenDisNet.Enumerations.SignalEncodingType +OpenDisNet.Enumerations.SignalEncodingType.Value8BitLinearPcmUnsigned = 5 -> OpenDisNet.Enumerations.SignalEncodingType +OpenDisNet.Enumerations.SignalEncodingType.Value8BitMuLawItuTG711 = 1 -> OpenDisNet.Enumerations.SignalEncodingType +OpenDisNet.Enumerations.SignalEncodingType.VqVectorQuantization = 6 -> OpenDisNet.Enumerations.SignalEncodingType +OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.AbbreviatedCommandAndControl = 15 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.AbbreviatedCommandAndControl21 = 21 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.AdvancedTacticalAirborneReconnaissanceSystemAtarsDataLink = 40 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.AfiwcIadsCommunicationsLinks = 104 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.AirborneInformationTransferAbit = 39 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.AirForceApplicationProgramDevelopmentAfapd = 31 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.AllPurposeStructuredEurocontrolSurveillanceInformationExchangeAsterix = 111 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Atdl1 = 3 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Aths = 17 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Atl = 13 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.AutomaticIdentificationSystemAis = 67 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.BattleGroupPassiveHorizonExtensionSystemBgphesDataLink = 41 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.CommonHighBandwidthDataLinkChbdl = 42 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.CommonInteractiveBroadcastCib = 120 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.ConstantSource = 14 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.CooperativeEngagementCapabilityCec = 32 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.CursorOnTarget = 110 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.EnhancedPositionLocationReportingSystemEplrs = 22 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.EnhancedSincgars73 = 108 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.F22IntraFlightDataLinkIfdl = 105 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.F35MultifunctionAdvancedDataLinkMadl = 109 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.ForwardAreaAirDefenseFaadDataLinkFdl = 33 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Gc3 = 99 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.GroundBasedDataLinkGbdl = 34 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.GuardrailCommonSensorSystemOneCss1DataLink = 44 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.GuardrailCommonSensorSystemTwoCss2DataLink = 45 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.GuardrailCss2DirectAirToSatelliteRelayDasrDataLink = 47 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.GuardrailCss2MultiRoleDataLinkMrdl = 46 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.GuardrailInteroperableDataLinkIdl = 43 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.HaveQuickI = 25 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.HaveQuickIi = 26 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Ijms = 9 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.ImprovedDataModemIdm = 30 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.IntegratedBroadcastServiceIbs = 38 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.IntraFlightDataLink1 = 28 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.IntraFlightDataLink2 = 29 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.IntraVehicularInfoSystemIvis = 35 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.JointRangeExtensionApplicationProtocolAJreapA = 121 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.JpalsDataLink = 125 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.JtacSaUplink = 119 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.JtidsMidsNetDataLoadTimsToms = 102 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.KuBandSatcomDataLinkImplementationUav = 58 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.L52mSr71 = 50 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.LBandSatcom = 106 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.LightweightCdlLwcdl = 49 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.LineOfSightLosDataLinkImplementationLosTether = 48 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Link11bTadilB = 4 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Link11TadilA = 8 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Link16EnhancedDataRateEdrJtidsMidsTadilJ = 101 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Link16LegacyFormatJtidsFdlTadilJ = 7 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Link16LegacyFormatJtidsTadilJ = 6 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Link16StandardizedFormatJtidsMidsTadilJ = 100 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Link16SurrogateForNonNatoTdl = 113 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Link22 = 103 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Link4aTadilC = 10 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Link4c = 11 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.LowLevelAirPictureInterfaceLlapi = 65 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.MarineTacticalSystemMts = 36 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Milstar = 16 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.MissionEquipmentControlDataLinkMecdl = 59 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Mq19CBandLosDownlink = 115 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Mq19CBandLosUplink = 114 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Mq19KuBandSatcomDownlink = 117 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Mq19KuBandSatcomUplink = 116 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.NatoLink1 = 2 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.OneSAFIadsCommunicationsLink = 126 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Other = 0 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Othgold = 18 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Padil = 1 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.PositionLocationReportingSystemPlrs = 23 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.RadarDataTransmittingSetDataLink = 60 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.RivetReachRivetOwlDataLink = 51 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Saturn = 27 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.SeniorSpan = 52 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.SeniorSpur = 53 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.SeniorStretch = 54 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.SeniorYearInteroperableDataLinkIdl = 55 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Sincgars = 24 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.SituationalAwarenessDataLinkSadl = 5 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.SpaceCdl = 56 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.SurveillanceAndControlDataLinkScdl = 61 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Tacelint = 19 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.TacticalCommonDataLinkTcdl = 64 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.TacticalFireDirectionSystemTacfire = 37 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.TacticalTargetingNetworkTechnologyTtntApplication = 127 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.TacticalUavVideo = 62 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Tibs = 12 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.Tr1ModeMistAirborneDataLink = 57 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.TsafCommunicationsLink = 107 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.UhfSatcomDataLinkImplementationUav = 63 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.VariableMessageFormatVmfOverCombatNetRadioVmfOverCnr = 112 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.WeaponsDataLinkAgm130 = 66 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.WeaponsDataLinkAim120 = 68 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.WeaponsDataLinkAim9 = 69 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.WeaponsDataLinkAww13 = 20 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.WeaponsDataLinkCamm = 70 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.SignalTdlType.WeaponsDatalinkSdbIi = 118 -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Enumerations.StopFreezeFrozenBehavior +OpenDisNet.Enumerations.StopFreezeFrozenBehavior.Deconstruct(out byte Value) -> void +OpenDisNet.Enumerations.StopFreezeFrozenBehavior.Equals(OpenDisNet.Enumerations.StopFreezeFrozenBehavior other) -> bool +OpenDisNet.Enumerations.StopFreezeFrozenBehavior.ProcessUpdates.get -> bool +OpenDisNet.Enumerations.StopFreezeFrozenBehavior.RunSimulationClock.get -> bool +OpenDisNet.Enumerations.StopFreezeFrozenBehavior.StopFreezeFrozenBehavior() -> void +OpenDisNet.Enumerations.StopFreezeFrozenBehavior.StopFreezeFrozenBehavior(byte Value) -> void +OpenDisNet.Enumerations.StopFreezeFrozenBehavior.TransmitUpdates.get -> bool +OpenDisNet.Enumerations.StopFreezeFrozenBehavior.Value.get -> byte +OpenDisNet.Enumerations.StopFreezeFrozenBehavior.Value.init -> void +OpenDisNet.Enumerations.StopFreezeFrozenBehavior.WithProcessUpdates(bool value) -> OpenDisNet.Enumerations.StopFreezeFrozenBehavior +OpenDisNet.Enumerations.StopFreezeFrozenBehavior.WithRunSimulationClock(bool value) -> OpenDisNet.Enumerations.StopFreezeFrozenBehavior +OpenDisNet.Enumerations.StopFreezeFrozenBehavior.WithTransmitUpdates(bool value) -> OpenDisNet.Enumerations.StopFreezeFrozenBehavior +OpenDisNet.Enumerations.StopFreezeReason +OpenDisNet.Enumerations.StopFreezeReason.AbortTrainingReturnToTacticalOperations = 8 -> OpenDisNet.Enumerations.StopFreezeReason +OpenDisNet.Enumerations.StopFreezeReason.EntityReconstitution = 5 -> OpenDisNet.Enumerations.StopFreezeReason +OpenDisNet.Enumerations.StopFreezeReason.Other = 0 -> OpenDisNet.Enumerations.StopFreezeReason +OpenDisNet.Enumerations.StopFreezeReason.Recess = 1 -> OpenDisNet.Enumerations.StopFreezeReason +OpenDisNet.Enumerations.StopFreezeReason.SecurityViolation = 4 -> OpenDisNet.Enumerations.StopFreezeReason +OpenDisNet.Enumerations.StopFreezeReason.StopForReset = 6 -> OpenDisNet.Enumerations.StopFreezeReason +OpenDisNet.Enumerations.StopFreezeReason.StopForRestart = 7 -> OpenDisNet.Enumerations.StopFreezeReason +OpenDisNet.Enumerations.StopFreezeReason.SystemFailure = 3 -> OpenDisNet.Enumerations.StopFreezeReason +OpenDisNet.Enumerations.StopFreezeReason.Termination = 2 -> OpenDisNet.Enumerations.StopFreezeReason +OpenDisNet.Enumerations.SupplyFuelType +OpenDisNet.Enumerations.SupplyFuelType.DieselFuelF54Df2 = 2 -> OpenDisNet.Enumerations.SupplyFuelType +OpenDisNet.Enumerations.SupplyFuelType.FogOil = 6 -> OpenDisNet.Enumerations.SupplyFuelType +OpenDisNet.Enumerations.SupplyFuelType.FuelOil = 4 -> OpenDisNet.Enumerations.SupplyFuelType +OpenDisNet.Enumerations.SupplyFuelType.Gasoline = 1 -> OpenDisNet.Enumerations.SupplyFuelType +OpenDisNet.Enumerations.SupplyFuelType.Jp4F40JetB = 3 -> OpenDisNet.Enumerations.SupplyFuelType +OpenDisNet.Enumerations.SupplyFuelType.Jp5F44JetA = 8 -> OpenDisNet.Enumerations.SupplyFuelType +OpenDisNet.Enumerations.SupplyFuelType.Jp8F34JetA1 = 5 -> OpenDisNet.Enumerations.SupplyFuelType +OpenDisNet.Enumerations.SupplyFuelType.Jpts = 9 -> OpenDisNet.Enumerations.SupplyFuelType +OpenDisNet.Enumerations.SupplyFuelType.MultiSpectralFogOil = 7 -> OpenDisNet.Enumerations.SupplyFuelType +OpenDisNet.Enumerations.SupplyFuelType.Other = 0 -> OpenDisNet.Enumerations.SupplyFuelType +OpenDisNet.Enumerations.SupplyFuelType.Ts1RussiaRus = 10 -> OpenDisNet.Enumerations.SupplyFuelType +OpenDisNet.Enumerations.TransferControlTransferType +OpenDisNet.Enumerations.TransferControlTransferType.AutomaticPullTransferEntity = 2 -> OpenDisNet.Enumerations.TransferControlTransferType +OpenDisNet.Enumerations.TransferControlTransferType.AutomaticPullTransferEnvironmentalProcess = 5 -> OpenDisNet.Enumerations.TransferControlTransferType +OpenDisNet.Enumerations.TransferControlTransferType.CancelTransfer = 7 -> OpenDisNet.Enumerations.TransferControlTransferType +OpenDisNet.Enumerations.TransferControlTransferType.ManualPullTransferEntity = 8 -> OpenDisNet.Enumerations.TransferControlTransferType +OpenDisNet.Enumerations.TransferControlTransferType.ManualPullTransferEnvironmentalProcess = 9 -> OpenDisNet.Enumerations.TransferControlTransferType +OpenDisNet.Enumerations.TransferControlTransferType.NotUsed = 3 -> OpenDisNet.Enumerations.TransferControlTransferType +OpenDisNet.Enumerations.TransferControlTransferType.NotUsed6 = 6 -> OpenDisNet.Enumerations.TransferControlTransferType +OpenDisNet.Enumerations.TransferControlTransferType.Other = 0 -> OpenDisNet.Enumerations.TransferControlTransferType +OpenDisNet.Enumerations.TransferControlTransferType.PushTransferEntity = 1 -> OpenDisNet.Enumerations.TransferControlTransferType +OpenDisNet.Enumerations.TransferControlTransferType.PushTransferEnvironmentalProcess = 4 -> OpenDisNet.Enumerations.TransferControlTransferType +OpenDisNet.Enumerations.TransferControlTransferType.RemoveEntity = 10 -> OpenDisNet.Enumerations.TransferControlTransferType +OpenDisNet.Enumerations.TransmitterAntennaPatternReferenceSystem +OpenDisNet.Enumerations.TransmitterAntennaPatternReferenceSystem.EntityCoordinates = 2 -> OpenDisNet.Enumerations.TransmitterAntennaPatternReferenceSystem +OpenDisNet.Enumerations.TransmitterAntennaPatternReferenceSystem.WorldCoordinates = 1 -> OpenDisNet.Enumerations.TransmitterAntennaPatternReferenceSystem +OpenDisNet.Enumerations.TransmitterAntennaPatternType +OpenDisNet.Enumerations.TransmitterAntennaPatternType.Beam = 1 -> OpenDisNet.Enumerations.TransmitterAntennaPatternType +OpenDisNet.Enumerations.TransmitterAntennaPatternType.BeamAndTransmitterRadiationVolume = 5 -> OpenDisNet.Enumerations.TransmitterAntennaPatternType +OpenDisNet.Enumerations.TransmitterAntennaPatternType.IsotropicSphericalRadiationPattern = 0 -> OpenDisNet.Enumerations.TransmitterAntennaPatternType +OpenDisNet.Enumerations.TransmitterAntennaPatternType.OmnidirectionalToroidalRadiationPattern = 6 -> OpenDisNet.Enumerations.TransmitterAntennaPatternType +OpenDisNet.Enumerations.TransmitterAntennaPatternType.SphericalHarmonic = 2 -> OpenDisNet.Enumerations.TransmitterAntennaPatternType +OpenDisNet.Enumerations.TransmitterAntennaPatternType.TransmitterRadiationVolume = 4 -> OpenDisNet.Enumerations.TransmitterAntennaPatternType +OpenDisNet.Enumerations.TransmitterCryptoSystem +OpenDisNet.Enumerations.TransmitterCryptoSystem.Kgv135a = 13 -> OpenDisNet.Enumerations.TransmitterCryptoSystem +OpenDisNet.Enumerations.TransmitterCryptoSystem.Ky100 = 7 -> OpenDisNet.Enumerations.TransmitterCryptoSystem +OpenDisNet.Enumerations.TransmitterCryptoSystem.Ky28 = 1 -> OpenDisNet.Enumerations.TransmitterCryptoSystem +OpenDisNet.Enumerations.TransmitterCryptoSystem.Ky57 = 8 -> OpenDisNet.Enumerations.TransmitterCryptoSystem +OpenDisNet.Enumerations.TransmitterCryptoSystem.Ky58 = 2 -> OpenDisNet.Enumerations.TransmitterCryptoSystem +OpenDisNet.Enumerations.TransmitterCryptoSystem.Ky75 = 6 -> OpenDisNet.Enumerations.TransmitterCryptoSystem +OpenDisNet.Enumerations.TransmitterCryptoSystem.Kyv5 = 9 -> OpenDisNet.Enumerations.TransmitterCryptoSystem +OpenDisNet.Enumerations.TransmitterCryptoSystem.Link11bKg40aS = 11 -> OpenDisNet.Enumerations.TransmitterCryptoSystem +OpenDisNet.Enumerations.TransmitterCryptoSystem.Link11Kg40aPNtds = 10 -> OpenDisNet.Enumerations.TransmitterCryptoSystem +OpenDisNet.Enumerations.TransmitterCryptoSystem.Link11Kg40ar = 12 -> OpenDisNet.Enumerations.TransmitterCryptoSystem +OpenDisNet.Enumerations.TransmitterCryptoSystem.NarrowSpectrumSecureVoiceNsve = 3 -> OpenDisNet.Enumerations.TransmitterCryptoSystem +OpenDisNet.Enumerations.TransmitterCryptoSystem.NoEncryptionDevice = 0 -> OpenDisNet.Enumerations.TransmitterCryptoSystem +OpenDisNet.Enumerations.TransmitterCryptoSystem.SincgarsIcom = 5 -> OpenDisNet.Enumerations.TransmitterCryptoSystem +OpenDisNet.Enumerations.TransmitterCryptoSystem.TacticalSecureVoiceTsv = 14 -> OpenDisNet.Enumerations.TransmitterCryptoSystem +OpenDisNet.Enumerations.TransmitterCryptoSystem.WideSpectrumSecureVoiceWsve = 4 -> OpenDisNet.Enumerations.TransmitterCryptoSystem +OpenDisNet.Enumerations.TransmitterInputSource +OpenDisNet.Enumerations.TransmitterInputSource.AerialRefuelingOfficerAro = 17 -> OpenDisNet.Enumerations.TransmitterInputSource +OpenDisNet.Enumerations.TransmitterInputSource.AerialRefuelingOfficerInstructorAroi = 18 -> OpenDisNet.Enumerations.TransmitterInputSource +OpenDisNet.Enumerations.TransmitterInputSource.AudioJammer = 10 -> OpenDisNet.Enumerations.TransmitterInputSource +OpenDisNet.Enumerations.TransmitterInputSource.Commander = 7 -> OpenDisNet.Enumerations.TransmitterInputSource +OpenDisNet.Enumerations.TransmitterInputSource.Copilot = 2 -> OpenDisNet.Enumerations.TransmitterInputSource +OpenDisNet.Enumerations.TransmitterInputSource.CrewObserver1 = 15 -> OpenDisNet.Enumerations.TransmitterInputSource +OpenDisNet.Enumerations.TransmitterInputSource.CrewObserver2 = 16 -> OpenDisNet.Enumerations.TransmitterInputSource +OpenDisNet.Enumerations.TransmitterInputSource.DataJammer = 11 -> OpenDisNet.Enumerations.TransmitterInputSource +OpenDisNet.Enumerations.TransmitterInputSource.DigitalDataDevice = 8 -> OpenDisNet.Enumerations.TransmitterInputSource +OpenDisNet.Enumerations.TransmitterInputSource.Driver = 4 -> OpenDisNet.Enumerations.TransmitterInputSource +OpenDisNet.Enumerations.TransmitterInputSource.FirstOfficer = 3 -> OpenDisNet.Enumerations.TransmitterInputSource +OpenDisNet.Enumerations.TransmitterInputSource.GpsJammer = 12 -> OpenDisNet.Enumerations.TransmitterInputSource +OpenDisNet.Enumerations.TransmitterInputSource.GpsMeaconer = 13 -> OpenDisNet.Enumerations.TransmitterInputSource +OpenDisNet.Enumerations.TransmitterInputSource.Gunner = 6 -> OpenDisNet.Enumerations.TransmitterInputSource +OpenDisNet.Enumerations.TransmitterInputSource.Intercom = 9 -> OpenDisNet.Enumerations.TransmitterInputSource +OpenDisNet.Enumerations.TransmitterInputSource.Loader = 5 -> OpenDisNet.Enumerations.TransmitterInputSource +OpenDisNet.Enumerations.TransmitterInputSource.Other = 0 -> OpenDisNet.Enumerations.TransmitterInputSource +OpenDisNet.Enumerations.TransmitterInputSource.Pilot = 1 -> OpenDisNet.Enumerations.TransmitterInputSource +OpenDisNet.Enumerations.TransmitterInputSource.SatcomUplinkJammer = 14 -> OpenDisNet.Enumerations.TransmitterInputSource +OpenDisNet.Enumerations.TransmitterMajorModulation +OpenDisNet.Enumerations.TransmitterMajorModulation.Amplitude = 1 -> OpenDisNet.Enumerations.TransmitterMajorModulation +OpenDisNet.Enumerations.TransmitterMajorModulation.AmplitudeAndAngle = 2 -> OpenDisNet.Enumerations.TransmitterMajorModulation +OpenDisNet.Enumerations.TransmitterMajorModulation.Angle = 3 -> OpenDisNet.Enumerations.TransmitterMajorModulation +OpenDisNet.Enumerations.TransmitterMajorModulation.CarrierPhaseShiftModulationCpsm = 7 -> OpenDisNet.Enumerations.TransmitterMajorModulation +OpenDisNet.Enumerations.TransmitterMajorModulation.Combination = 4 -> OpenDisNet.Enumerations.TransmitterMajorModulation +OpenDisNet.Enumerations.TransmitterMajorModulation.NoStatement = 0 -> OpenDisNet.Enumerations.TransmitterMajorModulation +OpenDisNet.Enumerations.TransmitterMajorModulation.Pulse = 5 -> OpenDisNet.Enumerations.TransmitterMajorModulation +OpenDisNet.Enumerations.TransmitterMajorModulation.Satcom = 8 -> OpenDisNet.Enumerations.TransmitterMajorModulation +OpenDisNet.Enumerations.TransmitterMajorModulation.Unmodulated = 6 -> OpenDisNet.Enumerations.TransmitterMajorModulation +OpenDisNet.Enumerations.TransmitterModulationTypeSystem +OpenDisNet.Enumerations.TransmitterModulationTypeSystem.CcttSincgars = 6 -> OpenDisNet.Enumerations.TransmitterModulationTypeSystem +OpenDisNet.Enumerations.TransmitterModulationTypeSystem.EnhancedSincgars73 = 12 -> OpenDisNet.Enumerations.TransmitterModulationTypeSystem +OpenDisNet.Enumerations.TransmitterModulationTypeSystem.EplrsEnhancedPositionLocationReportingSystem = 7 -> OpenDisNet.Enumerations.TransmitterModulationTypeSystem +OpenDisNet.Enumerations.TransmitterModulationTypeSystem.GenericRadioOrSimpleIntercom = 1 -> OpenDisNet.Enumerations.TransmitterModulationTypeSystem +OpenDisNet.Enumerations.TransmitterModulationTypeSystem.HaveQuickI = 2 -> OpenDisNet.Enumerations.TransmitterModulationTypeSystem +OpenDisNet.Enumerations.TransmitterModulationTypeSystem.HaveQuickIi = 3 -> OpenDisNet.Enumerations.TransmitterModulationTypeSystem +OpenDisNet.Enumerations.TransmitterModulationTypeSystem.JtidsMids = 8 -> OpenDisNet.Enumerations.TransmitterModulationTypeSystem +OpenDisNet.Enumerations.TransmitterModulationTypeSystem.LBandSatcom = 11 -> OpenDisNet.Enumerations.TransmitterModulationTypeSystem +OpenDisNet.Enumerations.TransmitterModulationTypeSystem.Link11 = 9 -> OpenDisNet.Enumerations.TransmitterModulationTypeSystem +OpenDisNet.Enumerations.TransmitterModulationTypeSystem.Link11b = 10 -> OpenDisNet.Enumerations.TransmitterModulationTypeSystem +OpenDisNet.Enumerations.TransmitterModulationTypeSystem.Muos = 14 -> OpenDisNet.Enumerations.TransmitterModulationTypeSystem +OpenDisNet.Enumerations.TransmitterModulationTypeSystem.NavigationAid = 13 -> OpenDisNet.Enumerations.TransmitterModulationTypeSystem +OpenDisNet.Enumerations.TransmitterModulationTypeSystem.Other = 0 -> OpenDisNet.Enumerations.TransmitterModulationTypeSystem +OpenDisNet.Enumerations.TransmitterModulationTypeSystem.Saturn = 4 -> OpenDisNet.Enumerations.TransmitterModulationTypeSystem +OpenDisNet.Enumerations.TransmitterModulationTypeSystem.Sincgars = 5 -> OpenDisNet.Enumerations.TransmitterModulationTypeSystem +OpenDisNet.Enumerations.TransmitterTransmitState +OpenDisNet.Enumerations.TransmitterTransmitState.Off = 0 -> OpenDisNet.Enumerations.TransmitterTransmitState +OpenDisNet.Enumerations.TransmitterTransmitState.OnAndTransmitting = 2 -> OpenDisNet.Enumerations.TransmitterTransmitState +OpenDisNet.Enumerations.TransmitterTransmitState.OnButNotTransmitting = 1 -> OpenDisNet.Enumerations.TransmitterTransmitState +OpenDisNet.Enumerations.UaAcousticEmitterSystemFunction +OpenDisNet.Enumerations.UaAcousticEmitterSystemFunction.MineHunting = 3 -> OpenDisNet.Enumerations.UaAcousticEmitterSystemFunction +OpenDisNet.Enumerations.UaAcousticEmitterSystemFunction.Navigation = 2 -> OpenDisNet.Enumerations.UaAcousticEmitterSystemFunction +OpenDisNet.Enumerations.UaAcousticEmitterSystemFunction.Other = 0 -> OpenDisNet.Enumerations.UaAcousticEmitterSystemFunction +OpenDisNet.Enumerations.UaAcousticEmitterSystemFunction.PlatformSearchDetectTrack = 1 -> OpenDisNet.Enumerations.UaAcousticEmitterSystemFunction +OpenDisNet.Enumerations.UaAcousticEmitterSystemFunction.WeaponSearchDetectTrackDetect = 4 -> OpenDisNet.Enumerations.UaAcousticEmitterSystemFunction +OpenDisNet.Enumerations.UaAcousticSystemName +OpenDisNet.Enumerations.UaAcousticSystemName.Alfs = 6 -> OpenDisNet.Enumerations.UaAcousticSystemName +OpenDisNet.Enumerations.UaAcousticSystemName.AnAqs901 = 8 -> OpenDisNet.Enumerations.UaAcousticSystemName +OpenDisNet.Enumerations.UaAcousticSystemName.AnAqs902 = 9 -> OpenDisNet.Enumerations.UaAcousticSystemName +OpenDisNet.Enumerations.UaAcousticSystemName.AnBqq5 = 1 -> OpenDisNet.Enumerations.UaAcousticSystemName +OpenDisNet.Enumerations.UaAcousticSystemName.AnSqs23 = 3 -> OpenDisNet.Enumerations.UaAcousticSystemName +OpenDisNet.Enumerations.UaAcousticSystemName.AnSqs26 = 4 -> OpenDisNet.Enumerations.UaAcousticSystemName +OpenDisNet.Enumerations.UaAcousticSystemName.AnSqs53 = 5 -> OpenDisNet.Enumerations.UaAcousticSystemName +OpenDisNet.Enumerations.UaAcousticSystemName.AnSsq62 = 2 -> OpenDisNet.Enumerations.UaAcousticSystemName +OpenDisNet.Enumerations.UaAcousticSystemName.Lfa = 7 -> OpenDisNet.Enumerations.UaAcousticSystemName +OpenDisNet.Enumerations.UaAcousticSystemName.Other = 0 -> OpenDisNet.Enumerations.UaAcousticSystemName +OpenDisNet.Enumerations.UaActiveEmissionParameterIndex +OpenDisNet.Enumerations.UaActiveEmissionParameterIndex.Other = 0 -> OpenDisNet.Enumerations.UaActiveEmissionParameterIndex +OpenDisNet.Enumerations.UaPassiveParameterIndex +OpenDisNet.Enumerations.UaPassiveParameterIndex.Other = 0 -> OpenDisNet.Enumerations.UaPassiveParameterIndex +OpenDisNet.Enumerations.UaScanPattern +OpenDisNet.Enumerations.UaScanPattern.Conical = 1 -> OpenDisNet.Enumerations.UaScanPattern +OpenDisNet.Enumerations.UaScanPattern.ContinuousSearch = 5 -> OpenDisNet.Enumerations.UaScanPattern +OpenDisNet.Enumerations.UaScanPattern.Helical = 2 -> OpenDisNet.Enumerations.UaScanPattern +OpenDisNet.Enumerations.UaScanPattern.Raster = 3 -> OpenDisNet.Enumerations.UaScanPattern +OpenDisNet.Enumerations.UaScanPattern.ScanPatternNotUsed = 0 -> OpenDisNet.Enumerations.UaScanPattern +OpenDisNet.Enumerations.UaScanPattern.SectorSearch = 4 -> OpenDisNet.Enumerations.UaScanPattern +OpenDisNet.Enumerations.UaStateChangeUpdateIndicator +OpenDisNet.Enumerations.UaStateChangeUpdateIndicator.ChangedDataUpdate = 1 -> OpenDisNet.Enumerations.UaStateChangeUpdateIndicator +OpenDisNet.Enumerations.UaStateChangeUpdateIndicator.StateUpdate = 0 -> OpenDisNet.Enumerations.UaStateChangeUpdateIndicator +OpenDisNet.Enumerations.VariableParameterRecordType +OpenDisNet.Enumerations.VariableParameterRecordType.ArticulatedPart = 0 -> OpenDisNet.Enumerations.VariableParameterRecordType +OpenDisNet.Enumerations.VariableParameterRecordType.AttachedPart = 1 -> OpenDisNet.Enumerations.VariableParameterRecordType +OpenDisNet.Enumerations.VariableParameterRecordType.EntityAssociation = 4 -> OpenDisNet.Enumerations.VariableParameterRecordType +OpenDisNet.Enumerations.VariableParameterRecordType.EntityType = 3 -> OpenDisNet.Enumerations.VariableParameterRecordType +OpenDisNet.Enumerations.VariableParameterRecordType.Separation = 2 -> OpenDisNet.Enumerations.VariableParameterRecordType +OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Acceleration = 37000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AccessToImageGeneratorData = 2000030 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AccessToImageGeneratorData2000031 = 2000031 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AccessToImageGeneratorData2000032 = 2000032 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AccessToImageGeneratorData2000033 = 2000033 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AccessToImageGeneratorData2000034 = 2000034 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AccessToImageGeneratorData2000035 = 2000035 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AccessToImageGeneratorData2000036 = 2000036 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AccessToImageGeneratorData2000037 = 2000037 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AccessToImageGeneratorData2000038 = 2000038 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AccessToImageGeneratorData2000039 = 2000039 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AccessToImageGeneratorData2000040 = 2000040 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AccessToImageGeneratorData2000041 = 2000041 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AccessToImageGeneratorData2000042 = 2000042 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AccessToImageGeneratorData2000043 = 2000043 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AccessToImageGeneratorData2000044 = 2000044 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AccessToImageGeneratorData2000045 = 2000045 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AccomplishedAccept = 100160 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AclsAircraftReport = 200525 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AclsAnSpn46Status = 200524 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AcousticContactDataMt205 = 200205 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AcousticContactDataMt305 = 200305 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ActivateEntity = 10160 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ActivateEntity30010 = 30010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ActivateOwnship = 610008 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ActivationTriggerType = 500204 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ActivationTriggerValue = 500205 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AdaEngagementMode = 101310 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AdaFiringDisciple = 101360 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AdaMode = 101321 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AdaRadarStatus = 101330 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AdaShootingStatus = 101320 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AdaWeaponStatus = 101350 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AfatdsFileName = 40020 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AfterActiveApplicId = 44220 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AfterActiveReviewActiveStatus = 44240 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AfterActiveReviewEntityId = 44230 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AfterActiveReviewRole = 44200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AfterActiveReviewSiteId = 44210 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Age = 34100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AgeOfEphemerisSec = 300014 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Aim120MissileQty = 551004 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Aim7MissileQty = 551002 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Aim9MissileQty = 551003 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AimpointBearing = 240051 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AimpointElevation = 240052 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AimpointRange = 240053 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AirAirIrMissileQty = 557001 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AirAirRadarMissileQty = 557002 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AirGroundAntiRadiationMissileQty = 557005 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AirGroundBombQty = 557006 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AirGroundIrMissileQty = 557003 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AirGroundRadarMissileQty = 557004 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AirGroundRocketQty = 557007 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AirportLights = 11501 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AirSpeed = 240054 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AirToAirMissileQty = 551001 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AirToAirRefuelerEntitiesRequest = 600218 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AirToAirRefuelerEntity = 600220 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AirToAirRefuelingCount = 600219 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AirToGroundMissileQty = 551005 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AlgorithmParameters = 70000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AlphaIdentification = 61300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AlternativeEntityType = 12000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AlternativeEntityType240141 = 240141 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AlternativeEntityTypeCategory = 240013 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AlternativeEntityTypeCountry = 240012 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AlternativeEntityTypeDomain = 240011 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AlternativeEntityTypeExtra = 240016 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AlternativeEntityTypeKind = 240010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AlternativeEntityTypeSpecific = 240015 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AlternativeEntityTypeSubCategory = 240014 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Altitude = 31600 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Altitude100167 = 100167 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Altitude240055 = 240055 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AltitudeAgl = 240149 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AltitudeChangeMt27 = 200523 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AltitudeOverride = 555005 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AmbientLighting = 33100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Ammunition = 24000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AngleDeceptionAttributeRecord = 3501 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AngleOfAttack = 610026 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AngularRegion = 5008050 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AntennaLocation = 5009 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AntiCollisionLightStatus = 553013 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AntiColOffDuration = 553016 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AntiColOnDuration = 553015 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Appearance = 33000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AppearanceCharacterSet = 100008 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AppearanceData = 100900 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AppearanceHatch = 100005 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AppearanceTrailingEffects = 100004 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ApplicationRate = 45000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ApplicationStatus = 240056 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ApplicationTime = 45005 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ApplicationTimestep = 45010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Approach = 240125 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AreaOfInterestGroundImpactCircleCenterLatitude = 100631 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AreaOfInterestGroundImpactCircleCenterLongitude = 100632 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AreaOfInterestGroundImpactCircleRadius = 100633 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AreaOfInterestType = 100634 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ArmAlert = 500022 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Armament = 28000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ArticulatedParts = 90000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ArticulationParameter = 100014 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ArticulationParameterId = 240038 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ArticulationParameterType = 100047 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ArticulationParameterType240039 = 240039 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ArticulationParameterValue = 100048 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ArticulationParameterValue240040 = 240040 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AssignExternalEntityLink16TrackNumber = 301175 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Association = 500008 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AudioTestDort = 700001 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AudioToneDort = 700002 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AutoIff = 240057 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AutopilotStatusMt77 = 200504 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AuxCommPanelFrequencyDisplay = 613031 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AvailableRadarModes = 554010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Azimuth = 52340 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Azimuth91100 = 91100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.AzimuthRate = 91200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Base = 55300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.BaseAltitude = 53200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.BaseAltitude53250 = 53250 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.BasicInteractive = 5010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.BattalionName = 14300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.BattleDamageAssessment = 5005012 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.BattleDamageAssessmentBdaEventReport = 5005002 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Beacon = 240122 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.BeaconDelay = 240058 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.BeginInitializationMt1 = 200427 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.BingoFuelSetting = 240059 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.BiologicalAirConcentration = 59145 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.BiologicalBinnedParticleCount = 59155 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.BiologicalDosage = 59140 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.BiologicalDosageThreshold = 59150 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.BlankingSectorAttributeRecord = 3500 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.BodyPartDamagedRatio = 240048 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.BoomAircraftAeroModelData = 2000020 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.BoomInterphone = 62101 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Bottom = 55420 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Bottom55425 = 55425 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.BoundedRegion = 5008040 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.BreakawayEventReport = 613029 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.BulletQty = 551007 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.BulletQty557010 = 557010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.BumperNumber = 14600 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.C2Message = 5008010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CalibratedAirspeed = 240150 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CalibrateThrottlesDort = 700003 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CallEndpointData = 5005101 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CallState = 5005100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CandidateObject = 5008020 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Capability = 240036 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CapabilityAmmunitionSupplier = 100010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CapabilityMiscellaneousSupplier = 100011 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CapabilityRepairProvider = 100012 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Cargo = 25000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Category = 11140 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Category12140 = 12140 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Category24140 = 24140 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Cause = 35050 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CdRomNumberDiskIdForTerrain = 100165 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Ceiling = 53300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Ceiling53350 = 53350 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Ceiling55430 = 55430 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Ceiling55435 = 55435 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Ceiling58430 = 58430 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Ceiling58435 = 58435 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CesEntitySetClearStatus = 10157 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ChaffQty = 552001 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ChangeTrackEligibilityEMT55 = 200422 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Channel = 240139 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ChannelIdentification = 61200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ChannelType = 61100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ChannelType61101 = 61101 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Characteristics = 53400 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CheckpointInterval = 72100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ChemicalAirConcentration = 59120 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ChemicalDosage = 59115 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ChemicalDosageThreshold = 59135 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ChemicalGroundDeposition = 59125 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ChemicalMaximumGroundDeposition = 59130 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Chocks = 610009 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CicEnable = 10256 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ClassValue = 240138 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CloudBottom = 240060 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CloudLayerEnable = 53050 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CloudLayerSelection = 53060 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Clouds = 53000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CloudTop = 240061 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CMC4AirGlobalData = 200610 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CMC4GlobalData = 200611 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CmtPc = 200609 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CockpitSwitchStatus = 613002 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CommandManeuversMt86 = 200513 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CommandOrderData = 101000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CommitRange = 556001 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Communications = 60000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CompanyName = 14400 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CompleteEventReport = 613030 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Concatenated = 11100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ConcentrationLength = 53410 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ConsumablesEMT78 = 200416 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ConsumablesMt78 = 200505 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ContaminantObscurantType = 59100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ContaminantsAndObscurants = 59000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ContrailAltitudes = 50700 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ContrailsEnable = 50600 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ControlDiscretesMt82 = 200509 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ControlUnitEnabled = 301226 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ControlUnitEnabledNet = 301228 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ControlUnitEnabledNpg = 301227 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CorrectCriticalSwitchData = 613008 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CorrectCriticalSwitchPosition = 613006 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Country = 11130 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Country12130 = 12130 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Country24130 = 24130 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CourseChangeMt26 = 200522 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CrashOverride = 10300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CreateRuntimeFormation = 600305 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CrewId = 13200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CrewMemberId = 21100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CrewMembers = 21000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CryptoControl = 5000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Culture = 240124 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CurrentCriticalSwitchData = 613007 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CurrentCriticalSwitchPosition = 613005 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CurrentHour = 52310 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CurrentMinute = 52320 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CurrentScenarioIffMode4aCodeForThisThreatSAffiliation = 556007 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CurrentScenarioIffMode4bCodeForThisThreatSAffiliation = 556008 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CurrentSecond = 52330 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.CurrentWaypointNumber = 556019 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Damage = 35000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Date = 52600 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DateEuropean = 52601 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DateUs = 52602 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Day = 52620 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpCueConfirmedMessage = 1055 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpCueTransactionCueRequestMessage = 1004 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpDeviceAnnounceMessage = 1112 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpDeviceExitMessage = 1114 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpDeviceHeartbeatMessage = 1115 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpEndResponseMessage = 1061 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpEndTransactionEndRequestMessage = 1009 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpErrorMessage = 1118 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpJoinResponseMessage = 1051 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpJoinTransactionJoinRequestMessage = 1001 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpLoadMissionRecordingTransactionLoadMissionRecordingRequestMessage = 1003 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpMasterAnnounceMessage = 1111 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpMasterStopSyncMessage = 1119 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpMasterTimeSyncMessage = 1116 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpMasterTransitionMessage = 1120 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpMissionRecordingLoadedMessage = 1054 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpPauseConfirmedMessage = 1059 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpPauseTransactionPauseRequestMessage = 1007 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpPlaybackWindowConfirmedMessage = 1053 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpPlayCommencedMessage = 1057 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpPlayTransactionPlayRequestMessage = 1005 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpRequestReceiptMessage = 1052 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpSetPlaybackWindowTransactionSetPlaybackWindowRequestMessage = 1002 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpStopConfirmedMessage = 1058 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpStopTransactionStopRequestMessage = 1006 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DdcpTimeToCompleteMessage = 1056 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DeadReckoning = 240145 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DeadReckoningAlgorithm = 240026 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DeadReckoningAlgorithmDra = 71000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DeadReckoningAngularVelocityX = 240030 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DeadReckoningAngularVelocityY = 240031 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DeadReckoningAngularVelocityZ = 240032 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DeadReckoningLinearAccelerationX = 240027 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DeadReckoningLinearAccelerationY = 240028 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DeadReckoningLinearAccelerationZ = 240029 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DeAreaAimpointRecord = 4001 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DecrementMissileInventoryMt90 = 200517 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DefaultTimeForRadioTransmissionForMovingTransmitters = 240047 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DefaultTimeForRadioTransmissionForStationaryTransmitters = 240046 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Density = 55200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Density58200 = 58200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DePrecisionAimpointRecord = 4000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Description = 11300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Description12300 = 12300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Description24300 = 24300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DestinationAltitude = 31900 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DestinationLatitude = 31700 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DestinationLongitude = 31800 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Destroy = 301152 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DetectEventReport = 5005063 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DirectedEnergyDamageDescriptionRecord = 4500 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Direction = 240062 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DisAggregateIdSetIfCommunicationToAggregate = 15600 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DisengageReengage = 10170 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DisengageReengage555003 = 555003 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DisEntityId = 15300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DisHostId = 15200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DisIdentity = 15000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DisSiteId = 15100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DisType = 240137 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DlrpEMT19 = 200418 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Domain = 11120 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Domain12120 = 12120 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Domain24120 = 24120 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DownlinkMt79 = 200506 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DraAngularXVelocity = 100001 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DraAngularYVelocity = 100002 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DraAngularZVelocity = 100003 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DraLocationThreshold = 71100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DraOrientationThreshold = 71200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DraTimeThreshold = 71300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DsddStatus = 100172 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DtedDiskId = 100166 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.DynamicTargeting = 10264 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ElapsedTime = 46010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Elevation = 91300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ElevationRate = 91400 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EmcBearingEMT54 = 200421 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EmissionEwData = 100800 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EmitJammingStatus = 554006 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EmitJammingType = 554007 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EmitterOverride = 10280 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EmitterOverride555001 = 555001 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EmitterSensorData = 500027 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EndAction = 240063 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EndOfMessages = 559999 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EngagementData = 100600 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EngineFuel = 500002 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EngineFuelReload = 500011 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EngineStatus = 38100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Entities = 43200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityAppearance = 240033 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityForTrackEvent = 100510 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityIdList = 1 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityIdOfControlUnit = 301237 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityLinearVelocity = 240143 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityLinearVelocityX = 240020 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityLinearVelocityY = 240021 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityLinearVelocityZ = 240022 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityLocation = 240142 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityLocationX = 240017 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityLocationY = 240018 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityLocationZ = 240019 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityMarking = 13000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityMarking11Bytes = 240035 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityMarkingCharacters = 13100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityMarkingCharacterSet = 240034 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityOrientation = 240144 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityOrientationPhi = 240025 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityOrientationPsi = 240023 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityOrientationTheta = 240024 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityStatus = 553006 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityTrackEquipmentData = 100700 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityTrackIdentityData = 100500 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityTrackUpdateData = 100300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityType = 11000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityType240140 = 240140 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityTypeCategory = 240006 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityTypeCountry = 240005 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityTypeDomain = 240004 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityTypeExtra = 240009 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityTypeKind = 240003 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityTypeSpecific = 240008 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EntityTypeSubCategory = 240007 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Environment = 50000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EnvironmentalData = 101100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EnvironmentalDataMt203 = 200203 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EnvironmentalDataMt303m = 200303 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EsmContactDataMt214 = 200214 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EsmContactDataMt314 = 200314 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EsmControlData = 200213 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EsmControlDataMt313 = 200313 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EsmEmitterDataMt215 = 200215 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EsmEmitterDataMt315 = 200315 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EstimatedInterceptTime = 100661 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EstimatedTimeOfFlightToNextWaypoint = 100662 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EstimatedTimeOfFlightToTbmImpact = 100660 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EventId = 75000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.EventMarkerMessage = 1000620 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Exercise = 40000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ExerciseDescription = 43000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ExerciseElapsedTime = 46000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ExerciseEntityId = 44330 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ExerciseLoggerActiveStatus = 44340 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ExerciseLoggerApplicId = 44320 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ExerciseLoggerRole = 44300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ExerciseLoggerSiteId = 44310 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ExerciseState = 40010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Expendable = 500005 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ExpendableReload = 500013 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ExpendablesFreeze = 610036 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ExpendablesReload = 610006 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ExpendableStatusData = 500025 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ExtendedFireEventBomb = 5005010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ExtendedFireEventExpendable = 5005011 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ExtendedFireEventGunFireControl = 5005009 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ExtendedFireEventLauncher = 5005003 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ExtendedFireEventMissile = 5005006 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ExtendedFireEventMrmWeapon = 5005008 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ExtendedFireEventReports = 5005001 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ExtendedFirePickleEvent = 5005014 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Extension = 90300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ExtensionRate = 90400 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Extra = 11170 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Extra12170 = 12170 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Extra24160 = 24160 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.F2fANpg = 301220 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.F2fBNpg = 301222 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FailuresAndMalfunctions = 34000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FailureSymptom = 240146 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FalseTargetsAttributeRecord = 3502 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FciCmd = 270153 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FciNum = 270154 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FeedbackTime = 45020 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FfsAirdropData = 270166 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FfsAirdropRequestData = 270165 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FfsBitField = 270161 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FfsCallSign = 270162 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FfsGuidanceData = 270163 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FfsModeActive = 270158 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FfsRole = 270159 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FfsTextData = 270164 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FfsVcas = 270160 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FireBottleReload = 61005 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FireLaunchDispense = 10250 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FirePowerKill = 35200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FirepowerKill = 553022 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Flaming = 33500 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FlareQty = 552002 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Fog = 55000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ForceId = 11180 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ForceId11200 = 11200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ForceId240002 = 240002 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ForceOrderEMT52 = 200419 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ForceTrainingReceiveEMT72 = 200414 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ForceTrainingTransmitEMT71 = 200413 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FormationF2fChannel = 301256 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FormationF2fNpg = 301255 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FormationLibraryRequest = 600300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FormationLibraryVariable = 600304 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FormationLightStatus = 553012 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FormationName = 301200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FormationNumber = 270157 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FormationPosition = 270156 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FormationPositionAbsolute = 600307 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FormationPositionRelative = 600308 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FormationRequestHeader = 600306 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FormationRole = 301201 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Freeze = 240065 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Frequency = 240064 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Fuel = 23000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FuelExternal = 610015 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FuelFlowRateKgMin = 270115 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FuelFreeze = 10190 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FuelInternal = 610016 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FuelLevel = 553001 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FuelPressurePa = 270117 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FuelQuantity = 240043 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FuelTankTemp = 610017 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.FuelTemperatureDegC = 270116 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GeocentricCoordinates = 31200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Gicb = 5007 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GicIdentificationNumber = 100650 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GLoad = 610027 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlAddRelativeFormation = 615031 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlDeleteThreatEntities = 615024 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlFreezeCrashOverride = 615008 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlFreezeCrashOverrideOnAllOwnships = 610046 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlFreezeDevices = 615012 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlFreezeFuelQuantity = 615006 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlFreezeFuelQuantityOnAllOwnships = 610044 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlFreezeKillOverride = 615007 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlFreezeKillOverrideOnAllOwnships = 610045 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlFreezeWarmUpOverride = 615033 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlFreezeWeaponQuantity = 615005 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlFreezeWeaponsQuantityOnAllOwnships = 610043 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlJtidsCommand = 615013 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlMalfunctionActive = 615009 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlMalfunctionActiveOnAllOwnships = 613016 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlMalfunctionClear = 615010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlMalfunctionClearOnAllOwnships = 613017 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlReleaseControlOfNetworkStation = 615004 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlReloadExpendables = 615036 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlReloadFirebottle = 615038 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlReloadFuel = 615037 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlReloadSes = 615034 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlReloadWeapons = 615035 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlRequestFormationLibraryData = 615026 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlResetIcSet = 615017 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlSelectNetworkStation = 615001 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlStartDevices = 615011 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GlobalControlStillControlling = 615003 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GpsFigureOfMerit = 300007 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GpsSatellitesEnableDisable = 610037 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GridlockEMT65 = 200408 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GrossWeight = 610025 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GroundPower = 610011 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GroupNetworkChannelNumber = 61700 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.GuiseMode = 43410 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Haze = 58000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Heading = 240066 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.HeadingOverride = 555004 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.HealDamage = 301151 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Health = 21200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.HeavenlyBodies = 56000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.HeloControlMt211 = 200211 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.HeloScenarioEquipmentStatus = 200311 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.HighFidelityHaveQuickSaturnRadio = 3000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Horizon = 56310 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.HorizonAzimuth = 56320 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.HorizonElevation = 56330 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.HorizonHeading = 56340 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.HorizonIntensity = 56350 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.HorizontalCircularErrorProbableM = 300000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.HorizontalPositionErrorM = 300001 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.HorizontalVelocityErrorMS = 300003 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.HostLoadNumber = 2000050 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Hud = 240132 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.HullHeadingAngle = 32100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.HullPitchAngle = 32200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Humidity = 57200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Identification = 10000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Identification240067 = 240067 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.IdForLink11ReportingEMT60 = 200404 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.IffChangeControlMode1Code = 500014 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.IffChangeControlMode2Code = 500015 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.IffChangeControlMode3Code = 500016 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.IffChangeControlMode4Code = 500017 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.IffChangeControlMode5Code = 500018 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.IffChangeControlMode6Code = 500019 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.IffChangeControlModeOnOff = 500023 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.IffFriendFoeStatus = 100520 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.InactiveEntityId = 500202 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.InactiveEntityQuantity = 500201 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.InactiveEntityType = 500203 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Increment2MissionDataLoadName = 10030 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Increment31MissionDataLoadName = 10020 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Index = 90070 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.InitialPointData = 240068 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.IntegratedControlPanelMessages = 613003 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.IntentBasedEwMessage = 5507010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.InteractiveBasicMode5 = 5013 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.InteractiveBasicModeS = 5014 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.InteractiveMode4Reply = 5011 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.InteractiveMode5Reply = 5012 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.InterceptDataMt89 = 200516 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.InterceptorAmplificationEMT75 = 200415 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.InterceptorAmplificationMt75 = 200502 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.InterceptStatus = 553017 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.IntercomIdentification = 61600 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.InteriorLightStatus = 553010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.InteroperabilityMode = 73000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.IoCommunicationsNode = 5501 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.IoEffect = 5500 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.IosControlData = 500028 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JammerFalseTargetsReport = 5005061 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JammerOverride = 555002 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JammerPodBehavior = 554101 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JammerPodEnumeration = 554100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JammerPodJammerKnob = 554109 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JammerPodMissileJamming = 554110 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JammerPodNumberOfFalseTargets = 554108 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JammerPodPower = 554106 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JammerPodPrograms = 554102 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JammerPodReceiverFrequencyMaximum = 554105 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JammerPodReceiverFrequencyMinimum = 554104 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JammerPodReceiverSensitivity = 554103 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JammerPodVariability = 554107 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JammerReport = 5005060 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JammerState = 10262 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JammerType = 10263 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcCapabilityType = 400046 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcEffectAcknowledgeResponse = 400042 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcEffectAssessmentDegradationStruct = 400051 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcEffectGeometry = 400040 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcEffectLifecycle = 400043 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcEffectPhysicalBdaStruct = 400052 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcEffectRequestAcknowledgement = 400041 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcEventUUID = 400039 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcFunctionalEffect = 400036 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaAbatis = 400017 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaBattleDamageRepair = 400014 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaCheckpoint = 400029 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaContamCloud2D = 400030 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaCrater = 400018 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaDitch = 400019 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaEntityControl = 400010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaFloatingBarrier = 400024 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaFoxhole = 400025 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaHealthUpdate = 400011 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaIed = 400021 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaLanes = 400020 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaLogReport = 400008 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaMine = 400032 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaMinefield = 400015 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaPopulationEffect = 400031 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaRepairComplete = 400012 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaRubble = 400022 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaSandbag = 400028 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaSeaMinefield = 400033 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaSubmergedBarrier = 400023 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaSupplyAdjust = 400009 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaUnitActivation = 400013 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaVehicleFortification = 400027 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaVehicleHole = 400026 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcJspaWire = 400016 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcNetworkFunctionalType = 400047 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcPhysicalEffect = 400035 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcPlatformDomainType = 400050 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcReasonForEffect = 400034 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcRelatedEventID = 400044 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcSourceLVCID = 400037 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcSystemFunctionalType = 400045 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcTargetEmitterType = 400049 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcTargetEntityType = 400048 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JlvcTargetLVCID = 400038 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JobAssignment = 21300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JtidsStatus = 100170 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.JtidsTrackNumber = 559005 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.KillEMT66 = 200409 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.KillNoKill = 200608 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.KillOverride = 610035 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Kilometers = 34110 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Kind = 11110 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Kind12110 = 12110 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Kind24110 = 24110 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.LandingLightStatus = 553011 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.LandLineIdentification = 61500 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.LandMassReferencePoint = 200423 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.LaserBombCode = 240130 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Latitude = 31300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Latitude240069 = 240069 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.LatitudeNorthLocationOfWeatherCell = 100061 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.LatitudeSouthLocationOfWeatherCell = 100162 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.LaunchedMunition = 500007 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.LifeFormInVehicle = 553020 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.LifeFormMovementType = 553019 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.LifeFormSignalingDeviceType = 553018 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Lights = 33101 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Lights240070 = 240070 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Linear = 240071 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.LineOfSight = 31500 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link11ErrorRateEMT63 = 200406 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link11IdControlMt61 = 200430 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link11LocalTrackQualityEMT95 = 200417 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link11OperatorEMT70 = 200412 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16CommandVariety1 = 301100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16ControlsAffiliationDeterminationRule = 559010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16ControlsCesGlobalPpliPublish = 301178 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16ControlsCesGlobalPpliSubscribe = 301240 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16ControlsCesGlobalSurveillancePublish = 301179 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16ControlsCesGlobalSurveillanceSubscribe = 301241 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16ControlsCommandControlEnable = 301171 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16ControlsF2fAEnable = 301197 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16ControlsF2fANet = 301221 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16ControlsF2fBEnable = 301198 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16ControlsF2fBNet = 301223 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16ControlsPpliEnable = 301170 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16ControlsQualityErrorType = 559009 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16ControlsResetAllAffiliation = 559012 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16ControlsResetEntityAffiliation = 559011 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16ControlsSurveillanceEnable = 301181 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16ControlsSurveillanceReportable = 559006 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16ControlsSurveillanceTrackQuality = 559007 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16ControlsTargetPositionQuality = 559008 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16ControlUnitChange = 301184 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16Data = 500021 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16IntelligenceInfo = 301176 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16JtidsVoiceCallsign = 301234 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16Pointer = 301182 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16ReferencePointMessageInitiation = 301174 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16RefObjectNameList = 301187 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16Text = 301185 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16TrackManagement = 301177 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link16Vector = 301183 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Link4aAlertMt91 = 200518 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.LinksimCommentPdu = 200612 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Loads = 20000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.LocalForceTraining = 100400 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.LocalizerAndGlideSlope = 11503 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.LogicalEntityDefinition = 5009010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.LogicalEntityRelationshipDefinition = 5009020 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.LogicalNetworkDefinition = 5007030 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.LogicalNetworkEntityDefinition = 5007040 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Longitude = 31400 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Longitude240072 = 240072 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.LongitudeEastLocationOfWeatherCell = 100063 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.LongitudeWestLocationOfWeatherCell = 100164 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.LowAltitude = 240073 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.LowerBoomEventReport = 613027 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.M250Ukl8a1Quantity = 24006 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.M250Ukl8a3Quantity = 24007 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MagneticVariationMt37 = 200435 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MaldBeamReport = 5005070 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MalfunctionActivateDeactivateSet = 600001 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MalfunctionStatus = 600002 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ManualJammingOnOverride = 10267 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Marking = 33600 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MarkpointId = 10115 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MarshalStatus = 553007 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MassOfTheVehicle = 240001 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MaxFuel = 240147 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MaximumElevation = 52350 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MaxSpeed = 556018 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MaxSpeedAtSeaLevel = 556017 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MemoryData = 240120 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MemoryOffset = 240119 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MetHeartbeatMessage = 50126 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MfdFormats = 240074 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MilGrid10 = 31100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MinePlowsAttached = 33710 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MineRollersAttached = 33720 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MinesQuantity = 24060 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MissionId = 42100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MissionInitialConditionsSet = 613013 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MissionRequestTimeStamp = 42300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Missions = 42000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MissionTime = 1200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MissionType = 42200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Mk23RadarOperatorFunctions = 200604 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Mk95RadarOperatorFunctions = 200607 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MobilityKill = 35100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MobilityKill553021 = 553021 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Mode5STransponderLocation = 5001 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Mode5STransponderLocationError = 5002 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ModelType = 240136 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Month = 52610 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Moon = 56200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MoonPositionAzimuthDegrees = 56221 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MoonPositionElevationDegrees = 56231 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MoonVisible = 56205 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MountIntent = 15400 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MovingRadioSignalDefaultTime = 62500 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MovingRadioTransmittersDefaultTime = 62300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Munition = 500001 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.MunitionReload = 500010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Name = 43100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NameOfLocalFile = 240050 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NameOfTheTerrainDatabaseFile = 240049 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NavFormationFlashRate = 553014 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NavLightStatus = 553009 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Nctr = 240075 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NetworkChannelDefinition = 5007020 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NetworkedStationStillUnderControl = 615023 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NetworkStationFormationLibraryItem = 615030 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NetworkStationIcSetInformation = 615015 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NetworkStationInformation = 615000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NetworkStationJtidsControllingUnits = 615019 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NetworkStationJtidsObjectiveTracks = 615020 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NetworkStationJtidsReferenceObjects = 615022 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NetworkStationOwnshipCallsigns = 615025 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NetworkStationTicFilename = 615032 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NetworkStationUnderGlobalControl = 615002 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NonFlyoutMunitionEntityRequestDisTypeEnumeration = 300016 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NonFlyoutMunitionEntityRequestElapsedFlightTimeSec = 300025 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NonFlyoutMunitionEntityRequestFlightPath = 300021 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NonFlyoutMunitionEntityRequestImpactPointXM = 300022 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NonFlyoutMunitionEntityRequestImpactPointYM = 300023 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NonFlyoutMunitionEntityRequestImpactPointZM = 300024 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NonFlyoutMunitionEntityRequestLaunchPointXM = 300017 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NonFlyoutMunitionEntityRequestLaunchPointYM = 300018 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NonFlyoutMunitionEntityRequestLaunchPointZM = 300019 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NonFlyoutMunitionEntityRequestLaunchTimeSec = 300026 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NonFlyoutMunitionEntityRequestMaximumAltitudeMMsl = 300020 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NotUsed = 500004 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NotUsedInvalidValue = 0 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Npg = 559003 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NpgChannel = 559004 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NsstOwnshipControl = 200613 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NtrInMission = 301242 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NtrMarking = 301243 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NtrParticipationLevel = 301239 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NtrReceiptCompliance = 301244 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NumberArticulationParameters = 240037 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NumberOfControllingUnits = 615018 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NumberOfDetonations = 102100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NumberOfInterceptorDetonations = 100207 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NumberOfInterceptorsFired = 100206 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NumberOfIntercepts = 102200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NumberOfMessageBuffersDropped = 100208 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NumberOfReferenceObjects = 615021 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.NumberProjectiles = 240076 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Obstruction = 240127 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ObtControlMt201 = 200201 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ObtControlMt301 = 200301 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.OcclusionOverride = 555008 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.OkToEngageWaypointNumber = 556016 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.OperationalLimits = 700005 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.OperationalLimitsEventReport = 700004 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.OperationCode = 240077 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.OperatorActionData = 101300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.OrderStatus = 101370 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Orientation = 32000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Other = 240000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.OwnershipStatus = 15800 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.OwnshipAsAThreat = 610013 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.OwnshipDataMt204 = 200204 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.OwnshipDataMt304 = 200304 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.OwnshipId = 10400 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.OwnshipMessageDisplay = 610040 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.OwnshipOfpBlockNumber = 610047 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.OwnshipSubsystemStatusData = 610050 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PaintScheme = 33200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PairingAssociationEMT56 = 200400 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ParkVehicle = 10314 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PartId = 90050 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PduNumberInFormationLibraryResponse = 600302 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PduNumberInFormationLibraryResponse615028 = 615028 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PduNumberInJtidsTrackNumberResponse = 600215 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PduNumberInLink16RefObjectsResponse = 301190 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Persistence = 59110 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PersonnelCasualties = 35300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PhysicalNetworkDefinition = 5007010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PhysicalNetworkEntityDefinition = 5007050 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PilotDesignation = 240135 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PilotName = 240134 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Pitch = 240078 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PlatoonName = 14500 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PointerEMT57 = 200401 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Position = 31000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Position56110 = 56110 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Position56210 = 56210 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Position90100 = 90100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PositionAzimuth = 56120 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PositionAzimuth56220 = 56220 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PositionElevation = 56130 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PositionElevation56230 = 56230 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PositionFreeze = 610007 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PositionIntensity = 56140 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PositionIntensity56240 = 56240 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PositionRate = 90200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Posture = 10259 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PowerPlant = 10310 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PowerPlantStatus = 553008 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PpliPublishEnabled = 559001 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Precipitation = 54000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PrimaryTargetLinePtl = 39000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Profiles = 240079 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PuAmplification = 200425 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.PuGuardList = 200431 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Push = 301130 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Quantity = 23100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Quantity23105 = 23105 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Quantity240080 = 240080 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.QuantityOfStores = 240042 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RackType = 240131 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadarMode = 554009 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadarModes = 240081 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadarSearchVolume = 240082 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadarSystemStatus = 240044 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadarTrackReport = 5005055 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Radiance = 53430 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadioChannelInitializationAlpha = 63115 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadioChannelInitializationComsecKey = 63114 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadioChannelInitializationFrequencySyncTime = 63113 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadioChannelInitializationHopsetId = 63111 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadioChannelInitializationLockoutId = 63110 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadioChannelInitializationPresetFrequency = 63112 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadioCommunicationsStatus = 62100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadioCommunicationSystemStatus = 240045 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadioIdentification = 61400 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadioInitializationAntennaLocation = 63104 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadioInitializationAntennaPatternLength = 63106 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadioInitializationAntennaPatternType = 63105 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadioInitializationBeamDefinition = 63107 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadioInitializationInternalNoiseLevel = 63102 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadioInitializationSquelchThreshold = 63103 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadioInitializationTransecSecurityKey = 63101 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadioInitializationTransmitDistanceThresholdVariableRecord = 63109 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadioInitializationTransmitHeartbeatTime = 63108 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RadiologicalDosage = 59160 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Rain = 54100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Rainsoak = 57500 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RaiseBoomEventReport = 613028 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RampTaxiway = 240129 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ReactionLevel = 10140 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ReceiveJammingStatus = 554008 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ReceiverAircraftAeroModelData = 2000000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ReceiverTimeThreshold = 72700 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Reconstitute = 19177 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RefuelingBoomConnect = 240148 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RegimentName = 14200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RemoteTrackEMT62 = 200405 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ReplyDiscretesMt85 = 200512 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ReportingResponsibilityEMT58 = 200402 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RequestGlobalLink16Configuration = 301180 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RequestInactiveEntities = 500200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RequestJtidsTrackNumbers = 600210 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RequestLink16Objects = 301186 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RequestTargetDiscretesMt83 = 200510 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RestartRefresh = 40015 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RoEObject = 5008060 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RoleFileName = 240133 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Rolex = 301140 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Roll = 240083 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RollAngle = 32300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Rotation = 91500 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Rotation240084 = 240084 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RotationRate = 91600 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RoundTripTimeDelay = 30300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RouteInformation = 556020 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RouteType = 553002 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RouteWaypointType = 31010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RunwayEdge = 240128 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RunwayEnd = 240126 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.RwrStatus = 554004 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SarMapPathname = 613021 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SatelliteSensorBackgroundHourMinute = 100214 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SatelliteSensorBackgroundYearDay = 100213 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ScaleFactorX = 240085 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ScaleFactorY = 240086 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ScenarioDate = 50103 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ScenarioTime = 50118 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ScintillationChangeMt39 = 200429 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ScrambleStart = 610012 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ScriptNumber = 100218 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SeaStateMt17 = 200434 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Sensor = 500009 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SensorDataMt202 = 200202 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SensorDataMt302 = 200302 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SetDrift = 200426 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SetMarkpointCommand = 10110 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SetOfCandidateObjects = 5008030 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SetOfTrackObjects = 5008080 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Shields = 10290 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Shields240087 = 240087 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ShootCommand = 101340 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ShootInhibit = 10258 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SignalingDevice = 10316 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SignalingOnOff = 10315 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SignificantEventData = 101200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SimnetDataCollection = 74000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SimnetDisTranslatorActiveStatus = 44540 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SimnetDisTranslatorApplicId = 44520 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SimnetDisTranslatorEntityId = 44530 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SimnetDisTranslatorRole = 44500 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SimnetDisTranslatorSiteId = 44510 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SimulationApplicationActiveStatus = 43420 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SimulationApplicationRoleRecord = 43430 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SimulationApplicationState = 43440 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SimulationManagementParameters = 72000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SimulationManagerActiveStatus = 44140 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SimulationManagerApplicId = 44120 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SimulationManagerEntityId = 44130 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SimulationManagerRole = 44100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SimulationManagerSiteId = 44110 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SimulationRate = 45030 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SimulationTime = 45040 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SimulationTimestep = 45050 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SkeBitField = 270155 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SkeFrequency = 270152 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SkeLead = 270151 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SkeSlot = 270150 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Smoke = 33300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SnowEnableDisable = 50120 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SojAxis = 10268 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SonarSystemStatus = 100100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SonobuoyContactDataMt210 = 200210 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SonobuoyContactDataMt310 = 200310 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SonobuoyDataMt207 = 200207 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SonobuoyDataMt307 = 200307 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SourceHostId = 75200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SourceSiteId = 75100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Spare1 = 240089 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Spare2 = 240090 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SpecialPointControlMt81 = 200508 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Specific = 11160 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Specific12160 = 12160 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Speed = 36400 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Speed57410 = 57410 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SpeedChangeMt25 = 200521 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SpeedOverride = 555006 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Spq9aRadarOperatorFunctions = 200602 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Sps40RadarOperatorFunctions = 200606 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Sps48RadarOperatorFunctions = 200605 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Sps49RadarOperatorFunctions = 200603 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Sps55RadarOperatorFunctions = 200601 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Sps67RadarOperatorFunctions = 200600 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SquadName = 14520 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SquitterAirbornePositionReport = 5003 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SquitterAirborneVelocityReport = 5004 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SquitterEventDrivenReport = 5008 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SquitterIdentificationReport = 5006 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SquitterSurfacePositionReport = 5005 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.StateChange = 10600 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.StaticStatusData = 500029 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.StationaryRadioSignalsDefaultTime = 62400 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.StationaryRadioTransmittersDefaultTime = 62200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Status = 30000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.StatusAndControlMt3 = 200428 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Steerpoint = 240088 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.StnOfControlUnit = 301238 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.StnOfFormationLeader = 301199 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.StopBuzzer = 10306 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.StorageFuel = 500003 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.StorageFuelReload = 500012 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.StoredEnergySystemReload = 610032 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.StrikeControlMt92 = 200519 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Strobe = 240123 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Subcategory = 11150 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Subcategory12150 = 12150 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Subcategory24150 = 24150 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SubscriptionState = 30100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SubsystemStatus = 100205 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Sun = 56100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SunPositionAzimuthDegrees = 56121 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SunPositionElevationDegrees = 56111 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SunriseAzimuth = 52440 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SunriseHour = 52410 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SunriseMinute = 52420 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SunriseSecond = 52430 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SunsetHour = 52510 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SunsetHour52511 = 52511 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SunsetMinute = 52520 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SunsetSecond = 52530 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SunVisible = 56105 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SupplyQuantity = 27000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SurfaceAirIrMissileQty = 557008 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SurfaceAirRadarMissileQty = 557009 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SurfaceToAirMissileQty = 551006 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SurfaceWindsMt15 = 200433 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SurveillanceContributorSensorBasedDetection = 301202 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SurveillanceEnabledNet = 301225 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SurveillanceEnabledNpb = 301224 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SurveillancePublishEnabled = 559002 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SyntheticEnvironmentManagerActiveStatus = 44440 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SyntheticEnvironmentManagerApplicId = 44420 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SyntheticEnvironmentManagerEntityId = 44430 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SyntheticEnvironmentManagerRole = 44400 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SyntheticEnvironmentManagerSiteId = 44410 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.SystemReferencePoint = 200424 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TacanAssignmentMt76 = 200503 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TacanBand = 240152 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TacanBand554002 = 554002 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TacanChannel = 240151 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TacanChannel554001 = 554001 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TacanDataMt32 = 200501 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TacanMode = 240153 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TacanMode554003 = 554003 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TacanNavAids = 11504 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TacticalDriverStatus = 100068 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TacticalLightingBlinkerControlBlinkerValue = 10312 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TacticalLightingOnOffControlLightControl = 10311 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TacticalLightingOnOffControlLightControlType = 10313 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TacticalSystemStatus = 100169 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TacticStatusData = 500026 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel0 = 30400 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel1 = 30401 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel10 = 30410 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel11 = 30411 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel12 = 30412 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel13 = 30413 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel14 = 30414 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel15 = 30415 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel16 = 30416 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel17 = 30417 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel18 = 30418 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel19 = 30419 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel2 = 30402 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel20 = 30420 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel21 = 30421 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel22 = 30422 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel23 = 30423 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel24 = 30424 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel25 = 30425 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel26 = 30426 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel27 = 30427 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel28 = 30428 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel29 = 30429 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel3 = 30403 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel30 = 30430 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel31 = 30431 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel4 = 30404 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel5 = 30405 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel6 = 30406 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel7 = 30407 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel8 = 30408 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJMessageCountLabel9 = 30409 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TadilJStatus = 100171 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TankerAircraftAeroModelData = 2000010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TankerBoomControl = 11500 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TankerEnabledDisabled = 553028 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TankTurretAzimuth = 33730 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TargetAggregateId = 100640 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TargetAssignment = 10254 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TargetDataMt87 = 200514 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TargetDiscretesMt84 = 200511 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TargetLasingLaserCode = 10308 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TargetLasingOnOff = 10307 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TargetLatitude = 100610 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TargetLongitude = 100620 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TargetOccluded = 553004 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TargetPointerMt88 = 200515 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TaskOrganization = 14000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Team = 240091 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TeamName = 14540 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TeleportEntityDataRecord = 15510 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TerminateIntercept = 301150 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TerrainDatabase = 41000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TerrainHeight = 553005 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TestPatternDort = 700000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TetherUntetherCommandId = 15500 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Text = 240092 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TheNumberOfSimulationSecondsSinceTheStartOfTheExerciseSimulationTime = 52380 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ThermalCondition = 51100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ThermalVisibility = 51110 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ThermalVisibility51111 = 51111 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ThreatMode = 553003 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ThreatStatusStaticMultiTargetTrack = 556029 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ThreatStatusTacticOkToShootDownWeapons = 553029 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ThrottlePositions = 613004 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TideDirection = 57620 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TideDirectionDegrees = 57621 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TideSpeed = 57610 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TideSpeedKnots = 57611 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Time = 52000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Time52001 = 52001 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TimeDateValid = 50106 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TimeErrorSec = 300027 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TimeInterval = 45060 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TimeLatency = 45070 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TimeMode = 52300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TimeOfDay = 240093 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TimeOfDayContinuous = 52200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TimeOfDayDiscrete = 52100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TimeOfDayScene = 100058 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TimeRate = 52370 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TimeScene = 52305 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TimeScheme = 45080 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TimeSunriseEnabled = 52400 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TimeSunsetEnabled = 52500 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TimeSynchronization = 101400 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TimeTransferErrorSec = 300013 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TimeZone = 52360 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TinReportMt80 = 200507 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TomahawkData = 101500 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TotalNumberFormationLibraryItemsInPdu = 600303 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TotalNumberFormationLibraryItemsInPDUs = 615029 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TotalNumberFormationLibraryPDUs = 600301 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TotalNumberFormationLibraryPDUs615027 = 615027 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TotalNumberOfJtidsTrackNumbers = 600214 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TotalNumberOfLink16RefObjects = 301191 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TotalNumberOfPDUsInJtidsTrackNumberResponse = 600216 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TotalNumberOfPDUsInLink16RefObjectsResponse = 301189 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TotalRecordSets = 500006 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TrackEligibilityMt29 = 200436 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TrackIdChangeResolutionEMT68 = 200410 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TrackNumberEMT59 = 200403 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TrackNumbersVsEid = 600212 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TrackObject = 5008070 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TrackQualityEMT64 = 200407 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TrailFlag = 240094 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TrailingEffects = 33400 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TrailSize = 240095 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TrainerInitialConditionsFilename = 10010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TrainingTrackNotification = 200437 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TransferControlManagement = 301160 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TransitionRange = 55410 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Transmittance = 53420 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TransmitterRadiationVolume = 5005080 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TransmitterRadiationVolumeV2 = 5005081 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TransmitterTimeThreshold = 72600 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Type = 24100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TypeOfProjectile = 240096 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TypeOfStores = 240041 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TypeOfTarget = 240097 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.TypeOfThreat = 240098 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.UhfFrequency = 240099 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.UhfRadioFrequency = 554005 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.UnitNumber = 14800 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.UpperLatitude = 100161 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.UtmAltitude = 240100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.UtmLatitude = 240101 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.UtmLongitude = 240102 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ValidatedCriticalSwitchOwnshipId = 613022 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ValidatedCriticalSwitchReport = 613020 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Value120MmHeatQuantity = 24001 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Value120MmSabotQuantity = 24002 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Value127MmM20Quantity = 24004 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Value127MmM8Quantity = 24003 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Value127MmQuantity = 24009 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Value4thLowestJammerToSignalRatioForPYL1DB = 300005 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Value4thLowestJammerToSignalRatioForPYL2DB = 300006 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Value762MmM62Quantity = 24005 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Value762MmM80Quantity = 24008 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Value762MmQuantity = 24010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Vasi = 240121 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.VehicleMass = 26000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.VehicleNumber = 14700 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Velocity = 36000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.VerboseOverride = 555007 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Version = 43300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.VerticalPositionErrorM = 300002 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.VerticalVelocityErrorMS = 300004 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.VhfFrequency = 240103 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ViewLayerFromAbove = 55401 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Visibility = 53100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Visibility55100 = 55100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Visibility55101 = 55101 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Visibility55105 = 55105 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Visibility57300 = 57300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Visibility58100 = 58100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Visibility58105 = 58105 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.VisibilityRange = 240104 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.VisualOutputMode = 44000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.VoiceFrequency = 301229 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.VoidAaaHit = 240105 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.VoidCollision = 240106 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.VoidEarthHit = 240107 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.VoidFriendly = 240108 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.VoidGunHit = 240109 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.VoidRocketHit = 240110 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.VoidSamHit = 240111 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WarmUpCoolDownOverride = 610010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WaypointInformation = 610049 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WaypointInformationQuery = 610048 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WeaponData = 240112 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WeaponDefinitionDataMt217 = 200216 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WeaponDefinitionDataMt316 = 200316 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WeaponPresetDataMt217 = 200217 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WeaponPresetDataMt317 = 200317 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WeaponQuantityFreeze = 610042 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WeaponReload = 10150 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WeaponsStatusEMT69 = 200411 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WeaponStatusData = 500024 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WeaponSystemStatus = 100200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WeaponTransferGpsState = 300008 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WeaponTransferHorizontalPositionErrorM = 300009 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WeaponTransferHorizontalVelocityErrorMS = 300012 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WeaponTransferVerticalPositionErrorM = 300010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WeaponTransferVerticalPositionErrorM300011 = 300011 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WeaponType = 240113 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Weather = 51000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Weather240114 = 240114 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WeatherAttributesRequest = 50124 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WeatherCondition = 51010 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WeatherPost = 11502 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WeightOnWheels = 610029 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WesternLongitude = 100163 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WilcoCantcoEMT53 = 200420 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WindDirection = 57420 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WindDirection240115 = 240115 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WindDirectionDegrees = 57421 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Winds = 57400 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WindsAloftMt14 = 200432 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WindSpeed = 240116 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WindSpeedKnots = 57411 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.WingStation = 240117 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.X = 31210 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.X31510 = 31510 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.X32500 = 32500 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.X90500 = 90500 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.XAcceleration = 37100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.XRate = 90600 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.XVelocity = 36100 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Y = 31220 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Y31520 = 31520 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Y32600 = 32600 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Y90700 = 90700 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.YAcceleration = 37200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Yaw = 240118 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Year = 52630 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.YRate = 90800 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.YVelocity = 36200 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Z = 31230 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Z31530 = 31530 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Z32700 = 32700 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.Z90900 = 90900 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ZAcceleration = 37300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ZRate = 91000 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Enumerations.VariableRecordType.ZVelocity = 36300 -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Pdus.AbstractIFFPduLayerData +OpenDisNet.Pdus.AbstractIFFPduLayerData.AbstractIFFPduLayerData() -> void +OpenDisNet.Pdus.AcknowledgePdu +OpenDisNet.Pdus.AcknowledgePdu.AcknowledgeFlag.get -> OpenDisNet.Enumerations.AcknowledgeAcknowledgeFlag +OpenDisNet.Pdus.AcknowledgePdu.AcknowledgeFlag.set -> void +OpenDisNet.Pdus.AcknowledgePdu.AcknowledgePdu() -> void +OpenDisNet.Pdus.AcknowledgePdu.RequestId.get -> uint +OpenDisNet.Pdus.AcknowledgePdu.RequestId.set -> void +OpenDisNet.Pdus.AcknowledgePdu.ResponseFlag.get -> OpenDisNet.Enumerations.AcknowledgeResponseFlag +OpenDisNet.Pdus.AcknowledgePdu.ResponseFlag.set -> void +OpenDisNet.Pdus.AcknowledgeReliablePdu +OpenDisNet.Pdus.AcknowledgeReliablePdu.AcknowledgeFlag.get -> OpenDisNet.Enumerations.AcknowledgeAcknowledgeFlag +OpenDisNet.Pdus.AcknowledgeReliablePdu.AcknowledgeFlag.set -> void +OpenDisNet.Pdus.AcknowledgeReliablePdu.AcknowledgeReliablePdu() -> void +OpenDisNet.Pdus.AcknowledgeReliablePdu.RequestId.get -> uint +OpenDisNet.Pdus.AcknowledgeReliablePdu.RequestId.set -> void +OpenDisNet.Pdus.AcknowledgeReliablePdu.ResponseFlag.get -> OpenDisNet.Enumerations.AcknowledgeResponseFlag +OpenDisNet.Pdus.AcknowledgeReliablePdu.ResponseFlag.set -> void +OpenDisNet.Pdus.AcousticEmitter +OpenDisNet.Pdus.AcousticEmitter.AcousticEmitter() -> void +OpenDisNet.Pdus.AcousticEmitter.AcousticFunction.get -> OpenDisNet.Enumerations.UaAcousticEmitterSystemFunction +OpenDisNet.Pdus.AcousticEmitter.AcousticFunction.set -> void +OpenDisNet.Pdus.AcousticEmitter.AcousticIdNumber.get -> byte +OpenDisNet.Pdus.AcousticEmitter.AcousticIdNumber.set -> void +OpenDisNet.Pdus.AcousticEmitter.AcousticSystemName.get -> OpenDisNet.Enumerations.UaAcousticSystemName +OpenDisNet.Pdus.AcousticEmitter.AcousticSystemName.set -> void +OpenDisNet.Pdus.ActionRequestPdu +OpenDisNet.Pdus.ActionRequestPdu.ActionId.get -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Pdus.ActionRequestPdu.ActionId.set -> void +OpenDisNet.Pdus.ActionRequestPdu.ActionRequestPdu() -> void +OpenDisNet.Pdus.ActionRequestPdu.FixedDatums.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.ActionRequestPdu.FixedDatums.set -> void +OpenDisNet.Pdus.ActionRequestPdu.RequestId.get -> uint +OpenDisNet.Pdus.ActionRequestPdu.RequestId.set -> void +OpenDisNet.Pdus.ActionRequestPdu.VariableDatums.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.ActionRequestPdu.VariableDatums.set -> void +OpenDisNet.Pdus.ActionRequestReliablePdu +OpenDisNet.Pdus.ActionRequestReliablePdu.ActionId.get -> OpenDisNet.Enumerations.ActionRequestActionId +OpenDisNet.Pdus.ActionRequestReliablePdu.ActionId.set -> void +OpenDisNet.Pdus.ActionRequestReliablePdu.ActionRequestReliablePdu() -> void +OpenDisNet.Pdus.ActionRequestReliablePdu.FixedDatumRecords.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.ActionRequestReliablePdu.FixedDatumRecords.set -> void +OpenDisNet.Pdus.ActionRequestReliablePdu.Pad1.get -> byte +OpenDisNet.Pdus.ActionRequestReliablePdu.Pad1.set -> void +OpenDisNet.Pdus.ActionRequestReliablePdu.Pad2.get -> ushort +OpenDisNet.Pdus.ActionRequestReliablePdu.Pad2.set -> void +OpenDisNet.Pdus.ActionRequestReliablePdu.RequestId.get -> uint +OpenDisNet.Pdus.ActionRequestReliablePdu.RequestId.set -> void +OpenDisNet.Pdus.ActionRequestReliablePdu.RequiredReliabilityService.get -> OpenDisNet.Enumerations.RequiredReliabilityService +OpenDisNet.Pdus.ActionRequestReliablePdu.RequiredReliabilityService.set -> void +OpenDisNet.Pdus.ActionRequestReliablePdu.VariableDatumRecords.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.ActionRequestReliablePdu.VariableDatumRecords.set -> void +OpenDisNet.Pdus.ActionResponsePdu +OpenDisNet.Pdus.ActionResponsePdu.ActionResponsePdu() -> void +OpenDisNet.Pdus.ActionResponsePdu.FixedDatums.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.ActionResponsePdu.FixedDatums.set -> void +OpenDisNet.Pdus.ActionResponsePdu.RequestId.get -> uint +OpenDisNet.Pdus.ActionResponsePdu.RequestId.set -> void +OpenDisNet.Pdus.ActionResponsePdu.RequestStatus.get -> OpenDisNet.Enumerations.ActionResponseRequestStatus +OpenDisNet.Pdus.ActionResponsePdu.RequestStatus.set -> void +OpenDisNet.Pdus.ActionResponsePdu.VariableDatums.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.ActionResponsePdu.VariableDatums.set -> void +OpenDisNet.Pdus.ActionResponseReliablePdu +OpenDisNet.Pdus.ActionResponseReliablePdu.ActionResponseReliablePdu() -> void +OpenDisNet.Pdus.ActionResponseReliablePdu.FixedDatumRecords.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.ActionResponseReliablePdu.FixedDatumRecords.set -> void +OpenDisNet.Pdus.ActionResponseReliablePdu.RequestId.get -> uint +OpenDisNet.Pdus.ActionResponseReliablePdu.RequestId.set -> void +OpenDisNet.Pdus.ActionResponseReliablePdu.ResponseStatus.get -> OpenDisNet.Enumerations.ActionResponseRequestStatus +OpenDisNet.Pdus.ActionResponseReliablePdu.ResponseStatus.set -> void +OpenDisNet.Pdus.ActionResponseReliablePdu.VariableDatumRecords.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.ActionResponseReliablePdu.VariableDatumRecords.set -> void +OpenDisNet.Pdus.AggregateIdentifier +OpenDisNet.Pdus.AggregateIdentifier.AggregateId.get -> ushort +OpenDisNet.Pdus.AggregateIdentifier.AggregateId.set -> void +OpenDisNet.Pdus.AggregateIdentifier.AggregateIdentifier() -> void +OpenDisNet.Pdus.AggregateIdentifier.SimulationAddress.get -> OpenDisNet.Pdus.SimulationAddress! +OpenDisNet.Pdus.AggregateIdentifier.SimulationAddress.set -> void +OpenDisNet.Pdus.AggregateMarking +OpenDisNet.Pdus.AggregateMarking.AggregateMarking() -> void +OpenDisNet.Pdus.AggregateMarking.Characters.get -> byte[]! +OpenDisNet.Pdus.AggregateMarking.Characters.set -> void +OpenDisNet.Pdus.AggregateMarking.CharacterSet.get -> OpenDisNet.Enumerations.EntityMarkingCharacterSet +OpenDisNet.Pdus.AggregateMarking.CharacterSet.set -> void +OpenDisNet.Pdus.AggregateStatePdu +OpenDisNet.Pdus.AggregateStatePdu.AggregateId.get -> OpenDisNet.Pdus.AggregateIdentifier! +OpenDisNet.Pdus.AggregateStatePdu.AggregateId.set -> void +OpenDisNet.Pdus.AggregateStatePdu.AggregateIdList.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.AggregateStatePdu.AggregateIdList.set -> void +OpenDisNet.Pdus.AggregateStatePdu.AggregateMarking.get -> OpenDisNet.Pdus.AggregateMarking! +OpenDisNet.Pdus.AggregateStatePdu.AggregateMarking.set -> void +OpenDisNet.Pdus.AggregateStatePdu.AggregateState.get -> OpenDisNet.Enumerations.AggregateStateAggregateState +OpenDisNet.Pdus.AggregateStatePdu.AggregateState.set -> void +OpenDisNet.Pdus.AggregateStatePdu.AggregateStatePdu() -> void +OpenDisNet.Pdus.AggregateStatePdu.AggregateType.get -> OpenDisNet.Pdus.AggregateType! +OpenDisNet.Pdus.AggregateStatePdu.AggregateType.set -> void +OpenDisNet.Pdus.AggregateStatePdu.CenterOfMass.get -> OpenDisNet.Pdus.Vector3Double! +OpenDisNet.Pdus.AggregateStatePdu.CenterOfMass.set -> void +OpenDisNet.Pdus.AggregateStatePdu.Dimensions.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.AggregateStatePdu.Dimensions.set -> void +OpenDisNet.Pdus.AggregateStatePdu.EntityIdList.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.AggregateStatePdu.EntityIdList.set -> void +OpenDisNet.Pdus.AggregateStatePdu.ForceId.get -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Pdus.AggregateStatePdu.ForceId.set -> void +OpenDisNet.Pdus.AggregateStatePdu.Formation.get -> OpenDisNet.Enumerations.AggregateStateFormation +OpenDisNet.Pdus.AggregateStatePdu.Formation.set -> void +OpenDisNet.Pdus.AggregateStatePdu.Orientation.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.AggregateStatePdu.Orientation.set -> void +OpenDisNet.Pdus.AggregateStatePdu.SilentAggregateSystemList.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.AggregateStatePdu.SilentAggregateSystemList.set -> void +OpenDisNet.Pdus.AggregateStatePdu.SilentEntitySystemList.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.AggregateStatePdu.SilentEntitySystemList.set -> void +OpenDisNet.Pdus.AggregateStatePdu.VariableDatumList.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.AggregateStatePdu.VariableDatumList.set -> void +OpenDisNet.Pdus.AggregateStatePdu.Velocity.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.AggregateStatePdu.Velocity.set -> void +OpenDisNet.Pdus.AggregateType +OpenDisNet.Pdus.AggregateType.AggregateKind.get -> OpenDisNet.Enumerations.AggregateStateAggregateKind +OpenDisNet.Pdus.AggregateType.AggregateKind.set -> void +OpenDisNet.Pdus.AggregateType.AggregateType() -> void +OpenDisNet.Pdus.AggregateType.Category.get -> byte +OpenDisNet.Pdus.AggregateType.Category.set -> void +OpenDisNet.Pdus.AggregateType.Country.get -> OpenDisNet.Enumerations.Country +OpenDisNet.Pdus.AggregateType.Country.set -> void +OpenDisNet.Pdus.AggregateType.Domain.get -> OpenDisNet.Enumerations.PlatformDomain +OpenDisNet.Pdus.AggregateType.Domain.set -> void +OpenDisNet.Pdus.AggregateType.Extra.get -> byte +OpenDisNet.Pdus.AggregateType.Extra.set -> void +OpenDisNet.Pdus.AggregateType.SpecificInfo.get -> OpenDisNet.Enumerations.AggregateStateSpecific +OpenDisNet.Pdus.AggregateType.SpecificInfo.set -> void +OpenDisNet.Pdus.AggregateType.Subcategory.get -> OpenDisNet.Enumerations.AggregateStateSubcategory +OpenDisNet.Pdus.AggregateType.Subcategory.set -> void +OpenDisNet.Pdus.AngleDeception +OpenDisNet.Pdus.AngleDeception.AngleDeception() -> void +OpenDisNet.Pdus.AngleDeception.AzimuthOffset.get -> float +OpenDisNet.Pdus.AngleDeception.AzimuthOffset.set -> void +OpenDisNet.Pdus.AngleDeception.AzimuthPullAcceleration.get -> float +OpenDisNet.Pdus.AngleDeception.AzimuthPullAcceleration.set -> void +OpenDisNet.Pdus.AngleDeception.AzimuthPullRate.get -> float +OpenDisNet.Pdus.AngleDeception.AzimuthPullRate.set -> void +OpenDisNet.Pdus.AngleDeception.AzimuthWidth.get -> float +OpenDisNet.Pdus.AngleDeception.AzimuthWidth.set -> void +OpenDisNet.Pdus.AngleDeception.BeamNumber.get -> byte +OpenDisNet.Pdus.AngleDeception.BeamNumber.set -> void +OpenDisNet.Pdus.AngleDeception.ElevationOffset.get -> float +OpenDisNet.Pdus.AngleDeception.ElevationOffset.set -> void +OpenDisNet.Pdus.AngleDeception.ElevationPullAcceleration.get -> float +OpenDisNet.Pdus.AngleDeception.ElevationPullAcceleration.set -> void +OpenDisNet.Pdus.AngleDeception.ElevationPullRate.get -> float +OpenDisNet.Pdus.AngleDeception.ElevationPullRate.set -> void +OpenDisNet.Pdus.AngleDeception.ElevationWidth.get -> float +OpenDisNet.Pdus.AngleDeception.ElevationWidth.set -> void +OpenDisNet.Pdus.AngleDeception.EmitterNumber.get -> byte +OpenDisNet.Pdus.AngleDeception.EmitterNumber.set -> void +OpenDisNet.Pdus.AngleDeception.Padding.get -> ushort +OpenDisNet.Pdus.AngleDeception.Padding.set -> void +OpenDisNet.Pdus.AngleDeception.Padding2.get -> byte +OpenDisNet.Pdus.AngleDeception.Padding2.set -> void +OpenDisNet.Pdus.AngleDeception.Padding3.get -> uint +OpenDisNet.Pdus.AngleDeception.Padding3.set -> void +OpenDisNet.Pdus.AngleDeception.RecordLength.get -> ushort +OpenDisNet.Pdus.AngleDeception.RecordLength.set -> void +OpenDisNet.Pdus.AngleDeception.RecordType.get -> uint +OpenDisNet.Pdus.AngleDeception.RecordType.set -> void +OpenDisNet.Pdus.AngleDeception.StateIndicator.get -> OpenDisNet.Enumerations.EeAttributeStateIndicator +OpenDisNet.Pdus.AngleDeception.StateIndicator.set -> void +OpenDisNet.Pdus.AngularVelocityVector +OpenDisNet.Pdus.AngularVelocityVector.AngularVelocityVector() -> void +OpenDisNet.Pdus.AngularVelocityVector.X.get -> float +OpenDisNet.Pdus.AngularVelocityVector.X.set -> void +OpenDisNet.Pdus.AngularVelocityVector.Y.get -> float +OpenDisNet.Pdus.AngularVelocityVector.Y.set -> void +OpenDisNet.Pdus.AngularVelocityVector.Z.get -> float +OpenDisNet.Pdus.AngularVelocityVector.Z.set -> void +OpenDisNet.Pdus.AntennaLocation +OpenDisNet.Pdus.AntennaLocation.AntennaLocation() -> void +OpenDisNet.Pdus.AntennaLocation.AntennaLocationValue.get -> OpenDisNet.Pdus.Vector3Double! +OpenDisNet.Pdus.AntennaLocation.AntennaLocationValue.set -> void +OpenDisNet.Pdus.AntennaLocation.RelativeAntennaLocation.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.AntennaLocation.RelativeAntennaLocation.set -> void +OpenDisNet.Pdus.APA +OpenDisNet.Pdus.APA.APA() -> void +OpenDisNet.Pdus.APA.ParameterIndex.get -> ushort +OpenDisNet.Pdus.APA.ParameterIndex.set -> void +OpenDisNet.Pdus.APA.Value.get -> ushort +OpenDisNet.Pdus.APA.Value.set -> void +OpenDisNet.Pdus.Appearance +OpenDisNet.Pdus.Appearance.Appearance() -> void +OpenDisNet.Pdus.Appearance.Audio.get -> uint +OpenDisNet.Pdus.Appearance.Audio.set -> void +OpenDisNet.Pdus.Appearance.Em.get -> uint +OpenDisNet.Pdus.Appearance.Em.set -> void +OpenDisNet.Pdus.Appearance.Ir.get -> uint +OpenDisNet.Pdus.Appearance.Ir.set -> void +OpenDisNet.Pdus.Appearance.Visual.get -> uint +OpenDisNet.Pdus.Appearance.Visual.set -> void +OpenDisNet.Pdus.AppearancePdu +OpenDisNet.Pdus.AppearancePdu.AlternateEntityType.get -> OpenDisNet.Pdus.EntityType! +OpenDisNet.Pdus.AppearancePdu.AlternateEntityType.set -> void +OpenDisNet.Pdus.AppearancePdu.AppearanceFields.get -> OpenDisNet.Pdus.Appearance! +OpenDisNet.Pdus.AppearancePdu.AppearanceFields.set -> void +OpenDisNet.Pdus.AppearancePdu.AppearanceFlags.get -> ushort +OpenDisNet.Pdus.AppearancePdu.AppearanceFlags.set -> void +OpenDisNet.Pdus.AppearancePdu.AppearancePdu() -> void +OpenDisNet.Pdus.AppearancePdu.Capabilities.get -> OpenDisNet.Enumerations.EntityCapabilities +OpenDisNet.Pdus.AppearancePdu.Capabilities.set -> void +OpenDisNet.Pdus.AppearancePdu.EntityMarking.get -> OpenDisNet.Pdus.EntityMarking! +OpenDisNet.Pdus.AppearancePdu.EntityMarking.set -> void +OpenDisNet.Pdus.AppearancePdu.EntityType.get -> OpenDisNet.Pdus.EntityType! +OpenDisNet.Pdus.AppearancePdu.EntityType.set -> void +OpenDisNet.Pdus.AppearancePdu.ForceId.get -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Pdus.AppearancePdu.ForceId.set -> void +OpenDisNet.Pdus.AppearancePdu.LiveEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.AppearancePdu.LiveEntityId.set -> void +OpenDisNet.Pdus.ArealObjectStatePdu +OpenDisNet.Pdus.ArealObjectStatePdu.ArealObjectStatePdu() -> void +OpenDisNet.Pdus.ArealObjectStatePdu.ForceId.get -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Pdus.ArealObjectStatePdu.ForceId.set -> void +OpenDisNet.Pdus.ArealObjectStatePdu.GeneralObjectAppearance.get -> ushort +OpenDisNet.Pdus.ArealObjectStatePdu.GeneralObjectAppearance.set -> void +OpenDisNet.Pdus.ArealObjectStatePdu.Modifications.get -> OpenDisNet.Enumerations.ObjectStateModificationArealObject +OpenDisNet.Pdus.ArealObjectStatePdu.Modifications.set -> void +OpenDisNet.Pdus.ArealObjectStatePdu.ObjectId.get -> OpenDisNet.Pdus.ObjectIdentifier! +OpenDisNet.Pdus.ArealObjectStatePdu.ObjectId.set -> void +OpenDisNet.Pdus.ArealObjectStatePdu.ObjectLocation.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.ArealObjectStatePdu.ObjectLocation.set -> void +OpenDisNet.Pdus.ArealObjectStatePdu.ObjectType.get -> OpenDisNet.Pdus.ObjectType! +OpenDisNet.Pdus.ArealObjectStatePdu.ObjectType.set -> void +OpenDisNet.Pdus.ArealObjectStatePdu.ReceivingId.get -> OpenDisNet.Pdus.SimulationAddress! +OpenDisNet.Pdus.ArealObjectStatePdu.ReceivingId.set -> void +OpenDisNet.Pdus.ArealObjectStatePdu.ReferencedObjectId.get -> OpenDisNet.Pdus.ObjectIdentifier! +OpenDisNet.Pdus.ArealObjectStatePdu.ReferencedObjectId.set -> void +OpenDisNet.Pdus.ArealObjectStatePdu.RequesterId.get -> OpenDisNet.Pdus.SimulationAddress! +OpenDisNet.Pdus.ArealObjectStatePdu.RequesterId.set -> void +OpenDisNet.Pdus.ArealObjectStatePdu.SpecificObjectAppearance.get -> uint +OpenDisNet.Pdus.ArealObjectStatePdu.SpecificObjectAppearance.set -> void +OpenDisNet.Pdus.ArealObjectStatePdu.UpdateNumber.get -> ushort +OpenDisNet.Pdus.ArealObjectStatePdu.UpdateNumber.set -> void +OpenDisNet.Pdus.ArticulatedPartsPdu +OpenDisNet.Pdus.ArticulatedPartsPdu.ArticulatedPartsPdu() -> void +OpenDisNet.Pdus.ArticulatedPartsPdu.LiveEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.ArticulatedPartsPdu.LiveEntityId.set -> void +OpenDisNet.Pdus.ArticulatedPartsPdu.VariableParameters.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.ArticulatedPartsPdu.VariableParameters.set -> void +OpenDisNet.Pdus.ArticulatedPartVP +OpenDisNet.Pdus.ArticulatedPartVP.ArticulatedPartVP() -> void +OpenDisNet.Pdus.ArticulatedPartVP.ChangeIndicator.get -> byte +OpenDisNet.Pdus.ArticulatedPartVP.ChangeIndicator.set -> void +OpenDisNet.Pdus.ArticulatedPartVP.Padding.get -> uint +OpenDisNet.Pdus.ArticulatedPartVP.Padding.set -> void +OpenDisNet.Pdus.ArticulatedPartVP.ParameterType.get -> uint +OpenDisNet.Pdus.ArticulatedPartVP.ParameterType.set -> void +OpenDisNet.Pdus.ArticulatedPartVP.ParameterValue.get -> float +OpenDisNet.Pdus.ArticulatedPartVP.ParameterValue.set -> void +OpenDisNet.Pdus.ArticulatedPartVP.PartAttachedTo.get -> ushort +OpenDisNet.Pdus.ArticulatedPartVP.PartAttachedTo.set -> void +OpenDisNet.Pdus.ArticulatedPartVP.RecordType.get -> OpenDisNet.Enumerations.VariableParameterRecordType +OpenDisNet.Pdus.ArticulatedPartVP.RecordType.set -> void +OpenDisNet.Pdus.Association +OpenDisNet.Pdus.Association.AssociatedEntityId.get -> OpenDisNet.Pdus.EntityIdentifier! +OpenDisNet.Pdus.Association.AssociatedEntityId.set -> void +OpenDisNet.Pdus.Association.AssociatedLocation.get -> OpenDisNet.Pdus.Vector3Double! +OpenDisNet.Pdus.Association.AssociatedLocation.set -> void +OpenDisNet.Pdus.Association.Association() -> void +OpenDisNet.Pdus.Association.AssociationType.get -> OpenDisNet.Enumerations.EntityAssociationAssociationType +OpenDisNet.Pdus.Association.AssociationType.set -> void +OpenDisNet.Pdus.Association.Padding.get -> byte +OpenDisNet.Pdus.Association.Padding.set -> void +OpenDisNet.Pdus.AttachedPartVP +OpenDisNet.Pdus.AttachedPartVP.AttachedPartType.get -> OpenDisNet.Pdus.EntityType! +OpenDisNet.Pdus.AttachedPartVP.AttachedPartType.set -> void +OpenDisNet.Pdus.AttachedPartVP.AttachedPartVP() -> void +OpenDisNet.Pdus.AttachedPartVP.DetachedIndicator.get -> OpenDisNet.Enumerations.AttachedPartDetachedIndicator +OpenDisNet.Pdus.AttachedPartVP.DetachedIndicator.set -> void +OpenDisNet.Pdus.AttachedPartVP.ParameterType.get -> OpenDisNet.Enumerations.AttachedParts +OpenDisNet.Pdus.AttachedPartVP.ParameterType.set -> void +OpenDisNet.Pdus.AttachedPartVP.PartAttachedTo.get -> ushort +OpenDisNet.Pdus.AttachedPartVP.PartAttachedTo.set -> void +OpenDisNet.Pdus.AttachedPartVP.RecordType.get -> OpenDisNet.Enumerations.VariableParameterRecordType +OpenDisNet.Pdus.AttachedPartVP.RecordType.set -> void +OpenDisNet.Pdus.Attribute +OpenDisNet.Pdus.Attribute.Attribute() -> void +OpenDisNet.Pdus.Attribute.RecordSpecificFields.get -> byte[]! +OpenDisNet.Pdus.Attribute.RecordSpecificFields.set -> void +OpenDisNet.Pdus.Attribute.RecordType.get -> uint +OpenDisNet.Pdus.Attribute.RecordType.set -> void +OpenDisNet.Pdus.AttributePdu +OpenDisNet.Pdus.AttributePdu.ActionCode.get -> OpenDisNet.Enumerations.DisAttributeActionCode +OpenDisNet.Pdus.AttributePdu.ActionCode.set -> void +OpenDisNet.Pdus.AttributePdu.AttributePdu() -> void +OpenDisNet.Pdus.AttributePdu.AttributeRecordPduType.get -> OpenDisNet.Protocol.PduType +OpenDisNet.Pdus.AttributePdu.AttributeRecordPduType.set -> void +OpenDisNet.Pdus.AttributePdu.AttributeRecordProtocolVersion.get -> OpenDisNet.Protocol.ProtocolFamily +OpenDisNet.Pdus.AttributePdu.AttributeRecordProtocolVersion.set -> void +OpenDisNet.Pdus.AttributePdu.AttributeRecordSets.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.AttributePdu.AttributeRecordSets.set -> void +OpenDisNet.Pdus.AttributePdu.MasterAttributeRecordType.get -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Pdus.AttributePdu.MasterAttributeRecordType.set -> void +OpenDisNet.Pdus.AttributePdu.OriginatingSimulationAddress.get -> OpenDisNet.Pdus.SimulationAddress! +OpenDisNet.Pdus.AttributePdu.OriginatingSimulationAddress.set -> void +OpenDisNet.Pdus.AttributePdu.Padding1.get -> int +OpenDisNet.Pdus.AttributePdu.Padding1.set -> void +OpenDisNet.Pdus.AttributePdu.Padding2.get -> short +OpenDisNet.Pdus.AttributePdu.Padding2.set -> void +OpenDisNet.Pdus.AttributePdu.Padding3.get -> byte +OpenDisNet.Pdus.AttributePdu.Padding3.set -> void +OpenDisNet.Pdus.AttributeRecordSet +OpenDisNet.Pdus.AttributeRecordSet.AttributeRecords.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.AttributeRecordSet.AttributeRecords.set -> void +OpenDisNet.Pdus.AttributeRecordSet.AttributeRecordSet() -> void +OpenDisNet.Pdus.AttributeRecordSet.EntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.AttributeRecordSet.EntityId.set -> void +OpenDisNet.Pdus.BeamAntennaPattern +OpenDisNet.Pdus.BeamAntennaPattern.AzimuthBeamwidth.get -> float +OpenDisNet.Pdus.BeamAntennaPattern.AzimuthBeamwidth.set -> void +OpenDisNet.Pdus.BeamAntennaPattern.BeamAntennaPattern() -> void +OpenDisNet.Pdus.BeamAntennaPattern.BeamDirection.get -> OpenDisNet.Pdus.EulerAngles! +OpenDisNet.Pdus.BeamAntennaPattern.BeamDirection.set -> void +OpenDisNet.Pdus.BeamAntennaPattern.ElevationBeamwidth.get -> float +OpenDisNet.Pdus.BeamAntennaPattern.ElevationBeamwidth.set -> void +OpenDisNet.Pdus.BeamAntennaPattern.Ex.get -> float +OpenDisNet.Pdus.BeamAntennaPattern.Ex.set -> void +OpenDisNet.Pdus.BeamAntennaPattern.Ez.get -> float +OpenDisNet.Pdus.BeamAntennaPattern.Ez.set -> void +OpenDisNet.Pdus.BeamAntennaPattern.Padding1.get -> byte +OpenDisNet.Pdus.BeamAntennaPattern.Padding1.set -> void +OpenDisNet.Pdus.BeamAntennaPattern.Padding2.get -> ushort +OpenDisNet.Pdus.BeamAntennaPattern.Padding2.set -> void +OpenDisNet.Pdus.BeamAntennaPattern.Padding3.get -> uint +OpenDisNet.Pdus.BeamAntennaPattern.Padding3.set -> void +OpenDisNet.Pdus.BeamAntennaPattern.Phase.get -> float +OpenDisNet.Pdus.BeamAntennaPattern.Phase.set -> void +OpenDisNet.Pdus.BeamAntennaPattern.ReferenceSystem.get -> OpenDisNet.Enumerations.TransmitterAntennaPatternReferenceSystem +OpenDisNet.Pdus.BeamAntennaPattern.ReferenceSystem.set -> void +OpenDisNet.Pdus.BeamData +OpenDisNet.Pdus.BeamData.BeamAzimuthCenter.get -> float +OpenDisNet.Pdus.BeamData.BeamAzimuthCenter.set -> void +OpenDisNet.Pdus.BeamData.BeamAzimuthSweep.get -> float +OpenDisNet.Pdus.BeamData.BeamAzimuthSweep.set -> void +OpenDisNet.Pdus.BeamData.BeamData() -> void +OpenDisNet.Pdus.BeamData.BeamElevationCenter.get -> float +OpenDisNet.Pdus.BeamData.BeamElevationCenter.set -> void +OpenDisNet.Pdus.BeamData.BeamElevationSweep.get -> float +OpenDisNet.Pdus.BeamData.BeamElevationSweep.set -> void +OpenDisNet.Pdus.BeamData.BeamSweepSync.get -> float +OpenDisNet.Pdus.BeamData.BeamSweepSync.set -> void +OpenDisNet.Pdus.BeamStatus +OpenDisNet.Pdus.BeamStatus.BeamState.get -> OpenDisNet.Enumerations.BeamStatusBeamState +OpenDisNet.Pdus.BeamStatus.BeamState.set -> void +OpenDisNet.Pdus.BeamStatus.BeamStatus() -> void +OpenDisNet.Pdus.BlankingSector +OpenDisNet.Pdus.BlankingSector.BeamNumber.get -> byte +OpenDisNet.Pdus.BlankingSector.BeamNumber.set -> void +OpenDisNet.Pdus.BlankingSector.BlankingSector() -> void +OpenDisNet.Pdus.BlankingSector.EmitterNumber.get -> byte +OpenDisNet.Pdus.BlankingSector.EmitterNumber.set -> void +OpenDisNet.Pdus.BlankingSector.LeftAzimuth.get -> float +OpenDisNet.Pdus.BlankingSector.LeftAzimuth.set -> void +OpenDisNet.Pdus.BlankingSector.LowerElevation.get -> float +OpenDisNet.Pdus.BlankingSector.LowerElevation.set -> void +OpenDisNet.Pdus.BlankingSector.Padding.get -> ushort +OpenDisNet.Pdus.BlankingSector.Padding.set -> void +OpenDisNet.Pdus.BlankingSector.Padding2.get -> byte +OpenDisNet.Pdus.BlankingSector.Padding2.set -> void +OpenDisNet.Pdus.BlankingSector.Padding3.get -> ulong +OpenDisNet.Pdus.BlankingSector.Padding3.set -> void +OpenDisNet.Pdus.BlankingSector.RecordLength.get -> ushort +OpenDisNet.Pdus.BlankingSector.RecordLength.set -> void +OpenDisNet.Pdus.BlankingSector.RecordType.get -> uint +OpenDisNet.Pdus.BlankingSector.RecordType.set -> void +OpenDisNet.Pdus.BlankingSector.ResidualPower.get -> float +OpenDisNet.Pdus.BlankingSector.ResidualPower.set -> void +OpenDisNet.Pdus.BlankingSector.RightAzimuth.get -> float +OpenDisNet.Pdus.BlankingSector.RightAzimuth.set -> void +OpenDisNet.Pdus.BlankingSector.StateIndicator.get -> OpenDisNet.Enumerations.EeAttributeStateIndicator +OpenDisNet.Pdus.BlankingSector.StateIndicator.set -> void +OpenDisNet.Pdus.BlankingSector.UpperElevation.get -> float +OpenDisNet.Pdus.BlankingSector.UpperElevation.set -> void +OpenDisNet.Pdus.ChangeOptions +OpenDisNet.Pdus.ChangeOptions.ChangeOptions() -> void +OpenDisNet.Pdus.ChangeOptions.Value.get -> byte +OpenDisNet.Pdus.ChangeOptions.Value.set -> void +OpenDisNet.Pdus.ClockTime +OpenDisNet.Pdus.ClockTime.ClockTime() -> void +OpenDisNet.Pdus.ClockTime.Hour.get -> uint +OpenDisNet.Pdus.ClockTime.Hour.set -> void +OpenDisNet.Pdus.ClockTime.TimePastHour.get -> uint +OpenDisNet.Pdus.ClockTime.TimePastHour.set -> void +OpenDisNet.Pdus.CollisionElasticPdu +OpenDisNet.Pdus.CollisionElasticPdu.CoefficientOfRestitution.get -> float +OpenDisNet.Pdus.CollisionElasticPdu.CoefficientOfRestitution.set -> void +OpenDisNet.Pdus.CollisionElasticPdu.CollidingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.CollisionElasticPdu.CollidingEntityId.set -> void +OpenDisNet.Pdus.CollisionElasticPdu.CollisionElasticPdu() -> void +OpenDisNet.Pdus.CollisionElasticPdu.CollisionEventId.get -> OpenDisNet.Pdus.EventIdentifier! +OpenDisNet.Pdus.CollisionElasticPdu.CollisionEventId.set -> void +OpenDisNet.Pdus.CollisionElasticPdu.CollisionIntermediateResultXX.get -> float +OpenDisNet.Pdus.CollisionElasticPdu.CollisionIntermediateResultXX.set -> void +OpenDisNet.Pdus.CollisionElasticPdu.CollisionIntermediateResultXY.get -> float +OpenDisNet.Pdus.CollisionElasticPdu.CollisionIntermediateResultXY.set -> void +OpenDisNet.Pdus.CollisionElasticPdu.CollisionIntermediateResultXZ.get -> float +OpenDisNet.Pdus.CollisionElasticPdu.CollisionIntermediateResultXZ.set -> void +OpenDisNet.Pdus.CollisionElasticPdu.CollisionIntermediateResultYY.get -> float +OpenDisNet.Pdus.CollisionElasticPdu.CollisionIntermediateResultYY.set -> void +OpenDisNet.Pdus.CollisionElasticPdu.CollisionIntermediateResultYZ.get -> float +OpenDisNet.Pdus.CollisionElasticPdu.CollisionIntermediateResultYZ.set -> void +OpenDisNet.Pdus.CollisionElasticPdu.CollisionIntermediateResultZZ.get -> float +OpenDisNet.Pdus.CollisionElasticPdu.CollisionIntermediateResultZZ.set -> void +OpenDisNet.Pdus.CollisionElasticPdu.ContactVelocity.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.CollisionElasticPdu.ContactVelocity.set -> void +OpenDisNet.Pdus.CollisionElasticPdu.IssuingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.CollisionElasticPdu.IssuingEntityId.set -> void +OpenDisNet.Pdus.CollisionElasticPdu.LocationOfImpact.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.CollisionElasticPdu.LocationOfImpact.set -> void +OpenDisNet.Pdus.CollisionElasticPdu.Mass.get -> float +OpenDisNet.Pdus.CollisionElasticPdu.Mass.set -> void +OpenDisNet.Pdus.CollisionElasticPdu.Pad.get -> ushort +OpenDisNet.Pdus.CollisionElasticPdu.Pad.set -> void +OpenDisNet.Pdus.CollisionElasticPdu.UnitSurfaceNormal.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.CollisionElasticPdu.UnitSurfaceNormal.set -> void +OpenDisNet.Pdus.CollisionPdu +OpenDisNet.Pdus.CollisionPdu.CollidingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.CollisionPdu.CollidingEntityId.set -> void +OpenDisNet.Pdus.CollisionPdu.CollisionPdu() -> void +OpenDisNet.Pdus.CollisionPdu.CollisionType.get -> OpenDisNet.Enumerations.CollisionType +OpenDisNet.Pdus.CollisionPdu.CollisionType.set -> void +OpenDisNet.Pdus.CollisionPdu.EventId.get -> OpenDisNet.Pdus.EventIdentifier! +OpenDisNet.Pdus.CollisionPdu.EventId.set -> void +OpenDisNet.Pdus.CollisionPdu.IssuingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.CollisionPdu.IssuingEntityId.set -> void +OpenDisNet.Pdus.CollisionPdu.Location.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.CollisionPdu.Location.set -> void +OpenDisNet.Pdus.CollisionPdu.Mass.get -> float +OpenDisNet.Pdus.CollisionPdu.Mass.set -> void +OpenDisNet.Pdus.CollisionPdu.Pad.get -> byte +OpenDisNet.Pdus.CollisionPdu.Pad.set -> void +OpenDisNet.Pdus.CollisionPdu.Velocity.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.CollisionPdu.Velocity.set -> void +OpenDisNet.Pdus.CommentPdu +OpenDisNet.Pdus.CommentPdu.CommentPdu() -> void +OpenDisNet.Pdus.CommentPdu.VariableDatums.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.CommentPdu.VariableDatums.set -> void +OpenDisNet.Pdus.CommentReliablePdu +OpenDisNet.Pdus.CommentReliablePdu.CommentReliablePdu() -> void +OpenDisNet.Pdus.CommentReliablePdu.VariableDatumRecords.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.CommentReliablePdu.VariableDatumRecords.set -> void +OpenDisNet.Pdus.CommunicationsNodeID +OpenDisNet.Pdus.CommunicationsNodeID.CommunicationsNodeID() -> void +OpenDisNet.Pdus.CommunicationsNodeID.ElementId.get -> ushort +OpenDisNet.Pdus.CommunicationsNodeID.ElementId.set -> void +OpenDisNet.Pdus.CommunicationsNodeID.EntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.CommunicationsNodeID.EntityId.set -> void +OpenDisNet.Pdus.CreateEntityPdu +OpenDisNet.Pdus.CreateEntityPdu.CreateEntityPdu() -> void +OpenDisNet.Pdus.CreateEntityPdu.RequestId.get -> uint +OpenDisNet.Pdus.CreateEntityPdu.RequestId.set -> void +OpenDisNet.Pdus.CreateEntityReliablePdu +OpenDisNet.Pdus.CreateEntityReliablePdu.CreateEntityReliablePdu() -> void +OpenDisNet.Pdus.CreateEntityReliablePdu.Pad1.get -> byte +OpenDisNet.Pdus.CreateEntityReliablePdu.Pad1.set -> void +OpenDisNet.Pdus.CreateEntityReliablePdu.Pad2.get -> ushort +OpenDisNet.Pdus.CreateEntityReliablePdu.Pad2.set -> void +OpenDisNet.Pdus.CreateEntityReliablePdu.RequestId.get -> uint +OpenDisNet.Pdus.CreateEntityReliablePdu.RequestId.set -> void +OpenDisNet.Pdus.CreateEntityReliablePdu.RequiredReliabilityService.get -> OpenDisNet.Enumerations.RequiredReliabilityService +OpenDisNet.Pdus.CreateEntityReliablePdu.RequiredReliabilityService.set -> void +OpenDisNet.Pdus.DataFilterRecord +OpenDisNet.Pdus.DataFilterRecord.BitFlags.get -> uint +OpenDisNet.Pdus.DataFilterRecord.BitFlags.set -> void +OpenDisNet.Pdus.DataFilterRecord.DataFilterRecord() -> void +OpenDisNet.Pdus.DataPdu +OpenDisNet.Pdus.DataPdu.DataPdu() -> void +OpenDisNet.Pdus.DataPdu.FixedDatums.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.DataPdu.FixedDatums.set -> void +OpenDisNet.Pdus.DataPdu.Padding1.get -> uint +OpenDisNet.Pdus.DataPdu.Padding1.set -> void +OpenDisNet.Pdus.DataPdu.RequestId.get -> uint +OpenDisNet.Pdus.DataPdu.RequestId.set -> void +OpenDisNet.Pdus.DataPdu.VariableDatums.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.DataPdu.VariableDatums.set -> void +OpenDisNet.Pdus.DataQueryDatumSpecification +OpenDisNet.Pdus.DataQueryDatumSpecification.DataQueryDatumSpecification() -> void +OpenDisNet.Pdus.DataQueryDatumSpecification.FixedDatumIdList.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.DataQueryDatumSpecification.FixedDatumIdList.set -> void +OpenDisNet.Pdus.DataQueryDatumSpecification.VariableDatumIdList.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.DataQueryDatumSpecification.VariableDatumIdList.set -> void +OpenDisNet.Pdus.DataQueryPdu +OpenDisNet.Pdus.DataQueryPdu.DataQueryPdu() -> void +OpenDisNet.Pdus.DataQueryPdu.FixedDatums.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.DataQueryPdu.FixedDatums.set -> void +OpenDisNet.Pdus.DataQueryPdu.RequestId.get -> uint +OpenDisNet.Pdus.DataQueryPdu.RequestId.set -> void +OpenDisNet.Pdus.DataQueryPdu.TimeInterval.get -> uint +OpenDisNet.Pdus.DataQueryPdu.TimeInterval.set -> void +OpenDisNet.Pdus.DataQueryPdu.VariableDatums.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.DataQueryPdu.VariableDatums.set -> void +OpenDisNet.Pdus.DataQueryReliablePdu +OpenDisNet.Pdus.DataQueryReliablePdu.DataQueryReliablePdu() -> void +OpenDisNet.Pdus.DataQueryReliablePdu.FixedDatumRecords.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.DataQueryReliablePdu.FixedDatumRecords.set -> void +OpenDisNet.Pdus.DataQueryReliablePdu.Pad1.get -> byte +OpenDisNet.Pdus.DataQueryReliablePdu.Pad1.set -> void +OpenDisNet.Pdus.DataQueryReliablePdu.Pad2.get -> ushort +OpenDisNet.Pdus.DataQueryReliablePdu.Pad2.set -> void +OpenDisNet.Pdus.DataQueryReliablePdu.RequestId.get -> uint +OpenDisNet.Pdus.DataQueryReliablePdu.RequestId.set -> void +OpenDisNet.Pdus.DataQueryReliablePdu.RequiredReliabilityService.get -> OpenDisNet.Enumerations.RequiredReliabilityService +OpenDisNet.Pdus.DataQueryReliablePdu.RequiredReliabilityService.set -> void +OpenDisNet.Pdus.DataQueryReliablePdu.TimeInterval.get -> uint +OpenDisNet.Pdus.DataQueryReliablePdu.TimeInterval.set -> void +OpenDisNet.Pdus.DataQueryReliablePdu.VariableDatumRecords.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.DataQueryReliablePdu.VariableDatumRecords.set -> void +OpenDisNet.Pdus.DataReliablePdu +OpenDisNet.Pdus.DataReliablePdu.DataReliablePdu() -> void +OpenDisNet.Pdus.DataReliablePdu.FixedDatumRecords.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.DataReliablePdu.FixedDatumRecords.set -> void +OpenDisNet.Pdus.DataReliablePdu.Pad1.get -> byte +OpenDisNet.Pdus.DataReliablePdu.Pad1.set -> void +OpenDisNet.Pdus.DataReliablePdu.Pad2.get -> ushort +OpenDisNet.Pdus.DataReliablePdu.Pad2.set -> void +OpenDisNet.Pdus.DataReliablePdu.RequestId.get -> uint +OpenDisNet.Pdus.DataReliablePdu.RequestId.set -> void +OpenDisNet.Pdus.DataReliablePdu.RequiredReliabilityService.get -> OpenDisNet.Enumerations.RequiredReliabilityService +OpenDisNet.Pdus.DataReliablePdu.RequiredReliabilityService.set -> void +OpenDisNet.Pdus.DataReliablePdu.VariableDatumRecords.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.DataReliablePdu.VariableDatumRecords.set -> void +OpenDisNet.Pdus.DatumSpecification +OpenDisNet.Pdus.DatumSpecification.DatumSpecification() -> void +OpenDisNet.Pdus.DatumSpecification.FixedDatumIdList.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.DatumSpecification.FixedDatumIdList.set -> void +OpenDisNet.Pdus.DatumSpecification.VariableDatumIdList.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.DatumSpecification.VariableDatumIdList.set -> void +OpenDisNet.Pdus.DeadReckoningParameters +OpenDisNet.Pdus.DeadReckoningParameters.DeadReckoningAlgorithm.get -> OpenDisNet.Enumerations.DeadReckoningAlgorithm +OpenDisNet.Pdus.DeadReckoningParameters.DeadReckoningAlgorithm.set -> void +OpenDisNet.Pdus.DeadReckoningParameters.DeadReckoningParameters() -> void +OpenDisNet.Pdus.DeadReckoningParameters.EntityAngularVelocity.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.DeadReckoningParameters.EntityAngularVelocity.set -> void +OpenDisNet.Pdus.DeadReckoningParameters.EntityLinearAcceleration.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.DeadReckoningParameters.EntityLinearAcceleration.set -> void +OpenDisNet.Pdus.DeadReckoningParameters.Parameters.get -> byte[]! +OpenDisNet.Pdus.DeadReckoningParameters.Parameters.set -> void +OpenDisNet.Pdus.DesignatorPdu +OpenDisNet.Pdus.DesignatorPdu.CodeName.get -> OpenDisNet.Enumerations.DesignatorSystemName +OpenDisNet.Pdus.DesignatorPdu.CodeName.set -> void +OpenDisNet.Pdus.DesignatorPdu.DeadReckoningAlgorithm.get -> OpenDisNet.Enumerations.DeadReckoningAlgorithm +OpenDisNet.Pdus.DesignatorPdu.DeadReckoningAlgorithm.set -> void +OpenDisNet.Pdus.DesignatorPdu.DesignatedEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.DesignatorPdu.DesignatedEntityId.set -> void +OpenDisNet.Pdus.DesignatorPdu.DesignatingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.DesignatorPdu.DesignatingEntityId.set -> void +OpenDisNet.Pdus.DesignatorPdu.DesignatorCode.get -> OpenDisNet.Enumerations.DesignatorDesignatorCode +OpenDisNet.Pdus.DesignatorPdu.DesignatorCode.set -> void +OpenDisNet.Pdus.DesignatorPdu.DesignatorPdu() -> void +OpenDisNet.Pdus.DesignatorPdu.DesignatorPower.get -> float +OpenDisNet.Pdus.DesignatorPdu.DesignatorPower.set -> void +OpenDisNet.Pdus.DesignatorPdu.DesignatorSpotLocation.get -> OpenDisNet.Pdus.Vector3Double! +OpenDisNet.Pdus.DesignatorPdu.DesignatorSpotLocation.set -> void +OpenDisNet.Pdus.DesignatorPdu.DesignatorSpotWrtDesignated.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.DesignatorPdu.DesignatorSpotWrtDesignated.set -> void +OpenDisNet.Pdus.DesignatorPdu.DesignatorWavelength.get -> float +OpenDisNet.Pdus.DesignatorPdu.DesignatorWavelength.set -> void +OpenDisNet.Pdus.DesignatorPdu.EntityLinearAcceleration.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.DesignatorPdu.EntityLinearAcceleration.set -> void +OpenDisNet.Pdus.DesignatorPdu.Padding1.get -> byte +OpenDisNet.Pdus.DesignatorPdu.Padding1.set -> void +OpenDisNet.Pdus.DesignatorPdu.Padding2.get -> ushort +OpenDisNet.Pdus.DesignatorPdu.Padding2.set -> void +OpenDisNet.Pdus.DetonationPdu +OpenDisNet.Pdus.DetonationPdu.Descriptor.get -> OpenDisNet.Pdus.MunitionDescriptor! +OpenDisNet.Pdus.DetonationPdu.Descriptor.set -> void +OpenDisNet.Pdus.DetonationPdu.DetonationPdu() -> void +OpenDisNet.Pdus.DetonationPdu.DetonationResult.get -> OpenDisNet.Enumerations.DetonationResult +OpenDisNet.Pdus.DetonationPdu.DetonationResult.set -> void +OpenDisNet.Pdus.DetonationPdu.EventId.get -> OpenDisNet.Pdus.EventIdentifier! +OpenDisNet.Pdus.DetonationPdu.EventId.set -> void +OpenDisNet.Pdus.DetonationPdu.ExplodingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.DetonationPdu.ExplodingEntityId.set -> void +OpenDisNet.Pdus.DetonationPdu.LocationInWorldCoordinates.get -> OpenDisNet.Pdus.Vector3Double! +OpenDisNet.Pdus.DetonationPdu.LocationInWorldCoordinates.set -> void +OpenDisNet.Pdus.DetonationPdu.LocationOfEntityCoordinates.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.DetonationPdu.LocationOfEntityCoordinates.set -> void +OpenDisNet.Pdus.DetonationPdu.Pad.get -> ushort +OpenDisNet.Pdus.DetonationPdu.Pad.set -> void +OpenDisNet.Pdus.DetonationPdu.SourceEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.DetonationPdu.SourceEntityId.set -> void +OpenDisNet.Pdus.DetonationPdu.TargetEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.DetonationPdu.TargetEntityId.set -> void +OpenDisNet.Pdus.DetonationPdu.VariableParameters.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.DetonationPdu.VariableParameters.set -> void +OpenDisNet.Pdus.DetonationPdu.Velocity.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.DetonationPdu.Velocity.set -> void +OpenDisNet.Pdus.DirectedEnergyAreaAimpoint +OpenDisNet.Pdus.DirectedEnergyAreaAimpoint.BeamAntennaParameterList.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.DirectedEnergyAreaAimpoint.BeamAntennaParameterList.set -> void +OpenDisNet.Pdus.DirectedEnergyAreaAimpoint.DirectedEnergyAreaAimpoint() -> void +OpenDisNet.Pdus.DirectedEnergyAreaAimpoint.DirectedEnergyTargetEnergyDepositionRecordList.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.DirectedEnergyAreaAimpoint.DirectedEnergyTargetEnergyDepositionRecordList.set -> void +OpenDisNet.Pdus.DirectedEnergyAreaAimpoint.Padding.get -> ushort +OpenDisNet.Pdus.DirectedEnergyAreaAimpoint.Padding.set -> void +OpenDisNet.Pdus.DirectedEnergyAreaAimpoint.RecordLength.get -> ushort +OpenDisNet.Pdus.DirectedEnergyAreaAimpoint.RecordLength.set -> void +OpenDisNet.Pdus.DirectedEnergyAreaAimpoint.RecordType.get -> uint +OpenDisNet.Pdus.DirectedEnergyAreaAimpoint.RecordType.set -> void +OpenDisNet.Pdus.DirectedEnergyDamage +OpenDisNet.Pdus.DirectedEnergyDamage.ComponentDamageStatus.get -> OpenDisNet.Enumerations.DeDamageDescriptionComponentDamageStatus +OpenDisNet.Pdus.DirectedEnergyDamage.ComponentDamageStatus.set -> void +OpenDisNet.Pdus.DirectedEnergyDamage.ComponentIdentification.get -> OpenDisNet.Enumerations.EntityDamageStatusComponentIdentification +OpenDisNet.Pdus.DirectedEnergyDamage.ComponentIdentification.set -> void +OpenDisNet.Pdus.DirectedEnergyDamage.ComponentVisualDamageStatus.get -> OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus +OpenDisNet.Pdus.DirectedEnergyDamage.ComponentVisualDamageStatus.set -> void +OpenDisNet.Pdus.DirectedEnergyDamage.ComponentVisualSmokeColor.get -> OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualSmokeColor +OpenDisNet.Pdus.DirectedEnergyDamage.ComponentVisualSmokeColor.set -> void +OpenDisNet.Pdus.DirectedEnergyDamage.DamageDiameter.get -> float +OpenDisNet.Pdus.DirectedEnergyDamage.DamageDiameter.set -> void +OpenDisNet.Pdus.DirectedEnergyDamage.DamageLocation.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.DirectedEnergyDamage.DamageLocation.set -> void +OpenDisNet.Pdus.DirectedEnergyDamage.DirectedEnergyDamage() -> void +OpenDisNet.Pdus.DirectedEnergyDamage.FireEventId.get -> OpenDisNet.Pdus.EventIdentifier! +OpenDisNet.Pdus.DirectedEnergyDamage.FireEventId.set -> void +OpenDisNet.Pdus.DirectedEnergyDamage.Padding.get -> ushort +OpenDisNet.Pdus.DirectedEnergyDamage.Padding.set -> void +OpenDisNet.Pdus.DirectedEnergyDamage.Padding2.get -> ushort +OpenDisNet.Pdus.DirectedEnergyDamage.Padding2.set -> void +OpenDisNet.Pdus.DirectedEnergyDamage.RecordLength.get -> ushort +OpenDisNet.Pdus.DirectedEnergyDamage.RecordLength.set -> void +OpenDisNet.Pdus.DirectedEnergyDamage.RecordType.get -> uint +OpenDisNet.Pdus.DirectedEnergyDamage.RecordType.set -> void +OpenDisNet.Pdus.DirectedEnergyDamage.Temperature.get -> float +OpenDisNet.Pdus.DirectedEnergyDamage.Temperature.set -> void +OpenDisNet.Pdus.DirectedEnergyFirePdu +OpenDisNet.Pdus.DirectedEnergyFirePdu.ApertureDiameter.get -> float +OpenDisNet.Pdus.DirectedEnergyFirePdu.ApertureDiameter.set -> void +OpenDisNet.Pdus.DirectedEnergyFirePdu.ApertureEmitterLocation.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.DirectedEnergyFirePdu.ApertureEmitterLocation.set -> void +OpenDisNet.Pdus.DirectedEnergyFirePdu.CommulativeShotTime.get -> float +OpenDisNet.Pdus.DirectedEnergyFirePdu.CommulativeShotTime.set -> void +OpenDisNet.Pdus.DirectedEnergyFirePdu.DERecords.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.DirectedEnergyFirePdu.DERecords.set -> void +OpenDisNet.Pdus.DirectedEnergyFirePdu.DirectedEnergyFirePdu() -> void +OpenDisNet.Pdus.DirectedEnergyFirePdu.EventId.get -> OpenDisNet.Pdus.EventIdentifier! +OpenDisNet.Pdus.DirectedEnergyFirePdu.EventId.set -> void +OpenDisNet.Pdus.DirectedEnergyFirePdu.FiringEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.DirectedEnergyFirePdu.FiringEntityId.set -> void +OpenDisNet.Pdus.DirectedEnergyFirePdu.Flags.get -> OpenDisNet.Enumerations.DeFireFlags +OpenDisNet.Pdus.DirectedEnergyFirePdu.Flags.set -> void +OpenDisNet.Pdus.DirectedEnergyFirePdu.MunitionType.get -> OpenDisNet.Pdus.EntityType! +OpenDisNet.Pdus.DirectedEnergyFirePdu.MunitionType.set -> void +OpenDisNet.Pdus.DirectedEnergyFirePdu.Pad1.get -> uint +OpenDisNet.Pdus.DirectedEnergyFirePdu.Pad1.set -> void +OpenDisNet.Pdus.DirectedEnergyFirePdu.Pad2.get -> byte +OpenDisNet.Pdus.DirectedEnergyFirePdu.Pad2.set -> void +OpenDisNet.Pdus.DirectedEnergyFirePdu.Pad3.get -> uint +OpenDisNet.Pdus.DirectedEnergyFirePdu.Pad3.set -> void +OpenDisNet.Pdus.DirectedEnergyFirePdu.Pad4.get -> ushort +OpenDisNet.Pdus.DirectedEnergyFirePdu.Pad4.set -> void +OpenDisNet.Pdus.DirectedEnergyFirePdu.PulseRepititionFrequency.get -> float +OpenDisNet.Pdus.DirectedEnergyFirePdu.PulseRepititionFrequency.set -> void +OpenDisNet.Pdus.DirectedEnergyFirePdu.PulseShape.get -> OpenDisNet.Enumerations.DeFirePulseShape +OpenDisNet.Pdus.DirectedEnergyFirePdu.PulseShape.set -> void +OpenDisNet.Pdus.DirectedEnergyFirePdu.PulseWidth.get -> float +OpenDisNet.Pdus.DirectedEnergyFirePdu.PulseWidth.set -> void +OpenDisNet.Pdus.DirectedEnergyFirePdu.ShotStartTime.get -> OpenDisNet.Pdus.ClockTime! +OpenDisNet.Pdus.DirectedEnergyFirePdu.ShotStartTime.set -> void +OpenDisNet.Pdus.DirectedEnergyFirePdu.Wavelength.get -> float +OpenDisNet.Pdus.DirectedEnergyFirePdu.Wavelength.set -> void +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.BeamSpotCrossSectionOrientationAngle.get -> float +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.BeamSpotCrossSectionOrientationAngle.set -> void +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.BeamSpotCrossSectionSemiMajorAxis.get -> float +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.BeamSpotCrossSectionSemiMajorAxis.set -> void +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.BeamSpotCrossSectionSemiMinorAxis.get -> float +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.BeamSpotCrossSectionSemiMinorAxis.set -> void +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.BeamSpotType.get -> OpenDisNet.Enumerations.DePrecisionAimpointBeamSpotType +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.BeamSpotType.set -> void +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.DirectedEnergyPrecisionAimpoint() -> void +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.Padding.get -> ushort +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.Padding.set -> void +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.Padding2.get -> uint +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.Padding2.set -> void +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.PeakIrradiance.get -> float +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.PeakIrradiance.set -> void +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.RecordLength.get -> ushort +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.RecordLength.set -> void +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.RecordType.get -> uint +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.RecordType.set -> void +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.TargetComponentId.get -> byte +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.TargetComponentId.set -> void +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.TargetEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.TargetEntityId.set -> void +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.TargetSpotAcceleration.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.TargetSpotAcceleration.set -> void +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.TargetSpotEntityLocation.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.TargetSpotEntityLocation.set -> void +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.TargetSpotLocation.get -> OpenDisNet.Pdus.Vector3Double! +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.TargetSpotLocation.set -> void +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.TargetSpotVelocity.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.DirectedEnergyPrecisionAimpoint.TargetSpotVelocity.set -> void +OpenDisNet.Pdus.DirectedEnergyTargetEnergyDeposition +OpenDisNet.Pdus.DirectedEnergyTargetEnergyDeposition.DirectedEnergyTargetEnergyDeposition() -> void +OpenDisNet.Pdus.DirectedEnergyTargetEnergyDeposition.Padding.get -> ushort +OpenDisNet.Pdus.DirectedEnergyTargetEnergyDeposition.Padding.set -> void +OpenDisNet.Pdus.DirectedEnergyTargetEnergyDeposition.PeakIrradiance.get -> float +OpenDisNet.Pdus.DirectedEnergyTargetEnergyDeposition.PeakIrradiance.set -> void +OpenDisNet.Pdus.DirectedEnergyTargetEnergyDeposition.TargetEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.DirectedEnergyTargetEnergyDeposition.TargetEntityId.set -> void +OpenDisNet.Pdus.DistributedEmissionsRegenerationFamilyPdu +OpenDisNet.Pdus.DistributedEmissionsRegenerationFamilyPdu.DistributedEmissionsRegenerationFamilyPdu() -> void +OpenDisNet.Pdus.Domain +OpenDisNet.Pdus.Domain.Domain() -> void +OpenDisNet.Pdus.Domain.Value.get -> byte +OpenDisNet.Pdus.Domain.Value.set -> void +OpenDisNet.Pdus.EEFundamentalParameterData +OpenDisNet.Pdus.EEFundamentalParameterData.EEFundamentalParameterData() -> void +OpenDisNet.Pdus.EEFundamentalParameterData.EffectiveRadiatedPower.get -> float +OpenDisNet.Pdus.EEFundamentalParameterData.EffectiveRadiatedPower.set -> void +OpenDisNet.Pdus.EEFundamentalParameterData.Frequency.get -> float +OpenDisNet.Pdus.EEFundamentalParameterData.Frequency.set -> void +OpenDisNet.Pdus.EEFundamentalParameterData.FrequencyRange.get -> float +OpenDisNet.Pdus.EEFundamentalParameterData.FrequencyRange.set -> void +OpenDisNet.Pdus.EEFundamentalParameterData.PulseRepetitionFrequency.get -> float +OpenDisNet.Pdus.EEFundamentalParameterData.PulseRepetitionFrequency.set -> void +OpenDisNet.Pdus.EEFundamentalParameterData.PulseWidth.get -> float +OpenDisNet.Pdus.EEFundamentalParameterData.PulseWidth.set -> void +OpenDisNet.Pdus.ElectromagneticEmissionPdu +OpenDisNet.Pdus.ElectromagneticEmissionPdu.ElectromagneticEmissionPdu() -> void +OpenDisNet.Pdus.ElectromagneticEmissionPdu.EmittingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.ElectromagneticEmissionPdu.EmittingEntityId.set -> void +OpenDisNet.Pdus.ElectromagneticEmissionPdu.EventId.get -> OpenDisNet.Pdus.EventIdentifier! +OpenDisNet.Pdus.ElectromagneticEmissionPdu.EventId.set -> void +OpenDisNet.Pdus.ElectromagneticEmissionPdu.PaddingForEmissionsPdu.get -> ushort +OpenDisNet.Pdus.ElectromagneticEmissionPdu.PaddingForEmissionsPdu.set -> void +OpenDisNet.Pdus.ElectromagneticEmissionPdu.StateUpdateIndicator.get -> OpenDisNet.Enumerations.ElectromagneticEmissionStateUpdateIndicator +OpenDisNet.Pdus.ElectromagneticEmissionPdu.StateUpdateIndicator.set -> void +OpenDisNet.Pdus.ElectromagneticEmissionPdu.Systems.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.ElectromagneticEmissionPdu.Systems.set -> void +OpenDisNet.Pdus.ElectronicEmitter +OpenDisNet.Pdus.ElectronicEmitter.Beams.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.ElectronicEmitter.Beams.set -> void +OpenDisNet.Pdus.ElectronicEmitter.ElectronicEmitter() -> void +OpenDisNet.Pdus.ElectronicEmitter.EmitterSystem.get -> OpenDisNet.Pdus.EmitterSystem! +OpenDisNet.Pdus.ElectronicEmitter.EmitterSystem.set -> void +OpenDisNet.Pdus.ElectronicEmitter.Location.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.ElectronicEmitter.Location.set -> void +OpenDisNet.Pdus.ElectronicEmitter.Padding.get -> ushort +OpenDisNet.Pdus.ElectronicEmitter.Padding.set -> void +OpenDisNet.Pdus.ElectronicEmitter.SystemDataLength.get -> byte +OpenDisNet.Pdus.ElectronicEmitter.SystemDataLength.set -> void +OpenDisNet.Pdus.EmitterBeam +OpenDisNet.Pdus.EmitterBeam.BeamData.get -> OpenDisNet.Pdus.BeamData! +OpenDisNet.Pdus.EmitterBeam.BeamData.set -> void +OpenDisNet.Pdus.EmitterBeam.BeamDataLength.get -> byte +OpenDisNet.Pdus.EmitterBeam.BeamDataLength.set -> void +OpenDisNet.Pdus.EmitterBeam.BeamFunction.get -> OpenDisNet.Enumerations.ElectromagneticEmissionBeamFunction +OpenDisNet.Pdus.EmitterBeam.BeamFunction.set -> void +OpenDisNet.Pdus.EmitterBeam.BeamNumber.get -> byte +OpenDisNet.Pdus.EmitterBeam.BeamNumber.set -> void +OpenDisNet.Pdus.EmitterBeam.BeamParameterIndex.get -> ushort +OpenDisNet.Pdus.EmitterBeam.BeamParameterIndex.set -> void +OpenDisNet.Pdus.EmitterBeam.BeamStatus.get -> OpenDisNet.Pdus.BeamStatus! +OpenDisNet.Pdus.EmitterBeam.BeamStatus.set -> void +OpenDisNet.Pdus.EmitterBeam.EmitterBeam() -> void +OpenDisNet.Pdus.EmitterBeam.FundamentalParameterData.get -> OpenDisNet.Pdus.EEFundamentalParameterData! +OpenDisNet.Pdus.EmitterBeam.FundamentalParameterData.set -> void +OpenDisNet.Pdus.EmitterBeam.HighDensityTrackJam.get -> OpenDisNet.Enumerations.HighDensityTrackJam +OpenDisNet.Pdus.EmitterBeam.HighDensityTrackJam.set -> void +OpenDisNet.Pdus.EmitterBeam.JammingTechnique.get -> OpenDisNet.Pdus.JammingTechnique! +OpenDisNet.Pdus.EmitterBeam.JammingTechnique.set -> void +OpenDisNet.Pdus.EmitterBeam.TrackJamData.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.EmitterBeam.TrackJamData.set -> void +OpenDisNet.Pdus.EmitterSystem +OpenDisNet.Pdus.EmitterSystem.EmitterFunction.get -> OpenDisNet.Enumerations.EmitterSystemFunction +OpenDisNet.Pdus.EmitterSystem.EmitterFunction.set -> void +OpenDisNet.Pdus.EmitterSystem.EmitterIdNumber.get -> byte +OpenDisNet.Pdus.EmitterSystem.EmitterIdNumber.set -> void +OpenDisNet.Pdus.EmitterSystem.EmitterName.get -> OpenDisNet.Enumerations.EmitterName +OpenDisNet.Pdus.EmitterSystem.EmitterName.set -> void +OpenDisNet.Pdus.EmitterSystem.EmitterSystem() -> void +OpenDisNet.Pdus.EngineFuel +OpenDisNet.Pdus.EngineFuel.EngineFuel() -> void +OpenDisNet.Pdus.EngineFuel.FuelLocation.get -> OpenDisNet.Enumerations.FuelLocation +OpenDisNet.Pdus.EngineFuel.FuelLocation.set -> void +OpenDisNet.Pdus.EngineFuel.FuelMeasurementUnits.get -> OpenDisNet.Enumerations.FuelMeasurementUnits +OpenDisNet.Pdus.EngineFuel.FuelMeasurementUnits.set -> void +OpenDisNet.Pdus.EngineFuel.FuelQuantity.get -> uint +OpenDisNet.Pdus.EngineFuel.FuelQuantity.set -> void +OpenDisNet.Pdus.EngineFuel.FuelType.get -> OpenDisNet.Enumerations.SupplyFuelType +OpenDisNet.Pdus.EngineFuel.FuelType.set -> void +OpenDisNet.Pdus.EngineFuel.Padding.get -> byte +OpenDisNet.Pdus.EngineFuel.Padding.set -> void +OpenDisNet.Pdus.EngineFuelReload +OpenDisNet.Pdus.EngineFuelReload.EngineFuelReload() -> void +OpenDisNet.Pdus.EngineFuelReload.FuelLocation.get -> OpenDisNet.Enumerations.FuelLocation +OpenDisNet.Pdus.EngineFuelReload.FuelLocation.set -> void +OpenDisNet.Pdus.EngineFuelReload.FuelMeasurmentUnits.get -> OpenDisNet.Enumerations.FuelMeasurementUnits +OpenDisNet.Pdus.EngineFuelReload.FuelMeasurmentUnits.set -> void +OpenDisNet.Pdus.EngineFuelReload.FuelType.get -> OpenDisNet.Enumerations.SupplyFuelType +OpenDisNet.Pdus.EngineFuelReload.FuelType.set -> void +OpenDisNet.Pdus.EngineFuelReload.MaximumQuantity.get -> uint +OpenDisNet.Pdus.EngineFuelReload.MaximumQuantity.set -> void +OpenDisNet.Pdus.EngineFuelReload.MaximumQuantityReloadTime.get -> uint +OpenDisNet.Pdus.EngineFuelReload.MaximumQuantityReloadTime.set -> void +OpenDisNet.Pdus.EngineFuelReload.Padding.get -> byte +OpenDisNet.Pdus.EngineFuelReload.Padding.set -> void +OpenDisNet.Pdus.EngineFuelReload.StandardQuantity.get -> uint +OpenDisNet.Pdus.EngineFuelReload.StandardQuantity.set -> void +OpenDisNet.Pdus.EngineFuelReload.StandardQuantityReloadTime.get -> uint +OpenDisNet.Pdus.EngineFuelReload.StandardQuantityReloadTime.set -> void +OpenDisNet.Pdus.EntityAssociationVP +OpenDisNet.Pdus.EntityAssociationVP.AssociationStatus.get -> OpenDisNet.Enumerations.EntityAssociationAssociationType +OpenDisNet.Pdus.EntityAssociationVP.AssociationStatus.set -> void +OpenDisNet.Pdus.EntityAssociationVP.AssociationType.get -> OpenDisNet.Enumerations.EntityAssociationPhysicalAssociationType +OpenDisNet.Pdus.EntityAssociationVP.AssociationType.set -> void +OpenDisNet.Pdus.EntityAssociationVP.ChangeIndicator.get -> OpenDisNet.Enumerations.EntityVpRecordChangeIndicator +OpenDisNet.Pdus.EntityAssociationVP.ChangeIndicator.set -> void +OpenDisNet.Pdus.EntityAssociationVP.EntityAssociationVP() -> void +OpenDisNet.Pdus.EntityAssociationVP.EntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.EntityAssociationVP.EntityId.set -> void +OpenDisNet.Pdus.EntityAssociationVP.GroupMemberType.get -> OpenDisNet.Enumerations.EntityAssociationGroupMemberType +OpenDisNet.Pdus.EntityAssociationVP.GroupMemberType.set -> void +OpenDisNet.Pdus.EntityAssociationVP.GroupNumber.get -> ushort +OpenDisNet.Pdus.EntityAssociationVP.GroupNumber.set -> void +OpenDisNet.Pdus.EntityAssociationVP.OwnStationLocation.get -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Pdus.EntityAssociationVP.OwnStationLocation.set -> void +OpenDisNet.Pdus.EntityAssociationVP.PhysicalConnectionType.get -> OpenDisNet.Enumerations.EntityAssociationPhysicalConnectionType +OpenDisNet.Pdus.EntityAssociationVP.PhysicalConnectionType.set -> void +OpenDisNet.Pdus.EntityAssociationVP.RecordType.get -> OpenDisNet.Enumerations.VariableParameterRecordType +OpenDisNet.Pdus.EntityAssociationVP.RecordType.set -> void +OpenDisNet.Pdus.EntityDamageStatusPdu +OpenDisNet.Pdus.EntityDamageStatusPdu.DamagedEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.EntityDamageStatusPdu.DamagedEntityId.set -> void +OpenDisNet.Pdus.EntityDamageStatusPdu.DamageDescriptionRecords.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.EntityDamageStatusPdu.DamageDescriptionRecords.set -> void +OpenDisNet.Pdus.EntityDamageStatusPdu.EntityDamageStatusPdu() -> void +OpenDisNet.Pdus.EntityDamageStatusPdu.Padding1.get -> ushort +OpenDisNet.Pdus.EntityDamageStatusPdu.Padding1.set -> void +OpenDisNet.Pdus.EntityDamageStatusPdu.Padding2.get -> ushort +OpenDisNet.Pdus.EntityDamageStatusPdu.Padding2.set -> void +OpenDisNet.Pdus.EntityId +OpenDisNet.Pdus.EntityId.ApplicationId.get -> ushort +OpenDisNet.Pdus.EntityId.ApplicationId.set -> void +OpenDisNet.Pdus.EntityId.EntityId() -> void +OpenDisNet.Pdus.EntityId.EntityId(ushort siteId, ushort applicationId, ushort entityNumber) -> void +OpenDisNet.Pdus.EntityId.EntityNumber.get -> ushort +OpenDisNet.Pdus.EntityId.EntityNumber.set -> void +OpenDisNet.Pdus.EntityId.SiteId.get -> ushort +OpenDisNet.Pdus.EntityId.SiteId.set -> void +OpenDisNet.Pdus.EntityIdentifier +OpenDisNet.Pdus.EntityIdentifier.EntityIdentifier() -> void +OpenDisNet.Pdus.EntityIdentifier.EntityNumber.get -> ushort +OpenDisNet.Pdus.EntityIdentifier.EntityNumber.set -> void +OpenDisNet.Pdus.EntityIdentifier.SimulationAddress.get -> OpenDisNet.Pdus.SimulationAddress! +OpenDisNet.Pdus.EntityIdentifier.SimulationAddress.set -> void +OpenDisNet.Pdus.EntityInformationInteractionFamilyPdu +OpenDisNet.Pdus.EntityInformationInteractionFamilyPdu.EntityInformationInteractionFamilyPdu() -> void +OpenDisNet.Pdus.EntityManagementFamilyPdu +OpenDisNet.Pdus.EntityManagementFamilyPdu.EntityManagementFamilyPdu() -> void +OpenDisNet.Pdus.EntityMarking +OpenDisNet.Pdus.EntityMarking.Characters.get -> byte[]! +OpenDisNet.Pdus.EntityMarking.Characters.set -> void +OpenDisNet.Pdus.EntityMarking.CharacterSet.get -> OpenDisNet.Enumerations.EntityMarkingCharacterSet +OpenDisNet.Pdus.EntityMarking.CharacterSet.set -> void +OpenDisNet.Pdus.EntityMarking.EntityMarking() -> void +OpenDisNet.Pdus.EntityStatePdu +OpenDisNet.Pdus.EntityStatePdu.AlternativeEntityType.get -> OpenDisNet.Pdus.EntityType! +OpenDisNet.Pdus.EntityStatePdu.AlternativeEntityType.set -> void +OpenDisNet.Pdus.EntityStatePdu.Capabilities.get -> OpenDisNet.Enumerations.EntityCapabilities +OpenDisNet.Pdus.EntityStatePdu.Capabilities.set -> void +OpenDisNet.Pdus.EntityStatePdu.DeadReckoningParameters.get -> OpenDisNet.Pdus.DeadReckoningParameters! +OpenDisNet.Pdus.EntityStatePdu.DeadReckoningParameters.set -> void +OpenDisNet.Pdus.EntityStatePdu.EntityAppearance.get -> uint +OpenDisNet.Pdus.EntityStatePdu.EntityAppearance.set -> void +OpenDisNet.Pdus.EntityStatePdu.EntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.EntityStatePdu.EntityId.set -> void +OpenDisNet.Pdus.EntityStatePdu.EntityLinearVelocity.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.EntityStatePdu.EntityLinearVelocity.set -> void +OpenDisNet.Pdus.EntityStatePdu.EntityLocation.get -> OpenDisNet.Pdus.Vector3Double! +OpenDisNet.Pdus.EntityStatePdu.EntityLocation.set -> void +OpenDisNet.Pdus.EntityStatePdu.EntityOrientation.get -> OpenDisNet.Pdus.EulerAngles! +OpenDisNet.Pdus.EntityStatePdu.EntityOrientation.set -> void +OpenDisNet.Pdus.EntityStatePdu.EntityStatePdu() -> void +OpenDisNet.Pdus.EntityStatePdu.EntityType.get -> OpenDisNet.Pdus.EntityType! +OpenDisNet.Pdus.EntityStatePdu.EntityType.set -> void +OpenDisNet.Pdus.EntityStatePdu.ForceId.get -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Pdus.EntityStatePdu.ForceId.set -> void +OpenDisNet.Pdus.EntityStatePdu.Marking.get -> OpenDisNet.Pdus.EntityMarking! +OpenDisNet.Pdus.EntityStatePdu.Marking.set -> void +OpenDisNet.Pdus.EntityStatePdu.VariableParameters.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.EntityStatePdu.VariableParameters.set -> void +OpenDisNet.Pdus.EntityStateUpdatePdu +OpenDisNet.Pdus.EntityStateUpdatePdu.EntityAppearance.get -> uint +OpenDisNet.Pdus.EntityStateUpdatePdu.EntityAppearance.set -> void +OpenDisNet.Pdus.EntityStateUpdatePdu.EntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.EntityStateUpdatePdu.EntityId.set -> void +OpenDisNet.Pdus.EntityStateUpdatePdu.EntityLinearVelocity.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.EntityStateUpdatePdu.EntityLinearVelocity.set -> void +OpenDisNet.Pdus.EntityStateUpdatePdu.EntityLocation.get -> OpenDisNet.Pdus.Vector3Double! +OpenDisNet.Pdus.EntityStateUpdatePdu.EntityLocation.set -> void +OpenDisNet.Pdus.EntityStateUpdatePdu.EntityOrientation.get -> OpenDisNet.Pdus.EulerAngles! +OpenDisNet.Pdus.EntityStateUpdatePdu.EntityOrientation.set -> void +OpenDisNet.Pdus.EntityStateUpdatePdu.EntityStateUpdatePdu() -> void +OpenDisNet.Pdus.EntityStateUpdatePdu.Padding1.get -> byte +OpenDisNet.Pdus.EntityStateUpdatePdu.Padding1.set -> void +OpenDisNet.Pdus.EntityStateUpdatePdu.VariableParameters.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.EntityStateUpdatePdu.VariableParameters.set -> void +OpenDisNet.Pdus.EntityType +OpenDisNet.Pdus.EntityType.Category.get -> byte +OpenDisNet.Pdus.EntityType.Category.set -> void +OpenDisNet.Pdus.EntityType.Country.get -> OpenDisNet.Enumerations.Country +OpenDisNet.Pdus.EntityType.Country.set -> void +OpenDisNet.Pdus.EntityType.Domain.get -> OpenDisNet.Pdus.Domain! +OpenDisNet.Pdus.EntityType.Domain.set -> void +OpenDisNet.Pdus.EntityType.EntityKind.get -> OpenDisNet.Enumerations.EntityKind +OpenDisNet.Pdus.EntityType.EntityKind.set -> void +OpenDisNet.Pdus.EntityType.EntityType() -> void +OpenDisNet.Pdus.EntityType.Extra.get -> byte +OpenDisNet.Pdus.EntityType.Extra.set -> void +OpenDisNet.Pdus.EntityType.Specific.get -> byte +OpenDisNet.Pdus.EntityType.Specific.set -> void +OpenDisNet.Pdus.EntityType.SubCategory.get -> byte +OpenDisNet.Pdus.EntityType.SubCategory.set -> void +OpenDisNet.Pdus.EntityTypeRaw +OpenDisNet.Pdus.EntityTypeRaw.Category.get -> byte +OpenDisNet.Pdus.EntityTypeRaw.Category.set -> void +OpenDisNet.Pdus.EntityTypeRaw.Country.get -> ushort +OpenDisNet.Pdus.EntityTypeRaw.Country.set -> void +OpenDisNet.Pdus.EntityTypeRaw.Domain.get -> byte +OpenDisNet.Pdus.EntityTypeRaw.Domain.set -> void +OpenDisNet.Pdus.EntityTypeRaw.EntityKind.get -> OpenDisNet.Enumerations.EntityKind +OpenDisNet.Pdus.EntityTypeRaw.EntityKind.set -> void +OpenDisNet.Pdus.EntityTypeRaw.EntityTypeRaw() -> void +OpenDisNet.Pdus.EntityTypeRaw.Extra.get -> byte +OpenDisNet.Pdus.EntityTypeRaw.Extra.set -> void +OpenDisNet.Pdus.EntityTypeRaw.Specific.get -> byte +OpenDisNet.Pdus.EntityTypeRaw.Specific.set -> void +OpenDisNet.Pdus.EntityTypeRaw.SubCategory.get -> byte +OpenDisNet.Pdus.EntityTypeRaw.SubCategory.set -> void +OpenDisNet.Pdus.EntityTypeVP +OpenDisNet.Pdus.EntityTypeVP.ChangeIndicator.get -> OpenDisNet.Enumerations.EntityVpRecordChangeIndicator +OpenDisNet.Pdus.EntityTypeVP.ChangeIndicator.set -> void +OpenDisNet.Pdus.EntityTypeVP.EntityType.get -> OpenDisNet.Pdus.EntityType! +OpenDisNet.Pdus.EntityTypeVP.EntityType.set -> void +OpenDisNet.Pdus.EntityTypeVP.EntityTypeVP() -> void +OpenDisNet.Pdus.EntityTypeVP.Padding.get -> ushort +OpenDisNet.Pdus.EntityTypeVP.Padding.set -> void +OpenDisNet.Pdus.EntityTypeVP.Padding1.get -> uint +OpenDisNet.Pdus.EntityTypeVP.Padding1.set -> void +OpenDisNet.Pdus.EntityTypeVP.RecordType.get -> OpenDisNet.Enumerations.VariableParameterRecordType +OpenDisNet.Pdus.EntityTypeVP.RecordType.set -> void +OpenDisNet.Pdus.Environment +OpenDisNet.Pdus.Environment.Environment() -> void +OpenDisNet.Pdus.Environment.EnvironmentType.get -> OpenDisNet.Enumerations.EnvironmentalProcessRecordType +OpenDisNet.Pdus.Environment.EnvironmentType.set -> void +OpenDisNet.Pdus.Environment.Geometry.get -> byte[]! +OpenDisNet.Pdus.Environment.Geometry.set -> void +OpenDisNet.Pdus.Environment.Index.get -> byte +OpenDisNet.Pdus.Environment.Index.set -> void +OpenDisNet.Pdus.Environment.Length.get -> ushort +OpenDisNet.Pdus.Environment.Length.set -> void +OpenDisNet.Pdus.Environment.Padding1.get -> byte +OpenDisNet.Pdus.Environment.Padding1.set -> void +OpenDisNet.Pdus.EnvironmentalProcessPdu +OpenDisNet.Pdus.EnvironmentalProcessPdu.EnvironementalProcessId.get -> OpenDisNet.Pdus.ObjectIdentifier! +OpenDisNet.Pdus.EnvironmentalProcessPdu.EnvironementalProcessId.set -> void +OpenDisNet.Pdus.EnvironmentalProcessPdu.EnvironmentalProcessPdu() -> void +OpenDisNet.Pdus.EnvironmentalProcessPdu.EnvironmentRecords.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.EnvironmentalProcessPdu.EnvironmentRecords.set -> void +OpenDisNet.Pdus.EnvironmentalProcessPdu.EnvironmentStatus.get -> OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus +OpenDisNet.Pdus.EnvironmentalProcessPdu.EnvironmentStatus.set -> void +OpenDisNet.Pdus.EnvironmentalProcessPdu.EnvironmentType.get -> OpenDisNet.Pdus.EntityType! +OpenDisNet.Pdus.EnvironmentalProcessPdu.EnvironmentType.set -> void +OpenDisNet.Pdus.EnvironmentalProcessPdu.ModelType.get -> OpenDisNet.Enumerations.EnvironmentalProcessModelType +OpenDisNet.Pdus.EnvironmentalProcessPdu.ModelType.set -> void +OpenDisNet.Pdus.EnvironmentalProcessPdu.SequenceNumber.get -> ushort +OpenDisNet.Pdus.EnvironmentalProcessPdu.SequenceNumber.set -> void +OpenDisNet.Pdus.EulerAngles +OpenDisNet.Pdus.EulerAngles.EulerAngles() -> void +OpenDisNet.Pdus.EulerAngles.Phi.get -> float +OpenDisNet.Pdus.EulerAngles.Phi.set -> void +OpenDisNet.Pdus.EulerAngles.Psi.get -> float +OpenDisNet.Pdus.EulerAngles.Psi.set -> void +OpenDisNet.Pdus.EulerAngles.Theta.get -> float +OpenDisNet.Pdus.EulerAngles.Theta.set -> void +OpenDisNet.Pdus.EventIdentifier +OpenDisNet.Pdus.EventIdentifier.EventIdentifier() -> void +OpenDisNet.Pdus.EventIdentifier.EventNumber.get -> ushort +OpenDisNet.Pdus.EventIdentifier.EventNumber.set -> void +OpenDisNet.Pdus.EventIdentifier.SimulationAddress.get -> OpenDisNet.Pdus.SimulationAddress! +OpenDisNet.Pdus.EventIdentifier.SimulationAddress.set -> void +OpenDisNet.Pdus.EventIdentifierLiveEntity +OpenDisNet.Pdus.EventIdentifierLiveEntity.ApplicationNumber.get -> byte +OpenDisNet.Pdus.EventIdentifierLiveEntity.ApplicationNumber.set -> void +OpenDisNet.Pdus.EventIdentifierLiveEntity.EventIdentifierLiveEntity() -> void +OpenDisNet.Pdus.EventIdentifierLiveEntity.EventNumber.get -> ushort +OpenDisNet.Pdus.EventIdentifierLiveEntity.EventNumber.set -> void +OpenDisNet.Pdus.EventIdentifierLiveEntity.SiteNumber.get -> byte +OpenDisNet.Pdus.EventIdentifierLiveEntity.SiteNumber.set -> void +OpenDisNet.Pdus.EventReportPdu +OpenDisNet.Pdus.EventReportPdu.EventReportPdu() -> void +OpenDisNet.Pdus.EventReportPdu.EventType.get -> OpenDisNet.Enumerations.EventReportEventType +OpenDisNet.Pdus.EventReportPdu.EventType.set -> void +OpenDisNet.Pdus.EventReportPdu.FixedDatums.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.EventReportPdu.FixedDatums.set -> void +OpenDisNet.Pdus.EventReportPdu.Padding1.get -> uint +OpenDisNet.Pdus.EventReportPdu.Padding1.set -> void +OpenDisNet.Pdus.EventReportPdu.VariableDatums.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.EventReportPdu.VariableDatums.set -> void +OpenDisNet.Pdus.EventReportReliablePdu +OpenDisNet.Pdus.EventReportReliablePdu.EventReportReliablePdu() -> void +OpenDisNet.Pdus.EventReportReliablePdu.EventType.get -> OpenDisNet.Enumerations.EventReportEventType +OpenDisNet.Pdus.EventReportReliablePdu.EventType.set -> void +OpenDisNet.Pdus.EventReportReliablePdu.FixedDatumRecords.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.EventReportReliablePdu.FixedDatumRecords.set -> void +OpenDisNet.Pdus.EventReportReliablePdu.Pad1.get -> uint +OpenDisNet.Pdus.EventReportReliablePdu.Pad1.set -> void +OpenDisNet.Pdus.EventReportReliablePdu.VariableDatumRecords.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.EventReportReliablePdu.VariableDatumRecords.set -> void +OpenDisNet.Pdus.Expendable +OpenDisNet.Pdus.Expendable.Expendable() -> void +OpenDisNet.Pdus.Expendable.ExpendableStatus.get -> OpenDisNet.Enumerations.MunitionExpendableStatus +OpenDisNet.Pdus.Expendable.ExpendableStatus.set -> void +OpenDisNet.Pdus.Expendable.ExpendableValue.get -> OpenDisNet.Pdus.EntityType! +OpenDisNet.Pdus.Expendable.ExpendableValue.set -> void +OpenDisNet.Pdus.Expendable.Padding.get -> byte +OpenDisNet.Pdus.Expendable.Padding.set -> void +OpenDisNet.Pdus.Expendable.Quantity.get -> ushort +OpenDisNet.Pdus.Expendable.Quantity.set -> void +OpenDisNet.Pdus.Expendable.Station.get -> uint +OpenDisNet.Pdus.Expendable.Station.set -> void +OpenDisNet.Pdus.ExpendableDescriptor +OpenDisNet.Pdus.ExpendableDescriptor.ExpendableDescriptor() -> void +OpenDisNet.Pdus.ExpendableDescriptor.ExpendableType.get -> OpenDisNet.Pdus.EntityType! +OpenDisNet.Pdus.ExpendableDescriptor.ExpendableType.set -> void +OpenDisNet.Pdus.ExpendableDescriptor.Padding.get -> long +OpenDisNet.Pdus.ExpendableDescriptor.Padding.set -> void +OpenDisNet.Pdus.ExpendableReload +OpenDisNet.Pdus.ExpendableReload.Expendable.get -> OpenDisNet.Pdus.EntityType! +OpenDisNet.Pdus.ExpendableReload.Expendable.set -> void +OpenDisNet.Pdus.ExpendableReload.ExpendableReload() -> void +OpenDisNet.Pdus.ExpendableReload.MaximumQuantity.get -> ushort +OpenDisNet.Pdus.ExpendableReload.MaximumQuantity.set -> void +OpenDisNet.Pdus.ExpendableReload.MaximumQuantityReloadTime.get -> uint +OpenDisNet.Pdus.ExpendableReload.MaximumQuantityReloadTime.set -> void +OpenDisNet.Pdus.ExpendableReload.StandardQuantity.get -> ushort +OpenDisNet.Pdus.ExpendableReload.StandardQuantity.set -> void +OpenDisNet.Pdus.ExpendableReload.StandardQuantityReloadTime.get -> uint +OpenDisNet.Pdus.ExpendableReload.StandardQuantityReloadTime.set -> void +OpenDisNet.Pdus.ExpendableReload.Station.get -> uint +OpenDisNet.Pdus.ExpendableReload.Station.set -> void +OpenDisNet.Pdus.ExplosionDescriptor +OpenDisNet.Pdus.ExplosionDescriptor.ExplodingObject.get -> OpenDisNet.Pdus.EntityType! +OpenDisNet.Pdus.ExplosionDescriptor.ExplodingObject.set -> void +OpenDisNet.Pdus.ExplosionDescriptor.ExplosionDescriptor() -> void +OpenDisNet.Pdus.ExplosionDescriptor.ExplosiveForce.get -> float +OpenDisNet.Pdus.ExplosionDescriptor.ExplosiveForce.set -> void +OpenDisNet.Pdus.ExplosionDescriptor.ExplosiveMaterial.get -> OpenDisNet.Enumerations.ExplosiveMaterialCategories +OpenDisNet.Pdus.ExplosionDescriptor.ExplosiveMaterial.set -> void +OpenDisNet.Pdus.ExplosionDescriptor.Padding.get -> ushort +OpenDisNet.Pdus.ExplosionDescriptor.Padding.set -> void +OpenDisNet.Pdus.FalseTargetsAttribute +OpenDisNet.Pdus.FalseTargetsAttribute.BeamNumber.get -> byte +OpenDisNet.Pdus.FalseTargetsAttribute.BeamNumber.set -> void +OpenDisNet.Pdus.FalseTargetsAttribute.EchoSpacing.get -> float +OpenDisNet.Pdus.FalseTargetsAttribute.EchoSpacing.set -> void +OpenDisNet.Pdus.FalseTargetsAttribute.EmitterNumber.get -> byte +OpenDisNet.Pdus.FalseTargetsAttribute.EmitterNumber.set -> void +OpenDisNet.Pdus.FalseTargetsAttribute.FalseTargetCount.get -> ushort +OpenDisNet.Pdus.FalseTargetsAttribute.FalseTargetCount.set -> void +OpenDisNet.Pdus.FalseTargetsAttribute.FalseTargetsAttribute() -> void +OpenDisNet.Pdus.FalseTargetsAttribute.FirstTargetOffset.get -> float +OpenDisNet.Pdus.FalseTargetsAttribute.FirstTargetOffset.set -> void +OpenDisNet.Pdus.FalseTargetsAttribute.KeepTime.get -> float +OpenDisNet.Pdus.FalseTargetsAttribute.KeepTime.set -> void +OpenDisNet.Pdus.FalseTargetsAttribute.MaximumWalkDistance.get -> float +OpenDisNet.Pdus.FalseTargetsAttribute.MaximumWalkDistance.set -> void +OpenDisNet.Pdus.FalseTargetsAttribute.Padding.get -> ushort +OpenDisNet.Pdus.FalseTargetsAttribute.Padding.set -> void +OpenDisNet.Pdus.FalseTargetsAttribute.Padding2.get -> byte +OpenDisNet.Pdus.FalseTargetsAttribute.Padding2.set -> void +OpenDisNet.Pdus.FalseTargetsAttribute.Padding3.get -> ushort +OpenDisNet.Pdus.FalseTargetsAttribute.Padding3.set -> void +OpenDisNet.Pdus.FalseTargetsAttribute.RecordLength.get -> ushort +OpenDisNet.Pdus.FalseTargetsAttribute.RecordLength.set -> void +OpenDisNet.Pdus.FalseTargetsAttribute.RecordType.get -> uint +OpenDisNet.Pdus.FalseTargetsAttribute.RecordType.set -> void +OpenDisNet.Pdus.FalseTargetsAttribute.StateIndicator.get -> OpenDisNet.Enumerations.EeAttributeStateIndicator +OpenDisNet.Pdus.FalseTargetsAttribute.StateIndicator.set -> void +OpenDisNet.Pdus.FalseTargetsAttribute.WalkAcceleration.get -> float +OpenDisNet.Pdus.FalseTargetsAttribute.WalkAcceleration.set -> void +OpenDisNet.Pdus.FalseTargetsAttribute.WalkSpeed.get -> float +OpenDisNet.Pdus.FalseTargetsAttribute.WalkSpeed.set -> void +OpenDisNet.Pdus.FirePdu +OpenDisNet.Pdus.FirePdu.Descriptor.get -> OpenDisNet.Pdus.MunitionDescriptor! +OpenDisNet.Pdus.FirePdu.Descriptor.set -> void +OpenDisNet.Pdus.FirePdu.EventId.get -> OpenDisNet.Pdus.EventIdentifier! +OpenDisNet.Pdus.FirePdu.EventId.set -> void +OpenDisNet.Pdus.FirePdu.FireMissionIndex.get -> uint +OpenDisNet.Pdus.FirePdu.FireMissionIndex.set -> void +OpenDisNet.Pdus.FirePdu.FirePdu() -> void +OpenDisNet.Pdus.FirePdu.FiringEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.FirePdu.FiringEntityId.set -> void +OpenDisNet.Pdus.FirePdu.LocationInWorldCoordinates.get -> OpenDisNet.Pdus.Vector3Double! +OpenDisNet.Pdus.FirePdu.LocationInWorldCoordinates.set -> void +OpenDisNet.Pdus.FirePdu.MunitionExpendibleId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.FirePdu.MunitionExpendibleId.set -> void +OpenDisNet.Pdus.FirePdu.Range.get -> float +OpenDisNet.Pdus.FirePdu.Range.set -> void +OpenDisNet.Pdus.FirePdu.TargetEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.FirePdu.TargetEntityId.set -> void +OpenDisNet.Pdus.FirePdu.Velocity.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.FirePdu.Velocity.set -> void +OpenDisNet.Pdus.FixedDatum +OpenDisNet.Pdus.FixedDatum.FixedDatum() -> void +OpenDisNet.Pdus.FixedDatum.FixedDatumId.get -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Pdus.FixedDatum.FixedDatumId.set -> void +OpenDisNet.Pdus.FixedDatum.FixedDatumValue.get -> uint +OpenDisNet.Pdus.FixedDatum.FixedDatumValue.set -> void +OpenDisNet.Pdus.FundamentalOperationalData +OpenDisNet.Pdus.FundamentalOperationalData.DataField1.get -> byte +OpenDisNet.Pdus.FundamentalOperationalData.DataField1.set -> void +OpenDisNet.Pdus.FundamentalOperationalData.DataField2.get -> byte +OpenDisNet.Pdus.FundamentalOperationalData.DataField2.set -> void +OpenDisNet.Pdus.FundamentalOperationalData.FundamentalOperationalData() -> void +OpenDisNet.Pdus.FundamentalOperationalData.InformationLayers.get -> byte +OpenDisNet.Pdus.FundamentalOperationalData.InformationLayers.set -> void +OpenDisNet.Pdus.FundamentalOperationalData.Parameter1.get -> ushort +OpenDisNet.Pdus.FundamentalOperationalData.Parameter1.set -> void +OpenDisNet.Pdus.FundamentalOperationalData.Parameter2.get -> ushort +OpenDisNet.Pdus.FundamentalOperationalData.Parameter2.set -> void +OpenDisNet.Pdus.FundamentalOperationalData.Parameter3.get -> ushort +OpenDisNet.Pdus.FundamentalOperationalData.Parameter3.set -> void +OpenDisNet.Pdus.FundamentalOperationalData.Parameter4.get -> ushort +OpenDisNet.Pdus.FundamentalOperationalData.Parameter4.set -> void +OpenDisNet.Pdus.FundamentalOperationalData.Parameter5.get -> ushort +OpenDisNet.Pdus.FundamentalOperationalData.Parameter5.set -> void +OpenDisNet.Pdus.FundamentalOperationalData.Parameter6.get -> ushort +OpenDisNet.Pdus.FundamentalOperationalData.Parameter6.set -> void +OpenDisNet.Pdus.FundamentalOperationalData.SystemStatus.get -> byte +OpenDisNet.Pdus.FundamentalOperationalData.SystemStatus.set -> void +OpenDisNet.Pdus.GridAxisDescriptor +OpenDisNet.Pdus.GridAxisDescriptor.AxisType.get -> OpenDisNet.Enumerations.GridAxisDescriptorAxisType +OpenDisNet.Pdus.GridAxisDescriptor.AxisType.set -> void +OpenDisNet.Pdus.GridAxisDescriptor.DomainFinalXi.get -> double +OpenDisNet.Pdus.GridAxisDescriptor.DomainFinalXi.set -> void +OpenDisNet.Pdus.GridAxisDescriptor.DomainInitialXi.get -> double +OpenDisNet.Pdus.GridAxisDescriptor.DomainInitialXi.set -> void +OpenDisNet.Pdus.GridAxisDescriptor.DomainPointsXi.get -> ushort +OpenDisNet.Pdus.GridAxisDescriptor.DomainPointsXi.set -> void +OpenDisNet.Pdus.GridAxisDescriptor.GridAxisDescriptor() -> void +OpenDisNet.Pdus.GridAxisDescriptor.InterleafFactor.get -> byte +OpenDisNet.Pdus.GridAxisDescriptor.InterleafFactor.set -> void +OpenDisNet.Pdus.GridAxisDescriptorFixed +OpenDisNet.Pdus.GridAxisDescriptorFixed.GridAxisDescriptorFixed() -> void +OpenDisNet.Pdus.GridAxisDescriptorFixed.InitialIndex.get -> ushort +OpenDisNet.Pdus.GridAxisDescriptorFixed.InitialIndex.set -> void +OpenDisNet.Pdus.GridAxisDescriptorFixed.NumberOfPointsOnXiAxis.get -> ushort +OpenDisNet.Pdus.GridAxisDescriptorFixed.NumberOfPointsOnXiAxis.set -> void +OpenDisNet.Pdus.GridAxisDescriptorVariable +OpenDisNet.Pdus.GridAxisDescriptorVariable.CoordinateOffsetXi.get -> double +OpenDisNet.Pdus.GridAxisDescriptorVariable.CoordinateOffsetXi.set -> void +OpenDisNet.Pdus.GridAxisDescriptorVariable.CoordinateScaleXi.get -> double +OpenDisNet.Pdus.GridAxisDescriptorVariable.CoordinateScaleXi.set -> void +OpenDisNet.Pdus.GridAxisDescriptorVariable.GridAxisDescriptorVariable() -> void +OpenDisNet.Pdus.GridAxisDescriptorVariable.InitialIndex.get -> ushort +OpenDisNet.Pdus.GridAxisDescriptorVariable.InitialIndex.set -> void +OpenDisNet.Pdus.GridAxisDescriptorVariable.NumberOfPointsOnXiAxis.get -> ushort +OpenDisNet.Pdus.GridAxisDescriptorVariable.NumberOfPointsOnXiAxis.set -> void +OpenDisNet.Pdus.GridAxisDescriptorVariable.XiValues.get -> ushort[]! +OpenDisNet.Pdus.GridAxisDescriptorVariable.XiValues.set -> void +OpenDisNet.Pdus.GridData +OpenDisNet.Pdus.GridData.DataRepresentation.get -> OpenDisNet.Enumerations.GriddedDataDataRepresentation +OpenDisNet.Pdus.GridData.DataRepresentation.set -> void +OpenDisNet.Pdus.GridData.GridData() -> void +OpenDisNet.Pdus.GridData.SampleType.get -> OpenDisNet.Enumerations.GriddedDataSampleType +OpenDisNet.Pdus.GridData.SampleType.set -> void +OpenDisNet.Pdus.GridDataType0 +OpenDisNet.Pdus.GridDataType0.DataValues.get -> byte[]! +OpenDisNet.Pdus.GridDataType0.DataValues.set -> void +OpenDisNet.Pdus.GridDataType0.GridDataType0() -> void +OpenDisNet.Pdus.GridDataType1 +OpenDisNet.Pdus.GridDataType1.DataValues.get -> ushort[]! +OpenDisNet.Pdus.GridDataType1.DataValues.set -> void +OpenDisNet.Pdus.GridDataType1.FieldOffset.get -> float +OpenDisNet.Pdus.GridDataType1.FieldOffset.set -> void +OpenDisNet.Pdus.GridDataType1.FieldScale.get -> float +OpenDisNet.Pdus.GridDataType1.FieldScale.set -> void +OpenDisNet.Pdus.GridDataType1.GridDataType1() -> void +OpenDisNet.Pdus.GridDataType2 +OpenDisNet.Pdus.GridDataType2.DataValues.get -> float[]! +OpenDisNet.Pdus.GridDataType2.DataValues.set -> void +OpenDisNet.Pdus.GridDataType2.GridDataType2() -> void +OpenDisNet.Pdus.GridDataType2.Padding.get -> ushort +OpenDisNet.Pdus.GridDataType2.Padding.set -> void +OpenDisNet.Pdus.GriddedDataPdu +OpenDisNet.Pdus.GriddedDataPdu.ConstantGrid.get -> OpenDisNet.Enumerations.GriddedDataConstantGrid +OpenDisNet.Pdus.GriddedDataPdu.ConstantGrid.set -> void +OpenDisNet.Pdus.GriddedDataPdu.CoordinateSystem.get -> OpenDisNet.Enumerations.GriddedDataCoordinateSystem +OpenDisNet.Pdus.GriddedDataPdu.CoordinateSystem.set -> void +OpenDisNet.Pdus.GriddedDataPdu.EnvironmentalSimulationApplicationId.get -> OpenDisNet.Pdus.SimulationIdentifier! +OpenDisNet.Pdus.GriddedDataPdu.EnvironmentalSimulationApplicationId.set -> void +OpenDisNet.Pdus.GriddedDataPdu.EnvironmentType.get -> OpenDisNet.Pdus.EntityType! +OpenDisNet.Pdus.GriddedDataPdu.EnvironmentType.set -> void +OpenDisNet.Pdus.GriddedDataPdu.FieldNumber.get -> ushort +OpenDisNet.Pdus.GriddedDataPdu.FieldNumber.set -> void +OpenDisNet.Pdus.GriddedDataPdu.GridAxisDescriptors.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.GriddedDataPdu.GridAxisDescriptors.set -> void +OpenDisNet.Pdus.GriddedDataPdu.GridDataRecords.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.GriddedDataPdu.GridDataRecords.set -> void +OpenDisNet.Pdus.GriddedDataPdu.GriddedDataPdu() -> void +OpenDisNet.Pdus.GriddedDataPdu.Orientation.get -> OpenDisNet.Pdus.EulerAngles! +OpenDisNet.Pdus.GriddedDataPdu.Orientation.set -> void +OpenDisNet.Pdus.GriddedDataPdu.Padding1.get -> byte +OpenDisNet.Pdus.GriddedDataPdu.Padding1.set -> void +OpenDisNet.Pdus.GriddedDataPdu.Padding2.get -> ushort +OpenDisNet.Pdus.GriddedDataPdu.Padding2.set -> void +OpenDisNet.Pdus.GriddedDataPdu.PduNumber.get -> ushort +OpenDisNet.Pdus.GriddedDataPdu.PduNumber.set -> void +OpenDisNet.Pdus.GriddedDataPdu.PduTotal.get -> ushort +OpenDisNet.Pdus.GriddedDataPdu.PduTotal.set -> void +OpenDisNet.Pdus.GriddedDataPdu.SampleTime.get -> OpenDisNet.Pdus.ClockTime! +OpenDisNet.Pdus.GriddedDataPdu.SampleTime.set -> void +OpenDisNet.Pdus.GriddedDataPdu.TotalValues.get -> uint +OpenDisNet.Pdus.GriddedDataPdu.TotalValues.set -> void +OpenDisNet.Pdus.GriddedDataPdu.VectorDimension.get -> byte +OpenDisNet.Pdus.GriddedDataPdu.VectorDimension.set -> void +OpenDisNet.Pdus.GroupID +OpenDisNet.Pdus.GroupID.GroupID() -> void +OpenDisNet.Pdus.GroupID.GroupNumber.get -> ushort +OpenDisNet.Pdus.GroupID.GroupNumber.set -> void +OpenDisNet.Pdus.GroupID.SimulationAddress.get -> OpenDisNet.Pdus.SimulationAddress! +OpenDisNet.Pdus.GroupID.SimulationAddress.set -> void +OpenDisNet.Pdus.IdentificationFriendOrFoePdu +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.EmittingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.EmittingEntityId.set -> void +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.EventId.get -> OpenDisNet.Pdus.EventIdentifier! +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.EventId.set -> void +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.FundamentalParameters.get -> OpenDisNet.Pdus.FundamentalOperationalData! +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.FundamentalParameters.set -> void +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.IdentificationFriendOrFoePdu() -> void +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.IFFPduLayer2Data.get -> OpenDisNet.Pdus.IFFPduLayer2Data? +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.IFFPduLayer2Data.set -> void +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.IFFPduLayer3InterrogatorFormatData.get -> OpenDisNet.Pdus.IFFPduLayer3InterrogatorFormatData? +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.IFFPduLayer3InterrogatorFormatData.set -> void +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.IFFPduLayer3TransponderFormatData.get -> OpenDisNet.Pdus.IFFPduLayer3TransponderFormatData? +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.IFFPduLayer3TransponderFormatData.set -> void +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.IFFPduLayer4InterrogatorFormatData.get -> OpenDisNet.Pdus.IFFPduLayer4InterrogatorFormatData? +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.IFFPduLayer4InterrogatorFormatData.set -> void +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.IFFPduLayer4TransponderFormatData.get -> OpenDisNet.Pdus.IFFPduLayer4TransponderFormatData? +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.IFFPduLayer4TransponderFormatData.set -> void +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.IFFPduLayer5Data.get -> OpenDisNet.Pdus.IFFPduLayer5Data? +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.IFFPduLayer5Data.set -> void +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.Location.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.Location.set -> void +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.SystemDesignator.get -> byte +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.SystemDesignator.set -> void +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.SystemId.get -> OpenDisNet.Pdus.SystemIdentifier! +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.SystemId.set -> void +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.SystemSpecificData.get -> byte +OpenDisNet.Pdus.IdentificationFriendOrFoePdu.SystemSpecificData.set -> void +OpenDisNet.Pdus.IDisPdu +OpenDisNet.Pdus.IDisPdu.Header.get -> OpenDisNet.Protocol.DisHeader +OpenDisNet.Pdus.IFFData +OpenDisNet.Pdus.IFFData.IFFData() -> void +OpenDisNet.Pdus.IFFData.RecordLength.get -> ushort +OpenDisNet.Pdus.IFFData.RecordLength.set -> void +OpenDisNet.Pdus.IFFData.RecordSpecificFields.get -> byte[]! +OpenDisNet.Pdus.IFFData.RecordSpecificFields.set -> void +OpenDisNet.Pdus.IFFData.RecordType.get -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Pdus.IFFData.RecordType.set -> void +OpenDisNet.Pdus.IFFDataSpecification +OpenDisNet.Pdus.IFFDataSpecification.IffDataRecords.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.IFFDataSpecification.IffDataRecords.set -> void +OpenDisNet.Pdus.IFFDataSpecification.IFFDataSpecification() -> void +OpenDisNet.Pdus.IFFFundamentalParameterData +OpenDisNet.Pdus.IFFFundamentalParameterData.ApplicableModes.get -> OpenDisNet.Enumerations.IffApplicableModes +OpenDisNet.Pdus.IFFFundamentalParameterData.ApplicableModes.set -> void +OpenDisNet.Pdus.IFFFundamentalParameterData.BurstLength.get -> uint +OpenDisNet.Pdus.IFFFundamentalParameterData.BurstLength.set -> void +OpenDisNet.Pdus.IFFFundamentalParameterData.Erp.get -> float +OpenDisNet.Pdus.IFFFundamentalParameterData.Erp.set -> void +OpenDisNet.Pdus.IFFFundamentalParameterData.Frequency.get -> float +OpenDisNet.Pdus.IFFFundamentalParameterData.Frequency.set -> void +OpenDisNet.Pdus.IFFFundamentalParameterData.IFFFundamentalParameterData() -> void +OpenDisNet.Pdus.IFFFundamentalParameterData.Pgrf.get -> float +OpenDisNet.Pdus.IFFFundamentalParameterData.Pgrf.set -> void +OpenDisNet.Pdus.IFFFundamentalParameterData.PulseWidth.get -> float +OpenDisNet.Pdus.IFFFundamentalParameterData.PulseWidth.set -> void +OpenDisNet.Pdus.IFFFundamentalParameterData.SystemSpecificData.get -> byte[]! +OpenDisNet.Pdus.IFFFundamentalParameterData.SystemSpecificData.set -> void +OpenDisNet.Pdus.IFFPduLayer2Data +OpenDisNet.Pdus.IFFPduLayer2Data.BeamData.get -> OpenDisNet.Pdus.BeamData! +OpenDisNet.Pdus.IFFPduLayer2Data.BeamData.set -> void +OpenDisNet.Pdus.IFFPduLayer2Data.IFFFundamentalParameterDataRecord.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.IFFPduLayer2Data.IFFFundamentalParameterDataRecord.set -> void +OpenDisNet.Pdus.IFFPduLayer2Data.IFFPduLayer2Data() -> void +OpenDisNet.Pdus.IFFPduLayer2Data.LayerHeader.get -> OpenDisNet.Pdus.LayerHeader! +OpenDisNet.Pdus.IFFPduLayer2Data.LayerHeader.set -> void +OpenDisNet.Pdus.IFFPduLayer2Data.NumberOfIFFFundamentalParameterDataRecordsParameters.get -> ushort +OpenDisNet.Pdus.IFFPduLayer2Data.NumberOfIFFFundamentalParameterDataRecordsParameters.set -> void +OpenDisNet.Pdus.IFFPduLayer2Data.SecondaryOpParameter1.get -> byte +OpenDisNet.Pdus.IFFPduLayer2Data.SecondaryOpParameter1.set -> void +OpenDisNet.Pdus.IFFPduLayer2Data.SecondaryOpParameter2.get -> byte +OpenDisNet.Pdus.IFFPduLayer2Data.SecondaryOpParameter2.set -> void +OpenDisNet.Pdus.IFFPduLayer3InterrogatorFormatData +OpenDisNet.Pdus.IFFPduLayer3InterrogatorFormatData.ApplicationNumber.get -> ushort +OpenDisNet.Pdus.IFFPduLayer3InterrogatorFormatData.ApplicationNumber.set -> void +OpenDisNet.Pdus.IFFPduLayer3InterrogatorFormatData.IFFFundamentalParameterDataRecord.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.IFFPduLayer3InterrogatorFormatData.IFFFundamentalParameterDataRecord.set -> void +OpenDisNet.Pdus.IFFPduLayer3InterrogatorFormatData.IFFPduLayer3InterrogatorFormatData() -> void +OpenDisNet.Pdus.IFFPduLayer3InterrogatorFormatData.LayerHeader.get -> OpenDisNet.Pdus.LayerHeader! +OpenDisNet.Pdus.IFFPduLayer3InterrogatorFormatData.LayerHeader.set -> void +OpenDisNet.Pdus.IFFPduLayer3InterrogatorFormatData.Mode5InterrogatorBasicData.get -> OpenDisNet.Pdus.Mode5InterrogatorBasicData! +OpenDisNet.Pdus.IFFPduLayer3InterrogatorFormatData.Mode5InterrogatorBasicData.set -> void +OpenDisNet.Pdus.IFFPduLayer3InterrogatorFormatData.NumberOfIFFFundamentalParameterDataRecordsParameters.get -> ushort +OpenDisNet.Pdus.IFFPduLayer3InterrogatorFormatData.NumberOfIFFFundamentalParameterDataRecordsParameters.set -> void +OpenDisNet.Pdus.IFFPduLayer3InterrogatorFormatData.Padding.get -> ushort +OpenDisNet.Pdus.IFFPduLayer3InterrogatorFormatData.Padding.set -> void +OpenDisNet.Pdus.IFFPduLayer3InterrogatorFormatData.SiteNumber.get -> ushort +OpenDisNet.Pdus.IFFPduLayer3InterrogatorFormatData.SiteNumber.set -> void +OpenDisNet.Pdus.IFFPduLayer3TransponderFormatData +OpenDisNet.Pdus.IFFPduLayer3TransponderFormatData.ApplicationNumber.get -> ushort +OpenDisNet.Pdus.IFFPduLayer3TransponderFormatData.ApplicationNumber.set -> void +OpenDisNet.Pdus.IFFPduLayer3TransponderFormatData.IFFFundamentalParameterDataRecord.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.IFFPduLayer3TransponderFormatData.IFFFundamentalParameterDataRecord.set -> void +OpenDisNet.Pdus.IFFPduLayer3TransponderFormatData.IFFPduLayer3TransponderFormatData() -> void +OpenDisNet.Pdus.IFFPduLayer3TransponderFormatData.LayerHeader.get -> OpenDisNet.Pdus.LayerHeader! +OpenDisNet.Pdus.IFFPduLayer3TransponderFormatData.LayerHeader.set -> void +OpenDisNet.Pdus.IFFPduLayer3TransponderFormatData.Mode5TransponderBasicData.get -> OpenDisNet.Pdus.Mode5TransponderBasicData! +OpenDisNet.Pdus.IFFPduLayer3TransponderFormatData.Mode5TransponderBasicData.set -> void +OpenDisNet.Pdus.IFFPduLayer3TransponderFormatData.NumberOfIFFFundamentalParameterDataRecordsParameters.get -> ushort +OpenDisNet.Pdus.IFFPduLayer3TransponderFormatData.NumberOfIFFFundamentalParameterDataRecordsParameters.set -> void +OpenDisNet.Pdus.IFFPduLayer3TransponderFormatData.Padding.get -> ushort +OpenDisNet.Pdus.IFFPduLayer3TransponderFormatData.Padding.set -> void +OpenDisNet.Pdus.IFFPduLayer3TransponderFormatData.SiteNumber.get -> ushort +OpenDisNet.Pdus.IFFPduLayer3TransponderFormatData.SiteNumber.set -> void +OpenDisNet.Pdus.IFFPduLayer4InterrogatorFormatData +OpenDisNet.Pdus.IFFPduLayer4InterrogatorFormatData.ApplicationNumber.get -> ushort +OpenDisNet.Pdus.IFFPduLayer4InterrogatorFormatData.ApplicationNumber.set -> void +OpenDisNet.Pdus.IFFPduLayer4InterrogatorFormatData.IFFFundamentalParameterDataRecord.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.IFFPduLayer4InterrogatorFormatData.IFFFundamentalParameterDataRecord.set -> void +OpenDisNet.Pdus.IFFPduLayer4InterrogatorFormatData.IFFPduLayer4InterrogatorFormatData() -> void +OpenDisNet.Pdus.IFFPduLayer4InterrogatorFormatData.LayerHeader.get -> OpenDisNet.Pdus.LayerHeader! +OpenDisNet.Pdus.IFFPduLayer4InterrogatorFormatData.LayerHeader.set -> void +OpenDisNet.Pdus.IFFPduLayer4InterrogatorFormatData.ModeSInterrogatorBasicData.get -> OpenDisNet.Pdus.ModeSInterrogatorBasicData! +OpenDisNet.Pdus.IFFPduLayer4InterrogatorFormatData.ModeSInterrogatorBasicData.set -> void +OpenDisNet.Pdus.IFFPduLayer4InterrogatorFormatData.NumberOfIFFFundamentalParameterDataRecordsParameters.get -> ushort +OpenDisNet.Pdus.IFFPduLayer4InterrogatorFormatData.NumberOfIFFFundamentalParameterDataRecordsParameters.set -> void +OpenDisNet.Pdus.IFFPduLayer4InterrogatorFormatData.Padding.get -> ushort +OpenDisNet.Pdus.IFFPduLayer4InterrogatorFormatData.Padding.set -> void +OpenDisNet.Pdus.IFFPduLayer4InterrogatorFormatData.SiteNumber.get -> ushort +OpenDisNet.Pdus.IFFPduLayer4InterrogatorFormatData.SiteNumber.set -> void +OpenDisNet.Pdus.IFFPduLayer4TransponderFormatData +OpenDisNet.Pdus.IFFPduLayer4TransponderFormatData.ApplicationNumber.get -> ushort +OpenDisNet.Pdus.IFFPduLayer4TransponderFormatData.ApplicationNumber.set -> void +OpenDisNet.Pdus.IFFPduLayer4TransponderFormatData.IFFFundamentalParameterDataRecord.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.IFFPduLayer4TransponderFormatData.IFFFundamentalParameterDataRecord.set -> void +OpenDisNet.Pdus.IFFPduLayer4TransponderFormatData.IFFPduLayer4TransponderFormatData() -> void +OpenDisNet.Pdus.IFFPduLayer4TransponderFormatData.LayerHeader.get -> OpenDisNet.Pdus.LayerHeader! +OpenDisNet.Pdus.IFFPduLayer4TransponderFormatData.LayerHeader.set -> void +OpenDisNet.Pdus.IFFPduLayer4TransponderFormatData.ModeSTransponderBasicData.get -> OpenDisNet.Pdus.ModeSTransponderBasicData! +OpenDisNet.Pdus.IFFPduLayer4TransponderFormatData.ModeSTransponderBasicData.set -> void +OpenDisNet.Pdus.IFFPduLayer4TransponderFormatData.NumberOfIFFFundamentalParameterDataRecordsParameters.get -> ushort +OpenDisNet.Pdus.IFFPduLayer4TransponderFormatData.NumberOfIFFFundamentalParameterDataRecordsParameters.set -> void +OpenDisNet.Pdus.IFFPduLayer4TransponderFormatData.Padding.get -> ushort +OpenDisNet.Pdus.IFFPduLayer4TransponderFormatData.Padding.set -> void +OpenDisNet.Pdus.IFFPduLayer4TransponderFormatData.SiteNumber.get -> ushort +OpenDisNet.Pdus.IFFPduLayer4TransponderFormatData.SiteNumber.set -> void +OpenDisNet.Pdus.IFFPduLayer5Data +OpenDisNet.Pdus.IFFPduLayer5Data.ApplicableLayers.get -> byte +OpenDisNet.Pdus.IFFPduLayer5Data.ApplicableLayers.set -> void +OpenDisNet.Pdus.IFFPduLayer5Data.ApplicationNumber.get -> ushort +OpenDisNet.Pdus.IFFPduLayer5Data.ApplicationNumber.set -> void +OpenDisNet.Pdus.IFFPduLayer5Data.DataCategory.get -> OpenDisNet.Enumerations.DataCategory +OpenDisNet.Pdus.IFFPduLayer5Data.DataCategory.set -> void +OpenDisNet.Pdus.IFFPduLayer5Data.IFFFundamentalParameterDataRecord.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.IFFPduLayer5Data.IFFFundamentalParameterDataRecord.set -> void +OpenDisNet.Pdus.IFFPduLayer5Data.IFFPduLayer5Data() -> void +OpenDisNet.Pdus.IFFPduLayer5Data.LayerHeader.get -> OpenDisNet.Pdus.LayerHeader! +OpenDisNet.Pdus.IFFPduLayer5Data.LayerHeader.set -> void +OpenDisNet.Pdus.IFFPduLayer5Data.NumberOfIFFFundamentalParameterDataRecordsParameters.get -> ushort +OpenDisNet.Pdus.IFFPduLayer5Data.NumberOfIFFFundamentalParameterDataRecordsParameters.set -> void +OpenDisNet.Pdus.IFFPduLayer5Data.Padding.get -> ushort +OpenDisNet.Pdus.IFFPduLayer5Data.Padding.set -> void +OpenDisNet.Pdus.IFFPduLayer5Data.Padding2.get -> ushort +OpenDisNet.Pdus.IFFPduLayer5Data.Padding2.set -> void +OpenDisNet.Pdus.IFFPduLayer5Data.SiteNumber.get -> ushort +OpenDisNet.Pdus.IFFPduLayer5Data.SiteNumber.set -> void +OpenDisNet.Pdus.InformationOperationsActionPdu +OpenDisNet.Pdus.InformationOperationsActionPdu.InformationOperationsActionPdu() -> void +OpenDisNet.Pdus.InformationOperationsActionPdu.IOActionPhase.get -> OpenDisNet.Enumerations.IoActionIoActionPhase +OpenDisNet.Pdus.InformationOperationsActionPdu.IOActionPhase.set -> void +OpenDisNet.Pdus.InformationOperationsActionPdu.IOActionType.get -> OpenDisNet.Enumerations.IoActionIoActionType +OpenDisNet.Pdus.InformationOperationsActionPdu.IOActionType.set -> void +OpenDisNet.Pdus.InformationOperationsActionPdu.IoAttackerId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.InformationOperationsActionPdu.IoAttackerId.set -> void +OpenDisNet.Pdus.InformationOperationsActionPdu.IoPrimaryTargetId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.InformationOperationsActionPdu.IoPrimaryTargetId.set -> void +OpenDisNet.Pdus.InformationOperationsActionPdu.IoRecords.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.InformationOperationsActionPdu.IoRecords.set -> void +OpenDisNet.Pdus.InformationOperationsActionPdu.IOSimulationSource.get -> OpenDisNet.Enumerations.IoActionIoSimulationSource +OpenDisNet.Pdus.InformationOperationsActionPdu.IOSimulationSource.set -> void +OpenDisNet.Pdus.InformationOperationsActionPdu.IOWarfareType.get -> OpenDisNet.Enumerations.IoActionIoWarfareType +OpenDisNet.Pdus.InformationOperationsActionPdu.IOWarfareType.set -> void +OpenDisNet.Pdus.InformationOperationsActionPdu.Padding1.get -> uint +OpenDisNet.Pdus.InformationOperationsActionPdu.Padding1.set -> void +OpenDisNet.Pdus.InformationOperationsActionPdu.Padding2.get -> ushort +OpenDisNet.Pdus.InformationOperationsActionPdu.Padding2.set -> void +OpenDisNet.Pdus.InformationOperationsActionPdu.ReceivingSimId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.InformationOperationsActionPdu.ReceivingSimId.set -> void +OpenDisNet.Pdus.InformationOperationsActionPdu.RequestId.get -> uint +OpenDisNet.Pdus.InformationOperationsActionPdu.RequestId.set -> void +OpenDisNet.Pdus.InformationOperationsFamilyPdu +OpenDisNet.Pdus.InformationOperationsFamilyPdu.InformationOperationsFamilyPdu() -> void +OpenDisNet.Pdus.InformationOperationsFamilyPdu.OriginatingSimId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.InformationOperationsFamilyPdu.OriginatingSimId.set -> void +OpenDisNet.Pdus.InformationOperationsReportPdu +OpenDisNet.Pdus.InformationOperationsReportPdu.InformationOperationsReportPdu() -> void +OpenDisNet.Pdus.InformationOperationsReportPdu.IoAttackerId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.InformationOperationsReportPdu.IoAttackerId.set -> void +OpenDisNet.Pdus.InformationOperationsReportPdu.IoPrimaryTargetId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.InformationOperationsReportPdu.IoPrimaryTargetId.set -> void +OpenDisNet.Pdus.InformationOperationsReportPdu.IoRecords.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.InformationOperationsReportPdu.IoRecords.set -> void +OpenDisNet.Pdus.InformationOperationsReportPdu.IoReportType.get -> OpenDisNet.Enumerations.IoReportIoReportType +OpenDisNet.Pdus.InformationOperationsReportPdu.IoReportType.set -> void +OpenDisNet.Pdus.InformationOperationsReportPdu.IoSimSource.get -> OpenDisNet.Enumerations.IoActionIoSimulationSource +OpenDisNet.Pdus.InformationOperationsReportPdu.IoSimSource.set -> void +OpenDisNet.Pdus.InformationOperationsReportPdu.Padding1.get -> byte +OpenDisNet.Pdus.InformationOperationsReportPdu.Padding1.set -> void +OpenDisNet.Pdus.InformationOperationsReportPdu.Padding2.get -> ushort +OpenDisNet.Pdus.InformationOperationsReportPdu.Padding2.set -> void +OpenDisNet.Pdus.InformationOperationsReportPdu.Padding3.get -> ushort +OpenDisNet.Pdus.InformationOperationsReportPdu.Padding3.set -> void +OpenDisNet.Pdus.IntercomCommunicationsParameters +OpenDisNet.Pdus.IntercomCommunicationsParameters.IntercomCommunicationsParameters() -> void +OpenDisNet.Pdus.IntercomCommunicationsParameters.RecordLength.get -> ushort +OpenDisNet.Pdus.IntercomCommunicationsParameters.RecordLength.set -> void +OpenDisNet.Pdus.IntercomCommunicationsParameters.RecordSpecificField.get -> byte[]! +OpenDisNet.Pdus.IntercomCommunicationsParameters.RecordSpecificField.set -> void +OpenDisNet.Pdus.IntercomCommunicationsParameters.RecordType.get -> OpenDisNet.Enumerations.IntercomControlRecordType +OpenDisNet.Pdus.IntercomCommunicationsParameters.RecordType.set -> void +OpenDisNet.Pdus.IntercomControlPdu +OpenDisNet.Pdus.IntercomControlPdu.Command.get -> OpenDisNet.Enumerations.IntercomControlCommand +OpenDisNet.Pdus.IntercomControlPdu.Command.set -> void +OpenDisNet.Pdus.IntercomControlPdu.CommunicationsChannelType.get -> byte +OpenDisNet.Pdus.IntercomControlPdu.CommunicationsChannelType.set -> void +OpenDisNet.Pdus.IntercomControlPdu.ControlType.get -> OpenDisNet.Enumerations.IntercomControlControlType +OpenDisNet.Pdus.IntercomControlPdu.ControlType.set -> void +OpenDisNet.Pdus.IntercomControlPdu.IntercomControlPdu() -> void +OpenDisNet.Pdus.IntercomControlPdu.IntercomParameters.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.IntercomControlPdu.IntercomParameters.set -> void +OpenDisNet.Pdus.IntercomControlPdu.MasterChannelId.get -> ushort +OpenDisNet.Pdus.IntercomControlPdu.MasterChannelId.set -> void +OpenDisNet.Pdus.IntercomControlPdu.MasterIntercomNumber.get -> ushort +OpenDisNet.Pdus.IntercomControlPdu.MasterIntercomNumber.set -> void +OpenDisNet.Pdus.IntercomControlPdu.MasterIntercomReferenceId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.IntercomControlPdu.MasterIntercomReferenceId.set -> void +OpenDisNet.Pdus.IntercomControlPdu.SourceEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.IntercomControlPdu.SourceEntityId.set -> void +OpenDisNet.Pdus.IntercomControlPdu.SourceIntercomNumber.get -> ushort +OpenDisNet.Pdus.IntercomControlPdu.SourceIntercomNumber.set -> void +OpenDisNet.Pdus.IntercomControlPdu.SourceLineId.get -> byte +OpenDisNet.Pdus.IntercomControlPdu.SourceLineId.set -> void +OpenDisNet.Pdus.IntercomControlPdu.TransmitLineState.get -> OpenDisNet.Enumerations.IntercomControlTransmitLineState +OpenDisNet.Pdus.IntercomControlPdu.TransmitLineState.set -> void +OpenDisNet.Pdus.IntercomControlPdu.TransmitPriority.get -> byte +OpenDisNet.Pdus.IntercomControlPdu.TransmitPriority.set -> void +OpenDisNet.Pdus.IntercomIdentifier +OpenDisNet.Pdus.IntercomIdentifier.ApplicationNumber.get -> ushort +OpenDisNet.Pdus.IntercomIdentifier.ApplicationNumber.set -> void +OpenDisNet.Pdus.IntercomIdentifier.IntercomIdentifier() -> void +OpenDisNet.Pdus.IntercomIdentifier.IntercomNumber.get -> ushort +OpenDisNet.Pdus.IntercomIdentifier.IntercomNumber.set -> void +OpenDisNet.Pdus.IntercomIdentifier.ReferenceNumber.get -> ushort +OpenDisNet.Pdus.IntercomIdentifier.ReferenceNumber.set -> void +OpenDisNet.Pdus.IntercomIdentifier.SiteNumber.get -> ushort +OpenDisNet.Pdus.IntercomIdentifier.SiteNumber.set -> void +OpenDisNet.Pdus.IntercomReferenceID +OpenDisNet.Pdus.IntercomReferenceID.ApplicationNumber.get -> ushort +OpenDisNet.Pdus.IntercomReferenceID.ApplicationNumber.set -> void +OpenDisNet.Pdus.IntercomReferenceID.IntercomReferenceID() -> void +OpenDisNet.Pdus.IntercomReferenceID.ReferenceNumber.get -> ushort +OpenDisNet.Pdus.IntercomReferenceID.ReferenceNumber.set -> void +OpenDisNet.Pdus.IntercomReferenceID.SiteNumber.get -> ushort +OpenDisNet.Pdus.IntercomReferenceID.SiteNumber.set -> void +OpenDisNet.Pdus.IntercomSignalPdu +OpenDisNet.Pdus.IntercomSignalPdu.Data.get -> byte[]! +OpenDisNet.Pdus.IntercomSignalPdu.Data.set -> void +OpenDisNet.Pdus.IntercomSignalPdu.DataBitLength.get -> ushort +OpenDisNet.Pdus.IntercomSignalPdu.DataBitLength.set -> void +OpenDisNet.Pdus.IntercomSignalPdu.EncodingScheme.get -> OpenDisNet.Pdus.SignalEncodingScheme +OpenDisNet.Pdus.IntercomSignalPdu.EncodingScheme.set -> void +OpenDisNet.Pdus.IntercomSignalPdu.IntercomNumber.get -> ushort +OpenDisNet.Pdus.IntercomSignalPdu.IntercomNumber.set -> void +OpenDisNet.Pdus.IntercomSignalPdu.IntercomReferenceId.get -> OpenDisNet.Pdus.IntercomReferenceID! +OpenDisNet.Pdus.IntercomSignalPdu.IntercomReferenceId.set -> void +OpenDisNet.Pdus.IntercomSignalPdu.IntercomSignalPdu() -> void +OpenDisNet.Pdus.IntercomSignalPdu.SampleCount.get -> ushort +OpenDisNet.Pdus.IntercomSignalPdu.SampleCount.set -> void +OpenDisNet.Pdus.IntercomSignalPdu.SampleRate.get -> uint +OpenDisNet.Pdus.IntercomSignalPdu.SampleRate.set -> void +OpenDisNet.Pdus.IntercomSignalPdu.TdlType.get -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Pdus.IntercomSignalPdu.TdlType.set -> void +OpenDisNet.Pdus.IOCommsNodeRecord +OpenDisNet.Pdus.IOCommsNodeRecord.CommsNodeId.get -> OpenDisNet.Pdus.CommunicationsNodeID! +OpenDisNet.Pdus.IOCommsNodeRecord.CommsNodeId.set -> void +OpenDisNet.Pdus.IOCommsNodeRecord.CommsNodeType.get -> OpenDisNet.Enumerations.IoCommsNodeRecordCommsNodeType +OpenDisNet.Pdus.IOCommsNodeRecord.CommsNodeType.set -> void +OpenDisNet.Pdus.IOCommsNodeRecord.IOCommsNodeRecord() -> void +OpenDisNet.Pdus.IOCommsNodeRecord.Padding.get -> byte +OpenDisNet.Pdus.IOCommsNodeRecord.Padding.set -> void +OpenDisNet.Pdus.IOCommsNodeRecord.RecordLength.get -> ushort +OpenDisNet.Pdus.IOCommsNodeRecord.RecordLength.set -> void +OpenDisNet.Pdus.IOCommsNodeRecord.RecordType.get -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Pdus.IOCommsNodeRecord.RecordType.set -> void +OpenDisNet.Pdus.IOEffectRecord +OpenDisNet.Pdus.IOEffectRecord.IoEffect.get -> OpenDisNet.Enumerations.IoEffectsRecordIoEffect +OpenDisNet.Pdus.IOEffectRecord.IoEffect.set -> void +OpenDisNet.Pdus.IOEffectRecord.IoEffectDuration.get -> ushort +OpenDisNet.Pdus.IOEffectRecord.IoEffectDuration.set -> void +OpenDisNet.Pdus.IOEffectRecord.IoEffectDutyCycle.get -> byte +OpenDisNet.Pdus.IOEffectRecord.IoEffectDutyCycle.set -> void +OpenDisNet.Pdus.IOEffectRecord.IOEffectRecord() -> void +OpenDisNet.Pdus.IOEffectRecord.IoLinkType.get -> OpenDisNet.Enumerations.IoEffectsRecordIoLinkType +OpenDisNet.Pdus.IOEffectRecord.IoLinkType.set -> void +OpenDisNet.Pdus.IOEffectRecord.IoProcess.get -> OpenDisNet.Enumerations.IoEffectsRecordIoProcess +OpenDisNet.Pdus.IOEffectRecord.IoProcess.set -> void +OpenDisNet.Pdus.IOEffectRecord.IoStatus.get -> OpenDisNet.Enumerations.IoEffectsRecordIoStatus +OpenDisNet.Pdus.IOEffectRecord.IoStatus.set -> void +OpenDisNet.Pdus.IOEffectRecord.Padding.get -> ushort +OpenDisNet.Pdus.IOEffectRecord.Padding.set -> void +OpenDisNet.Pdus.IOEffectRecord.RecordLength.get -> ushort +OpenDisNet.Pdus.IOEffectRecord.RecordLength.set -> void +OpenDisNet.Pdus.IOEffectRecord.RecordType.get -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Pdus.IOEffectRecord.RecordType.set -> void +OpenDisNet.Pdus.IORecord +OpenDisNet.Pdus.IORecord.IORecord() -> void +OpenDisNet.Pdus.IsGroupOfPdu +OpenDisNet.Pdus.IsGroupOfPdu.GroupedEntityCategory.get -> OpenDisNet.Enumerations.IsGroupOfGroupedEntityCategory +OpenDisNet.Pdus.IsGroupOfPdu.GroupedEntityCategory.set -> void +OpenDisNet.Pdus.IsGroupOfPdu.GroupedEntityDescriptions.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.IsGroupOfPdu.GroupedEntityDescriptions.set -> void +OpenDisNet.Pdus.IsGroupOfPdu.GroupEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.IsGroupOfPdu.GroupEntityId.set -> void +OpenDisNet.Pdus.IsGroupOfPdu.IsGroupOfPdu() -> void +OpenDisNet.Pdus.IsGroupOfPdu.Latitude.get -> double +OpenDisNet.Pdus.IsGroupOfPdu.Latitude.set -> void +OpenDisNet.Pdus.IsGroupOfPdu.Longitude.get -> double +OpenDisNet.Pdus.IsGroupOfPdu.Longitude.set -> void +OpenDisNet.Pdus.IsGroupOfPdu.Pad.get -> uint +OpenDisNet.Pdus.IsGroupOfPdu.Pad.set -> void +OpenDisNet.Pdus.IsPartOfPdu +OpenDisNet.Pdus.IsPartOfPdu.IsPartOfPdu() -> void +OpenDisNet.Pdus.IsPartOfPdu.NamedLocationId.get -> OpenDisNet.Pdus.NamedLocationIdentification! +OpenDisNet.Pdus.IsPartOfPdu.NamedLocationId.set -> void +OpenDisNet.Pdus.IsPartOfPdu.OrginatingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.IsPartOfPdu.OrginatingEntityId.set -> void +OpenDisNet.Pdus.IsPartOfPdu.PartEntityType.get -> OpenDisNet.Pdus.EntityType! +OpenDisNet.Pdus.IsPartOfPdu.PartEntityType.set -> void +OpenDisNet.Pdus.IsPartOfPdu.PartLocation.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.IsPartOfPdu.PartLocation.set -> void +OpenDisNet.Pdus.IsPartOfPdu.ReceivingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.IsPartOfPdu.ReceivingEntityId.set -> void +OpenDisNet.Pdus.IsPartOfPdu.Relationship.get -> OpenDisNet.Pdus.Relationship! +OpenDisNet.Pdus.IsPartOfPdu.Relationship.set -> void +OpenDisNet.Pdus.JammingTechnique +OpenDisNet.Pdus.JammingTechnique.Category.get -> byte +OpenDisNet.Pdus.JammingTechnique.Category.set -> void +OpenDisNet.Pdus.JammingTechnique.JammingTechnique() -> void +OpenDisNet.Pdus.JammingTechnique.Kind.get -> byte +OpenDisNet.Pdus.JammingTechnique.Kind.set -> void +OpenDisNet.Pdus.JammingTechnique.Specific.get -> byte +OpenDisNet.Pdus.JammingTechnique.Specific.set -> void +OpenDisNet.Pdus.JammingTechnique.SubCategory.get -> byte +OpenDisNet.Pdus.JammingTechnique.SubCategory.set -> void +OpenDisNet.Pdus.LaunchedMunitionRecord +OpenDisNet.Pdus.LaunchedMunitionRecord.FireEventId.get -> OpenDisNet.Pdus.EventIdentifier! +OpenDisNet.Pdus.LaunchedMunitionRecord.FireEventId.set -> void +OpenDisNet.Pdus.LaunchedMunitionRecord.FiringEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.LaunchedMunitionRecord.FiringEntityId.set -> void +OpenDisNet.Pdus.LaunchedMunitionRecord.LaunchedMunitionRecord() -> void +OpenDisNet.Pdus.LaunchedMunitionRecord.Padding.get -> ushort +OpenDisNet.Pdus.LaunchedMunitionRecord.Padding.set -> void +OpenDisNet.Pdus.LaunchedMunitionRecord.Padding2.get -> ushort +OpenDisNet.Pdus.LaunchedMunitionRecord.Padding2.set -> void +OpenDisNet.Pdus.LaunchedMunitionRecord.Padding3.get -> ushort +OpenDisNet.Pdus.LaunchedMunitionRecord.Padding3.set -> void +OpenDisNet.Pdus.LaunchedMunitionRecord.TargetEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.LaunchedMunitionRecord.TargetEntityId.set -> void +OpenDisNet.Pdus.LaunchedMunitionRecord.TargetLocation.get -> OpenDisNet.Pdus.Vector3Double! +OpenDisNet.Pdus.LaunchedMunitionRecord.TargetLocation.set -> void +OpenDisNet.Pdus.LayerHeader +OpenDisNet.Pdus.LayerHeader.LayerHeader() -> void +OpenDisNet.Pdus.LayerHeader.LayerNumber.get -> byte +OpenDisNet.Pdus.LayerHeader.LayerNumber.set -> void +OpenDisNet.Pdus.LayerHeader.LayerSpecificInformation.get -> byte +OpenDisNet.Pdus.LayerHeader.LayerSpecificInformation.set -> void +OpenDisNet.Pdus.LayerHeader.Length.get -> ushort +OpenDisNet.Pdus.LayerHeader.Length.set -> void +OpenDisNet.Pdus.LEVector3FixedByte +OpenDisNet.Pdus.LEVector3FixedByte.LEVector3FixedByte() -> void +OpenDisNet.Pdus.LEVector3FixedByte.X.get -> byte +OpenDisNet.Pdus.LEVector3FixedByte.X.set -> void +OpenDisNet.Pdus.LEVector3FixedByte.Y.get -> byte +OpenDisNet.Pdus.LEVector3FixedByte.Y.set -> void +OpenDisNet.Pdus.LEVector3FixedByte.Z.get -> byte +OpenDisNet.Pdus.LEVector3FixedByte.Z.set -> void +OpenDisNet.Pdus.LinearObjectStatePdu +OpenDisNet.Pdus.LinearObjectStatePdu.ForceId.get -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Pdus.LinearObjectStatePdu.ForceId.set -> void +OpenDisNet.Pdus.LinearObjectStatePdu.LinearObjectStatePdu() -> void +OpenDisNet.Pdus.LinearObjectStatePdu.LinearSegmentParameters.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.LinearObjectStatePdu.LinearSegmentParameters.set -> void +OpenDisNet.Pdus.LinearObjectStatePdu.ObjectId.get -> OpenDisNet.Pdus.ObjectIdentifier! +OpenDisNet.Pdus.LinearObjectStatePdu.ObjectId.set -> void +OpenDisNet.Pdus.LinearObjectStatePdu.ObjectType.get -> OpenDisNet.Pdus.ObjectType! +OpenDisNet.Pdus.LinearObjectStatePdu.ObjectType.set -> void +OpenDisNet.Pdus.LinearObjectStatePdu.ReceivingId.get -> OpenDisNet.Pdus.SimulationAddress! +OpenDisNet.Pdus.LinearObjectStatePdu.ReceivingId.set -> void +OpenDisNet.Pdus.LinearObjectStatePdu.ReferencedObjectId.get -> OpenDisNet.Pdus.ObjectIdentifier! +OpenDisNet.Pdus.LinearObjectStatePdu.ReferencedObjectId.set -> void +OpenDisNet.Pdus.LinearObjectStatePdu.RequesterId.get -> OpenDisNet.Pdus.SimulationAddress! +OpenDisNet.Pdus.LinearObjectStatePdu.RequesterId.set -> void +OpenDisNet.Pdus.LinearObjectStatePdu.UpdateNumber.get -> ushort +OpenDisNet.Pdus.LinearObjectStatePdu.UpdateNumber.set -> void +OpenDisNet.Pdus.LinearSegmentParameter +OpenDisNet.Pdus.LinearSegmentParameter.GeneralSegmentAppearance.get -> OpenDisNet.Enumerations.ObjectStateAppearanceGeneral +OpenDisNet.Pdus.LinearSegmentParameter.GeneralSegmentAppearance.set -> void +OpenDisNet.Pdus.LinearSegmentParameter.LinearSegmentParameter() -> void +OpenDisNet.Pdus.LinearSegmentParameter.Padding.get -> uint +OpenDisNet.Pdus.LinearSegmentParameter.Padding.set -> void +OpenDisNet.Pdus.LinearSegmentParameter.SegmentDepth.get -> float +OpenDisNet.Pdus.LinearSegmentParameter.SegmentDepth.set -> void +OpenDisNet.Pdus.LinearSegmentParameter.SegmentHeight.get -> float +OpenDisNet.Pdus.LinearSegmentParameter.SegmentHeight.set -> void +OpenDisNet.Pdus.LinearSegmentParameter.SegmentLength.get -> float +OpenDisNet.Pdus.LinearSegmentParameter.SegmentLength.set -> void +OpenDisNet.Pdus.LinearSegmentParameter.SegmentLocation.get -> OpenDisNet.Pdus.Vector3Double! +OpenDisNet.Pdus.LinearSegmentParameter.SegmentLocation.set -> void +OpenDisNet.Pdus.LinearSegmentParameter.SegmentModification.get -> OpenDisNet.Enumerations.ObjectStateModificationLinearObject +OpenDisNet.Pdus.LinearSegmentParameter.SegmentModification.set -> void +OpenDisNet.Pdus.LinearSegmentParameter.SegmentNumber.get -> byte +OpenDisNet.Pdus.LinearSegmentParameter.SegmentNumber.set -> void +OpenDisNet.Pdus.LinearSegmentParameter.SegmentOrientation.get -> OpenDisNet.Pdus.EulerAngles! +OpenDisNet.Pdus.LinearSegmentParameter.SegmentOrientation.set -> void +OpenDisNet.Pdus.LinearSegmentParameter.SegmentWidth.get -> float +OpenDisNet.Pdus.LinearSegmentParameter.SegmentWidth.set -> void +OpenDisNet.Pdus.LinearSegmentParameter.SpecificSegmentAppearance.get -> uint +OpenDisNet.Pdus.LinearSegmentParameter.SpecificSegmentAppearance.set -> void +OpenDisNet.Pdus.LiveDeadReckoningParameters +OpenDisNet.Pdus.LiveDeadReckoningParameters.DeadReckoningAlgorithm.get -> OpenDisNet.Enumerations.DeadReckoningAlgorithm +OpenDisNet.Pdus.LiveDeadReckoningParameters.DeadReckoningAlgorithm.set -> void +OpenDisNet.Pdus.LiveDeadReckoningParameters.EntityAngularVelocity.get -> OpenDisNet.Pdus.LEVector3FixedByte! +OpenDisNet.Pdus.LiveDeadReckoningParameters.EntityAngularVelocity.set -> void +OpenDisNet.Pdus.LiveDeadReckoningParameters.EntityLinearAcceleration.get -> OpenDisNet.Pdus.LEVector3FixedByte! +OpenDisNet.Pdus.LiveDeadReckoningParameters.EntityLinearAcceleration.set -> void +OpenDisNet.Pdus.LiveDeadReckoningParameters.LiveDeadReckoningParameters() -> void +OpenDisNet.Pdus.LiveEntityDetonationPdu +OpenDisNet.Pdus.LiveEntityDetonationPdu.DetonationFlag1.get -> byte +OpenDisNet.Pdus.LiveEntityDetonationPdu.DetonationFlag1.set -> void +OpenDisNet.Pdus.LiveEntityDetonationPdu.DetonationFlag2.get -> byte +OpenDisNet.Pdus.LiveEntityDetonationPdu.DetonationFlag2.set -> void +OpenDisNet.Pdus.LiveEntityDetonationPdu.DetonationResult.get -> byte +OpenDisNet.Pdus.LiveEntityDetonationPdu.DetonationResult.set -> void +OpenDisNet.Pdus.LiveEntityDetonationPdu.EntityLocation.get -> OpenDisNet.Pdus.LiveEntityLinearVelocity! +OpenDisNet.Pdus.LiveEntityDetonationPdu.EntityLocation.set -> void +OpenDisNet.Pdus.LiveEntityDetonationPdu.EventId.get -> OpenDisNet.Pdus.EventIdentifier! +OpenDisNet.Pdus.LiveEntityDetonationPdu.EventId.set -> void +OpenDisNet.Pdus.LiveEntityDetonationPdu.FiringLiveEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.LiveEntityDetonationPdu.FiringLiveEntityId.set -> void +OpenDisNet.Pdus.LiveEntityDetonationPdu.LiveEntityDetonationPdu() -> void +OpenDisNet.Pdus.LiveEntityDetonationPdu.MunitionDescriptor.get -> OpenDisNet.Pdus.MunitionDescriptor! +OpenDisNet.Pdus.LiveEntityDetonationPdu.MunitionDescriptor.set -> void +OpenDisNet.Pdus.LiveEntityDetonationPdu.MunitionLiveEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.LiveEntityDetonationPdu.MunitionLiveEntityId.set -> void +OpenDisNet.Pdus.LiveEntityDetonationPdu.MunitionOrientation.get -> OpenDisNet.Pdus.LiveEntityOrientation16! +OpenDisNet.Pdus.LiveEntityDetonationPdu.MunitionOrientation.set -> void +OpenDisNet.Pdus.LiveEntityDetonationPdu.TargetLiveEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.LiveEntityDetonationPdu.TargetLiveEntityId.set -> void +OpenDisNet.Pdus.LiveEntityDetonationPdu.Velocity.get -> OpenDisNet.Pdus.LiveEntityLinearVelocity! +OpenDisNet.Pdus.LiveEntityDetonationPdu.Velocity.set -> void +OpenDisNet.Pdus.LiveEntityDetonationPdu.WorldLocation.get -> OpenDisNet.Pdus.LiveEntityRelativeWorldCoordinates! +OpenDisNet.Pdus.LiveEntityDetonationPdu.WorldLocation.set -> void +OpenDisNet.Pdus.LiveEntityFamilyPdu +OpenDisNet.Pdus.LiveEntityFamilyPdu.LiveEntityFamilyPdu() -> void +OpenDisNet.Pdus.LiveEntityFirePdu +OpenDisNet.Pdus.LiveEntityFirePdu.EventId.get -> OpenDisNet.Pdus.EventIdentifier! +OpenDisNet.Pdus.LiveEntityFirePdu.EventId.set -> void +OpenDisNet.Pdus.LiveEntityFirePdu.FiringLiveEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.LiveEntityFirePdu.FiringLiveEntityId.set -> void +OpenDisNet.Pdus.LiveEntityFirePdu.Flags.get -> byte +OpenDisNet.Pdus.LiveEntityFirePdu.Flags.set -> void +OpenDisNet.Pdus.LiveEntityFirePdu.LiveEntityFirePdu() -> void +OpenDisNet.Pdus.LiveEntityFirePdu.Location.get -> OpenDisNet.Pdus.LiveEntityRelativeWorldCoordinates! +OpenDisNet.Pdus.LiveEntityFirePdu.Location.set -> void +OpenDisNet.Pdus.LiveEntityFirePdu.MunitionDescriptor.get -> OpenDisNet.Pdus.MunitionDescriptor! +OpenDisNet.Pdus.LiveEntityFirePdu.MunitionDescriptor.set -> void +OpenDisNet.Pdus.LiveEntityFirePdu.MunitionLiveEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.LiveEntityFirePdu.MunitionLiveEntityId.set -> void +OpenDisNet.Pdus.LiveEntityFirePdu.Range.get -> ushort +OpenDisNet.Pdus.LiveEntityFirePdu.Range.set -> void +OpenDisNet.Pdus.LiveEntityFirePdu.TargetLiveEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.LiveEntityFirePdu.TargetLiveEntityId.set -> void +OpenDisNet.Pdus.LiveEntityFirePdu.Velocity.get -> OpenDisNet.Pdus.LiveEntityLinearVelocity! +OpenDisNet.Pdus.LiveEntityFirePdu.Velocity.set -> void +OpenDisNet.Pdus.LiveEntityIdentifier +OpenDisNet.Pdus.LiveEntityIdentifier.EntityNumber.get -> ushort +OpenDisNet.Pdus.LiveEntityIdentifier.EntityNumber.set -> void +OpenDisNet.Pdus.LiveEntityIdentifier.LiveEntityIdentifier() -> void +OpenDisNet.Pdus.LiveEntityIdentifier.LiveSimulationAddress.get -> OpenDisNet.Pdus.LiveSimulationAddress! +OpenDisNet.Pdus.LiveEntityIdentifier.LiveSimulationAddress.set -> void +OpenDisNet.Pdus.LiveEntityLinearVelocity +OpenDisNet.Pdus.LiveEntityLinearVelocity.LiveEntityLinearVelocity() -> void +OpenDisNet.Pdus.LiveEntityLinearVelocity.XComponent.get -> ushort +OpenDisNet.Pdus.LiveEntityLinearVelocity.XComponent.set -> void +OpenDisNet.Pdus.LiveEntityLinearVelocity.YComponent.get -> ushort +OpenDisNet.Pdus.LiveEntityLinearVelocity.YComponent.set -> void +OpenDisNet.Pdus.LiveEntityLinearVelocity.ZComponent.get -> ushort +OpenDisNet.Pdus.LiveEntityLinearVelocity.ZComponent.set -> void +OpenDisNet.Pdus.LiveEntityOrientation +OpenDisNet.Pdus.LiveEntityOrientation.LiveEntityOrientation() -> void +OpenDisNet.Pdus.LiveEntityOrientation.Phi.get -> byte +OpenDisNet.Pdus.LiveEntityOrientation.Phi.set -> void +OpenDisNet.Pdus.LiveEntityOrientation.Psi.get -> byte +OpenDisNet.Pdus.LiveEntityOrientation.Psi.set -> void +OpenDisNet.Pdus.LiveEntityOrientation.Theta.get -> byte +OpenDisNet.Pdus.LiveEntityOrientation.Theta.set -> void +OpenDisNet.Pdus.LiveEntityOrientation16 +OpenDisNet.Pdus.LiveEntityOrientation16.LiveEntityOrientation16() -> void +OpenDisNet.Pdus.LiveEntityOrientation16.Phi.get -> ushort +OpenDisNet.Pdus.LiveEntityOrientation16.Phi.set -> void +OpenDisNet.Pdus.LiveEntityOrientation16.Psi.get -> ushort +OpenDisNet.Pdus.LiveEntityOrientation16.Psi.set -> void +OpenDisNet.Pdus.LiveEntityOrientation16.Theta.get -> ushort +OpenDisNet.Pdus.LiveEntityOrientation16.Theta.set -> void +OpenDisNet.Pdus.LiveEntityOrientationError +OpenDisNet.Pdus.LiveEntityOrientationError.AzimuthError.get -> ushort +OpenDisNet.Pdus.LiveEntityOrientationError.AzimuthError.set -> void +OpenDisNet.Pdus.LiveEntityOrientationError.ElevationError.get -> ushort +OpenDisNet.Pdus.LiveEntityOrientationError.ElevationError.set -> void +OpenDisNet.Pdus.LiveEntityOrientationError.LiveEntityOrientationError() -> void +OpenDisNet.Pdus.LiveEntityOrientationError.RotationError.get -> ushort +OpenDisNet.Pdus.LiveEntityOrientationError.RotationError.set -> void +OpenDisNet.Pdus.LiveEntityPositionError +OpenDisNet.Pdus.LiveEntityPositionError.HorizontalError.get -> ushort +OpenDisNet.Pdus.LiveEntityPositionError.HorizontalError.set -> void +OpenDisNet.Pdus.LiveEntityPositionError.LiveEntityPositionError() -> void +OpenDisNet.Pdus.LiveEntityPositionError.VerticalError.get -> ushort +OpenDisNet.Pdus.LiveEntityPositionError.VerticalError.set -> void +OpenDisNet.Pdus.LiveEntityRelativeWorldCoordinates +OpenDisNet.Pdus.LiveEntityRelativeWorldCoordinates.DeltaX.get -> ushort +OpenDisNet.Pdus.LiveEntityRelativeWorldCoordinates.DeltaX.set -> void +OpenDisNet.Pdus.LiveEntityRelativeWorldCoordinates.DeltaY.get -> ushort +OpenDisNet.Pdus.LiveEntityRelativeWorldCoordinates.DeltaY.set -> void +OpenDisNet.Pdus.LiveEntityRelativeWorldCoordinates.DeltaZ.get -> ushort +OpenDisNet.Pdus.LiveEntityRelativeWorldCoordinates.DeltaZ.set -> void +OpenDisNet.Pdus.LiveEntityRelativeWorldCoordinates.LiveEntityRelativeWorldCoordinates() -> void +OpenDisNet.Pdus.LiveEntityRelativeWorldCoordinates.ReferencePoint.get -> ushort +OpenDisNet.Pdus.LiveEntityRelativeWorldCoordinates.ReferencePoint.set -> void +OpenDisNet.Pdus.LiveSimulationAddress +OpenDisNet.Pdus.LiveSimulationAddress.LiveApplicationNumber.get -> byte +OpenDisNet.Pdus.LiveSimulationAddress.LiveApplicationNumber.set -> void +OpenDisNet.Pdus.LiveSimulationAddress.LiveSimulationAddress() -> void +OpenDisNet.Pdus.LiveSimulationAddress.LiveSiteNumber.get -> byte +OpenDisNet.Pdus.LiveSimulationAddress.LiveSiteNumber.set -> void +OpenDisNet.Pdus.LogisticsFamilyPdu +OpenDisNet.Pdus.LogisticsFamilyPdu.LogisticsFamilyPdu() -> void +OpenDisNet.Pdus.MineEmplacementTime +OpenDisNet.Pdus.MineEmplacementTime.Hour.get -> uint +OpenDisNet.Pdus.MineEmplacementTime.Hour.set -> void +OpenDisNet.Pdus.MineEmplacementTime.MineEmplacementTime() -> void +OpenDisNet.Pdus.MineEmplacementTime.TimePastTheHour.get -> uint +OpenDisNet.Pdus.MineEmplacementTime.TimePastTheHour.set -> void +OpenDisNet.Pdus.MineEntityIdentifier +OpenDisNet.Pdus.MineEntityIdentifier.MineEntityIdentifier() -> void +OpenDisNet.Pdus.MineEntityIdentifier.MineEntityNumber.get -> ushort +OpenDisNet.Pdus.MineEntityIdentifier.MineEntityNumber.set -> void +OpenDisNet.Pdus.MineEntityIdentifier.SimulationAddress.get -> OpenDisNet.Pdus.SimulationAddress! +OpenDisNet.Pdus.MineEntityIdentifier.SimulationAddress.set -> void +OpenDisNet.Pdus.MinefieldDataPdu +OpenDisNet.Pdus.MinefieldDataPdu.DataFilter.get -> OpenDisNet.Pdus.DataFilterRecord! +OpenDisNet.Pdus.MinefieldDataPdu.DataFilter.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.Fusing.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.MinefieldDataPdu.Fusing.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.GroundBurialDepthOffset.get -> float[]! +OpenDisNet.Pdus.MinefieldDataPdu.GroundBurialDepthOffset.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.MineEmplacementTime.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.MinefieldDataPdu.MineEmplacementTime.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.MineEntityNumber.get -> ushort[]! +OpenDisNet.Pdus.MinefieldDataPdu.MineEntityNumber.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.MinefieldDataPdu() -> void +OpenDisNet.Pdus.MinefieldDataPdu.MinefieldId.get -> OpenDisNet.Pdus.MinefieldIdentifier! +OpenDisNet.Pdus.MinefieldDataPdu.MinefieldId.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.MinefieldSequenceNumber.get -> ushort +OpenDisNet.Pdus.MinefieldDataPdu.MinefieldSequenceNumber.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.MineLocation.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.MinefieldDataPdu.MineLocation.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.MineOrientation.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.MinefieldDataPdu.MineOrientation.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.MineType.get -> OpenDisNet.Pdus.EntityType! +OpenDisNet.Pdus.MinefieldDataPdu.MineType.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.NumberOfPdus.get -> byte +OpenDisNet.Pdus.MinefieldDataPdu.NumberOfPdus.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.NumberOfTripDetonationWires.get -> byte[]! +OpenDisNet.Pdus.MinefieldDataPdu.NumberOfTripDetonationWires.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.NumberOfVertices.get -> byte[]! +OpenDisNet.Pdus.MinefieldDataPdu.NumberOfVertices.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.Padding.get -> byte +OpenDisNet.Pdus.MinefieldDataPdu.Padding.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.PaintScheme.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.MinefieldDataPdu.PaintScheme.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.PduSequenceNumber.get -> byte +OpenDisNet.Pdus.MinefieldDataPdu.PduSequenceNumber.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.Reflectance.get -> float[]! +OpenDisNet.Pdus.MinefieldDataPdu.Reflectance.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.RequestId.get -> byte +OpenDisNet.Pdus.MinefieldDataPdu.RequestId.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.RequestingEntityId.get -> OpenDisNet.Pdus.SimulationIdentifier! +OpenDisNet.Pdus.MinefieldDataPdu.RequestingEntityId.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.ScalarDetectionCoefficient.get -> byte[]! +OpenDisNet.Pdus.MinefieldDataPdu.ScalarDetectionCoefficient.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.SensorTypes.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.MinefieldDataPdu.SensorTypes.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.SnowBurialDepthOffset.get -> float[]! +OpenDisNet.Pdus.MinefieldDataPdu.SnowBurialDepthOffset.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.ThermalContrast.get -> float[]! +OpenDisNet.Pdus.MinefieldDataPdu.ThermalContrast.set -> void +OpenDisNet.Pdus.MinefieldDataPdu.WaterBurialDepthOffset.get -> float[]! +OpenDisNet.Pdus.MinefieldDataPdu.WaterBurialDepthOffset.set -> void +OpenDisNet.Pdus.MinefieldFamilyPdu +OpenDisNet.Pdus.MinefieldFamilyPdu.MinefieldFamilyPdu() -> void +OpenDisNet.Pdus.MinefieldIdentifier +OpenDisNet.Pdus.MinefieldIdentifier.MinefieldIdentifier() -> void +OpenDisNet.Pdus.MinefieldIdentifier.MinefieldNumber.get -> ushort +OpenDisNet.Pdus.MinefieldIdentifier.MinefieldNumber.set -> void +OpenDisNet.Pdus.MinefieldIdentifier.SimulationAddress.get -> OpenDisNet.Pdus.SimulationAddress! +OpenDisNet.Pdus.MinefieldIdentifier.SimulationAddress.set -> void +OpenDisNet.Pdus.MinefieldQueryPdu +OpenDisNet.Pdus.MinefieldQueryPdu.DataFilter.get -> OpenDisNet.Pdus.DataFilterRecord! +OpenDisNet.Pdus.MinefieldQueryPdu.DataFilter.set -> void +OpenDisNet.Pdus.MinefieldQueryPdu.MinefieldId.get -> OpenDisNet.Pdus.MinefieldIdentifier! +OpenDisNet.Pdus.MinefieldQueryPdu.MinefieldId.set -> void +OpenDisNet.Pdus.MinefieldQueryPdu.MinefieldQueryPdu() -> void +OpenDisNet.Pdus.MinefieldQueryPdu.Padding.get -> byte +OpenDisNet.Pdus.MinefieldQueryPdu.Padding.set -> void +OpenDisNet.Pdus.MinefieldQueryPdu.RequestedMineType.get -> OpenDisNet.Pdus.EntityType! +OpenDisNet.Pdus.MinefieldQueryPdu.RequestedMineType.set -> void +OpenDisNet.Pdus.MinefieldQueryPdu.RequestedPerimeterPoints.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.MinefieldQueryPdu.RequestedPerimeterPoints.set -> void +OpenDisNet.Pdus.MinefieldQueryPdu.RequestId.get -> byte +OpenDisNet.Pdus.MinefieldQueryPdu.RequestId.set -> void +OpenDisNet.Pdus.MinefieldQueryPdu.RequestingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.MinefieldQueryPdu.RequestingEntityId.set -> void +OpenDisNet.Pdus.MinefieldQueryPdu.SensorTypes.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.MinefieldQueryPdu.SensorTypes.set -> void +OpenDisNet.Pdus.MinefieldResponseNACKPdu +OpenDisNet.Pdus.MinefieldResponseNACKPdu.MinefieldId.get -> OpenDisNet.Pdus.MinefieldIdentifier! +OpenDisNet.Pdus.MinefieldResponseNACKPdu.MinefieldId.set -> void +OpenDisNet.Pdus.MinefieldResponseNACKPdu.MinefieldResponseNACKPdu() -> void +OpenDisNet.Pdus.MinefieldResponseNACKPdu.MissingPduSequenceNumbers.get -> byte[]! +OpenDisNet.Pdus.MinefieldResponseNACKPdu.MissingPduSequenceNumbers.set -> void +OpenDisNet.Pdus.MinefieldResponseNACKPdu.RequestId.get -> byte +OpenDisNet.Pdus.MinefieldResponseNACKPdu.RequestId.set -> void +OpenDisNet.Pdus.MinefieldResponseNACKPdu.RequestingEntityId.get -> OpenDisNet.Pdus.SimulationIdentifier! +OpenDisNet.Pdus.MinefieldResponseNACKPdu.RequestingEntityId.set -> void +OpenDisNet.Pdus.MinefieldSensorType +OpenDisNet.Pdus.MinefieldSensorType.MinefieldSensorType() -> void +OpenDisNet.Pdus.MinefieldSensorType.SensorType.get -> ushort +OpenDisNet.Pdus.MinefieldSensorType.SensorType.set -> void +OpenDisNet.Pdus.MinefieldStatePdu +OpenDisNet.Pdus.MinefieldStatePdu.Appearance.get -> OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap +OpenDisNet.Pdus.MinefieldStatePdu.Appearance.set -> void +OpenDisNet.Pdus.MinefieldStatePdu.ForceId.get -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Pdus.MinefieldStatePdu.ForceId.set -> void +OpenDisNet.Pdus.MinefieldStatePdu.MinefieldId.get -> OpenDisNet.Pdus.MinefieldIdentifier! +OpenDisNet.Pdus.MinefieldStatePdu.MinefieldId.set -> void +OpenDisNet.Pdus.MinefieldStatePdu.MinefieldLocation.get -> OpenDisNet.Pdus.Vector3Double! +OpenDisNet.Pdus.MinefieldStatePdu.MinefieldLocation.set -> void +OpenDisNet.Pdus.MinefieldStatePdu.MinefieldOrientation.get -> OpenDisNet.Pdus.EulerAngles! +OpenDisNet.Pdus.MinefieldStatePdu.MinefieldOrientation.set -> void +OpenDisNet.Pdus.MinefieldStatePdu.MinefieldSequence.get -> ushort +OpenDisNet.Pdus.MinefieldStatePdu.MinefieldSequence.set -> void +OpenDisNet.Pdus.MinefieldStatePdu.MinefieldStatePdu() -> void +OpenDisNet.Pdus.MinefieldStatePdu.MinefieldType.get -> OpenDisNet.Pdus.EntityType! +OpenDisNet.Pdus.MinefieldStatePdu.MinefieldType.set -> void +OpenDisNet.Pdus.MinefieldStatePdu.MineType.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.MinefieldStatePdu.MineType.set -> void +OpenDisNet.Pdus.MinefieldStatePdu.PerimeterPoints.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.MinefieldStatePdu.PerimeterPoints.set -> void +OpenDisNet.Pdus.MinefieldStatePdu.ProtocolMode.get -> OpenDisNet.Pdus.ProtocolMode! +OpenDisNet.Pdus.MinefieldStatePdu.ProtocolMode.set -> void +OpenDisNet.Pdus.Mode5InterrogatorBasicData +OpenDisNet.Pdus.Mode5InterrogatorBasicData.EntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.Mode5InterrogatorBasicData.EntityId.set -> void +OpenDisNet.Pdus.Mode5InterrogatorBasicData.Mode5InterrogatorBasicData() -> void +OpenDisNet.Pdus.Mode5InterrogatorBasicData.Mode5InterrogatorStatus.get -> byte +OpenDisNet.Pdus.Mode5InterrogatorBasicData.Mode5InterrogatorStatus.set -> void +OpenDisNet.Pdus.Mode5InterrogatorBasicData.Mode5MessageFormatsPresent.get -> uint +OpenDisNet.Pdus.Mode5InterrogatorBasicData.Mode5MessageFormatsPresent.set -> void +OpenDisNet.Pdus.Mode5InterrogatorBasicData.Padding.get -> byte +OpenDisNet.Pdus.Mode5InterrogatorBasicData.Padding.set -> void +OpenDisNet.Pdus.Mode5InterrogatorBasicData.Padding2.get -> ushort +OpenDisNet.Pdus.Mode5InterrogatorBasicData.Padding2.set -> void +OpenDisNet.Pdus.Mode5InterrogatorBasicData.Padding3.get -> ushort +OpenDisNet.Pdus.Mode5InterrogatorBasicData.Padding3.set -> void +OpenDisNet.Pdus.Mode5TransponderBasicData +OpenDisNet.Pdus.Mode5TransponderBasicData.EnhancedMode1.get -> ushort +OpenDisNet.Pdus.Mode5TransponderBasicData.EnhancedMode1.set -> void +OpenDisNet.Pdus.Mode5TransponderBasicData.FigureOfMerit.get -> byte +OpenDisNet.Pdus.Mode5TransponderBasicData.FigureOfMerit.set -> void +OpenDisNet.Pdus.Mode5TransponderBasicData.Mode5MessageFormatsPresent.get -> uint +OpenDisNet.Pdus.Mode5TransponderBasicData.Mode5MessageFormatsPresent.set -> void +OpenDisNet.Pdus.Mode5TransponderBasicData.Mode5Status.get -> ushort +OpenDisNet.Pdus.Mode5TransponderBasicData.Mode5Status.set -> void +OpenDisNet.Pdus.Mode5TransponderBasicData.Mode5TransponderBasicData() -> void +OpenDisNet.Pdus.Mode5TransponderBasicData.NationalOrigin.get -> ushort +OpenDisNet.Pdus.Mode5TransponderBasicData.NationalOrigin.set -> void +OpenDisNet.Pdus.Mode5TransponderBasicData.NavigationSource.get -> OpenDisNet.Enumerations.NavigationSource +OpenDisNet.Pdus.Mode5TransponderBasicData.NavigationSource.set -> void +OpenDisNet.Pdus.Mode5TransponderBasicData.Padding.get -> byte +OpenDisNet.Pdus.Mode5TransponderBasicData.Padding.set -> void +OpenDisNet.Pdus.Mode5TransponderBasicData.PersonalIdentificationNumber.get -> ushort +OpenDisNet.Pdus.Mode5TransponderBasicData.PersonalIdentificationNumber.set -> void +OpenDisNet.Pdus.Mode5TransponderBasicData.SupplementalData.get -> byte +OpenDisNet.Pdus.Mode5TransponderBasicData.SupplementalData.set -> void +OpenDisNet.Pdus.ModeSInterrogatorBasicData +OpenDisNet.Pdus.ModeSInterrogatorBasicData.ModeSInterrogatorBasicData() -> void +OpenDisNet.Pdus.ModeSInterrogatorBasicData.ModeSInterrogatorStatus.get -> byte +OpenDisNet.Pdus.ModeSInterrogatorBasicData.ModeSInterrogatorStatus.set -> void +OpenDisNet.Pdus.ModeSInterrogatorBasicData.ModeSLevelsPresent.get -> byte +OpenDisNet.Pdus.ModeSInterrogatorBasicData.ModeSLevelsPresent.set -> void +OpenDisNet.Pdus.ModeSInterrogatorBasicData.Padding.get -> byte +OpenDisNet.Pdus.ModeSInterrogatorBasicData.Padding.set -> void +OpenDisNet.Pdus.ModeSInterrogatorBasicData.Padding2.get -> byte +OpenDisNet.Pdus.ModeSInterrogatorBasicData.Padding2.set -> void +OpenDisNet.Pdus.ModeSInterrogatorBasicData.Padding3.get -> uint +OpenDisNet.Pdus.ModeSInterrogatorBasicData.Padding3.set -> void +OpenDisNet.Pdus.ModeSInterrogatorBasicData.Padding4.get -> uint +OpenDisNet.Pdus.ModeSInterrogatorBasicData.Padding4.set -> void +OpenDisNet.Pdus.ModeSInterrogatorBasicData.Padding5.get -> uint +OpenDisNet.Pdus.ModeSInterrogatorBasicData.Padding5.set -> void +OpenDisNet.Pdus.ModeSInterrogatorBasicData.Padding6.get -> uint +OpenDisNet.Pdus.ModeSInterrogatorBasicData.Padding6.set -> void +OpenDisNet.Pdus.ModeSInterrogatorBasicData.Padding7.get -> uint +OpenDisNet.Pdus.ModeSInterrogatorBasicData.Padding7.set -> void +OpenDisNet.Pdus.ModeSTransponderBasicData +OpenDisNet.Pdus.ModeSTransponderBasicData.AircraftAddress.get -> uint +OpenDisNet.Pdus.ModeSTransponderBasicData.AircraftAddress.set -> void +OpenDisNet.Pdus.ModeSTransponderBasicData.AircraftIdentification.get -> ulong +OpenDisNet.Pdus.ModeSTransponderBasicData.AircraftIdentification.set -> void +OpenDisNet.Pdus.ModeSTransponderBasicData.AircraftIdentificationType.get -> OpenDisNet.Enumerations.AircraftIdentificationType +OpenDisNet.Pdus.ModeSTransponderBasicData.AircraftIdentificationType.set -> void +OpenDisNet.Pdus.ModeSTransponderBasicData.AircraftPresentDomain.get -> OpenDisNet.Enumerations.AircraftPresentDomain +OpenDisNet.Pdus.ModeSTransponderBasicData.AircraftPresentDomain.set -> void +OpenDisNet.Pdus.ModeSTransponderBasicData.CapabilityReport.get -> OpenDisNet.Enumerations.CapabilityReport +OpenDisNet.Pdus.ModeSTransponderBasicData.CapabilityReport.set -> void +OpenDisNet.Pdus.ModeSTransponderBasicData.DapSource.get -> byte +OpenDisNet.Pdus.ModeSTransponderBasicData.DapSource.set -> void +OpenDisNet.Pdus.ModeSTransponderBasicData.ModeSAltitude.get -> ushort +OpenDisNet.Pdus.ModeSTransponderBasicData.ModeSAltitude.set -> void +OpenDisNet.Pdus.ModeSTransponderBasicData.ModeSLevelsPresent.get -> byte +OpenDisNet.Pdus.ModeSTransponderBasicData.ModeSLevelsPresent.set -> void +OpenDisNet.Pdus.ModeSTransponderBasicData.ModeSTransponderBasicData() -> void +OpenDisNet.Pdus.ModeSTransponderBasicData.ModeSTransponderStatus.get -> ushort +OpenDisNet.Pdus.ModeSTransponderBasicData.ModeSTransponderStatus.set -> void +OpenDisNet.Pdus.ModeSTransponderBasicData.Padding.get -> byte +OpenDisNet.Pdus.ModeSTransponderBasicData.Padding.set -> void +OpenDisNet.Pdus.ModeSTransponderBasicData.Padding2.get -> ushort +OpenDisNet.Pdus.ModeSTransponderBasicData.Padding2.set -> void +OpenDisNet.Pdus.ModulationParameters +OpenDisNet.Pdus.ModulationParameters.ModulationParameters() -> void +OpenDisNet.Pdus.ModulationParameters.RecordSpecificFields.get -> byte[]! +OpenDisNet.Pdus.ModulationParameters.RecordSpecificFields.set -> void +OpenDisNet.Pdus.ModulationType +OpenDisNet.Pdus.ModulationType.Detail.get -> ushort +OpenDisNet.Pdus.ModulationType.Detail.set -> void +OpenDisNet.Pdus.ModulationType.MajorModulation.get -> OpenDisNet.Enumerations.TransmitterMajorModulation +OpenDisNet.Pdus.ModulationType.MajorModulation.set -> void +OpenDisNet.Pdus.ModulationType.ModulationType() -> void +OpenDisNet.Pdus.ModulationType.RadioSystem.get -> OpenDisNet.Enumerations.TransmitterModulationTypeSystem +OpenDisNet.Pdus.ModulationType.RadioSystem.set -> void +OpenDisNet.Pdus.ModulationType.SpreadSpectrum.get -> ushort +OpenDisNet.Pdus.ModulationType.SpreadSpectrum.set -> void +OpenDisNet.Pdus.Munition +OpenDisNet.Pdus.Munition.Munition() -> void +OpenDisNet.Pdus.Munition.MunitionStatus.get -> OpenDisNet.Enumerations.MunitionExpendableStatus +OpenDisNet.Pdus.Munition.MunitionStatus.set -> void +OpenDisNet.Pdus.Munition.MunitionType.get -> OpenDisNet.Pdus.EntityType! +OpenDisNet.Pdus.Munition.MunitionType.set -> void +OpenDisNet.Pdus.Munition.Padding.get -> byte +OpenDisNet.Pdus.Munition.Padding.set -> void +OpenDisNet.Pdus.Munition.Quantity.get -> ushort +OpenDisNet.Pdus.Munition.Quantity.set -> void +OpenDisNet.Pdus.Munition.Station.get -> uint +OpenDisNet.Pdus.Munition.Station.set -> void +OpenDisNet.Pdus.MunitionDescriptor +OpenDisNet.Pdus.MunitionDescriptor.Fuse.get -> OpenDisNet.Enumerations.MunitionDescriptorFuse +OpenDisNet.Pdus.MunitionDescriptor.Fuse.set -> void +OpenDisNet.Pdus.MunitionDescriptor.MunitionDescriptor() -> void +OpenDisNet.Pdus.MunitionDescriptor.MunitionType.get -> OpenDisNet.Pdus.EntityType! +OpenDisNet.Pdus.MunitionDescriptor.MunitionType.set -> void +OpenDisNet.Pdus.MunitionDescriptor.Quantity.get -> ushort +OpenDisNet.Pdus.MunitionDescriptor.Quantity.set -> void +OpenDisNet.Pdus.MunitionDescriptor.Rate.get -> ushort +OpenDisNet.Pdus.MunitionDescriptor.Rate.set -> void +OpenDisNet.Pdus.MunitionDescriptor.Warhead.get -> OpenDisNet.Enumerations.MunitionDescriptorWarhead +OpenDisNet.Pdus.MunitionDescriptor.Warhead.set -> void +OpenDisNet.Pdus.MunitionReload +OpenDisNet.Pdus.MunitionReload.MaximumQuantity.get -> ushort +OpenDisNet.Pdus.MunitionReload.MaximumQuantity.set -> void +OpenDisNet.Pdus.MunitionReload.MaximumQuantityReloadTime.get -> uint +OpenDisNet.Pdus.MunitionReload.MaximumQuantityReloadTime.set -> void +OpenDisNet.Pdus.MunitionReload.MunitionReload() -> void +OpenDisNet.Pdus.MunitionReload.MunitionType.get -> OpenDisNet.Pdus.EntityType! +OpenDisNet.Pdus.MunitionReload.MunitionType.set -> void +OpenDisNet.Pdus.MunitionReload.StandardQuantity.get -> ushort +OpenDisNet.Pdus.MunitionReload.StandardQuantity.set -> void +OpenDisNet.Pdus.MunitionReload.StandardQuantityReloadTime.get -> uint +OpenDisNet.Pdus.MunitionReload.StandardQuantityReloadTime.set -> void +OpenDisNet.Pdus.MunitionReload.Station.get -> uint +OpenDisNet.Pdus.MunitionReload.Station.set -> void +OpenDisNet.Pdus.NamedLocationIdentification +OpenDisNet.Pdus.NamedLocationIdentification.NamedLocationIdentification() -> void +OpenDisNet.Pdus.NamedLocationIdentification.StationName.get -> OpenDisNet.Enumerations.IsPartOfStationName +OpenDisNet.Pdus.NamedLocationIdentification.StationName.set -> void +OpenDisNet.Pdus.NamedLocationIdentification.StationNumber.get -> ushort +OpenDisNet.Pdus.NamedLocationIdentification.StationNumber.set -> void +OpenDisNet.Pdus.ObjectIdentifier +OpenDisNet.Pdus.ObjectIdentifier.ObjectIdentifier() -> void +OpenDisNet.Pdus.ObjectIdentifier.ObjectNumber.get -> ushort +OpenDisNet.Pdus.ObjectIdentifier.ObjectNumber.set -> void +OpenDisNet.Pdus.ObjectIdentifier.SimulationAddress.get -> OpenDisNet.Pdus.SimulationAddress! +OpenDisNet.Pdus.ObjectIdentifier.SimulationAddress.set -> void +OpenDisNet.Pdus.ObjectType +OpenDisNet.Pdus.ObjectType.Category.get -> byte +OpenDisNet.Pdus.ObjectType.Category.set -> void +OpenDisNet.Pdus.ObjectType.Domain.get -> OpenDisNet.Enumerations.PlatformDomain +OpenDisNet.Pdus.ObjectType.Domain.set -> void +OpenDisNet.Pdus.ObjectType.ObjectKind.get -> OpenDisNet.Enumerations.ObjectKind +OpenDisNet.Pdus.ObjectType.ObjectKind.set -> void +OpenDisNet.Pdus.ObjectType.ObjectType() -> void +OpenDisNet.Pdus.ObjectType.SubCategory.get -> byte +OpenDisNet.Pdus.ObjectType.SubCategory.set -> void +OpenDisNet.Pdus.OwnershipStatusRecord +OpenDisNet.Pdus.OwnershipStatusRecord.EntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.OwnershipStatusRecord.EntityId.set -> void +OpenDisNet.Pdus.OwnershipStatusRecord.OwnershipStatus.get -> OpenDisNet.Enumerations.OwnershipStatus +OpenDisNet.Pdus.OwnershipStatusRecord.OwnershipStatus.set -> void +OpenDisNet.Pdus.OwnershipStatusRecord.OwnershipStatusRecord() -> void +OpenDisNet.Pdus.OwnershipStatusRecord.Padding.get -> byte +OpenDisNet.Pdus.OwnershipStatusRecord.Padding.set -> void +OpenDisNet.Pdus.Pdu +OpenDisNet.Pdus.Pdu.ExerciseId.get -> byte +OpenDisNet.Pdus.Pdu.ExerciseId.set -> void +OpenDisNet.Pdus.Pdu.Header.get -> OpenDisNet.Protocol.DisHeader +OpenDisNet.Pdus.Pdu.Initialize(byte pduType, byte protocolFamily) -> void +OpenDisNet.Pdus.Pdu.Length.get -> ushort +OpenDisNet.Pdus.Pdu.Length.set -> void +OpenDisNet.Pdus.Pdu.Pdu() -> void +OpenDisNet.Pdus.Pdu.PduType.get -> OpenDisNet.Protocol.PduType +OpenDisNet.Pdus.Pdu.PduType.set -> void +OpenDisNet.Pdus.Pdu.ProtocolFamily.get -> OpenDisNet.Protocol.ProtocolFamily +OpenDisNet.Pdus.Pdu.ProtocolFamily.set -> void +OpenDisNet.Pdus.Pdu.ProtocolVersion.get -> OpenDisNet.Protocol.DisProtocolVersion +OpenDisNet.Pdus.Pdu.ProtocolVersion.set -> void +OpenDisNet.Pdus.Pdu.Timestamp.get -> uint +OpenDisNet.Pdus.Pdu.Timestamp.set -> void +OpenDisNet.Pdus.PduBase +OpenDisNet.Pdus.PduBase.Padding.get -> byte +OpenDisNet.Pdus.PduBase.Padding.set -> void +OpenDisNet.Pdus.PduBase.PduBase() -> void +OpenDisNet.Pdus.PduBase.PduStatus.get -> OpenDisNet.Pdus.PduStatus! +OpenDisNet.Pdus.PduBase.PduStatus.set -> void +OpenDisNet.Pdus.PduFactory +OpenDisNet.Pdus.PduStatus +OpenDisNet.Pdus.PduStatus.PduStatus() -> void +OpenDisNet.Pdus.PduStatus.Value.get -> byte +OpenDisNet.Pdus.PduStatus.Value.set -> void +OpenDisNet.Pdus.PointObjectStatePdu +OpenDisNet.Pdus.PointObjectStatePdu.ForceId.get -> OpenDisNet.Enumerations.ForceId +OpenDisNet.Pdus.PointObjectStatePdu.ForceId.set -> void +OpenDisNet.Pdus.PointObjectStatePdu.GenerObjectAppearance.get -> OpenDisNet.Enumerations.ObjectStateAppearanceGeneral +OpenDisNet.Pdus.PointObjectStatePdu.GenerObjectAppearance.set -> void +OpenDisNet.Pdus.PointObjectStatePdu.Modifications.get -> OpenDisNet.Enumerations.ObjectStateModificationPointObject +OpenDisNet.Pdus.PointObjectStatePdu.Modifications.set -> void +OpenDisNet.Pdus.PointObjectStatePdu.ObjectId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.PointObjectStatePdu.ObjectId.set -> void +OpenDisNet.Pdus.PointObjectStatePdu.ObjectLocation.get -> OpenDisNet.Pdus.Vector3Double! +OpenDisNet.Pdus.PointObjectStatePdu.ObjectLocation.set -> void +OpenDisNet.Pdus.PointObjectStatePdu.ObjectOrientation.get -> OpenDisNet.Pdus.EulerAngles! +OpenDisNet.Pdus.PointObjectStatePdu.ObjectOrientation.set -> void +OpenDisNet.Pdus.PointObjectStatePdu.ObjectType.get -> OpenDisNet.Pdus.ObjectType! +OpenDisNet.Pdus.PointObjectStatePdu.ObjectType.set -> void +OpenDisNet.Pdus.PointObjectStatePdu.Pad2.get -> uint +OpenDisNet.Pdus.PointObjectStatePdu.Pad2.set -> void +OpenDisNet.Pdus.PointObjectStatePdu.Padding1.get -> ushort +OpenDisNet.Pdus.PointObjectStatePdu.Padding1.set -> void +OpenDisNet.Pdus.PointObjectStatePdu.PointObjectStatePdu() -> void +OpenDisNet.Pdus.PointObjectStatePdu.ReceivingId.get -> OpenDisNet.Pdus.SimulationAddress! +OpenDisNet.Pdus.PointObjectStatePdu.ReceivingId.set -> void +OpenDisNet.Pdus.PointObjectStatePdu.ReferencedObjectId.get -> OpenDisNet.Pdus.ObjectIdentifier! +OpenDisNet.Pdus.PointObjectStatePdu.ReferencedObjectId.set -> void +OpenDisNet.Pdus.PointObjectStatePdu.RequesterId.get -> OpenDisNet.Pdus.SimulationAddress! +OpenDisNet.Pdus.PointObjectStatePdu.RequesterId.set -> void +OpenDisNet.Pdus.PointObjectStatePdu.SpecificObjectAppearance.get -> uint +OpenDisNet.Pdus.PointObjectStatePdu.SpecificObjectAppearance.set -> void +OpenDisNet.Pdus.PointObjectStatePdu.UpdateNumber.get -> uint +OpenDisNet.Pdus.PointObjectStatePdu.UpdateNumber.set -> void +OpenDisNet.Pdus.PropulsionSystemData +OpenDisNet.Pdus.PropulsionSystemData.EngineRpm.get -> float +OpenDisNet.Pdus.PropulsionSystemData.EngineRpm.set -> void +OpenDisNet.Pdus.PropulsionSystemData.PowerSetting.get -> float +OpenDisNet.Pdus.PropulsionSystemData.PowerSetting.set -> void +OpenDisNet.Pdus.PropulsionSystemData.PropulsionSystemData() -> void +OpenDisNet.Pdus.ProtocolMode +OpenDisNet.Pdus.ProtocolMode.ProtocolMode() -> void +OpenDisNet.Pdus.ProtocolMode.ProtocolModeValue.get -> ushort +OpenDisNet.Pdus.ProtocolMode.ProtocolModeValue.set -> void +OpenDisNet.Pdus.RadioCommsHeader +OpenDisNet.Pdus.RadioCommsHeader.RadioCommsHeader() -> void +OpenDisNet.Pdus.RadioCommsHeader.RadioNumber.get -> ushort +OpenDisNet.Pdus.RadioCommsHeader.RadioNumber.set -> void +OpenDisNet.Pdus.RadioCommsHeader.RadioReferenceId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.RadioCommsHeader.RadioReferenceId.set -> void +OpenDisNet.Pdus.RadioCommunicationsFamilyPdu +OpenDisNet.Pdus.RadioCommunicationsFamilyPdu.RadioCommunicationsFamilyPdu() -> void +OpenDisNet.Pdus.RadioId +OpenDisNet.Pdus.RadioId.Deconstruct(out OpenDisNet.Pdus.EntityId! Entity, out ushort Number) -> void +OpenDisNet.Pdus.RadioId.Entity.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.RadioId.Entity.init -> void +OpenDisNet.Pdus.RadioId.Equals(OpenDisNet.Pdus.RadioId other) -> bool +OpenDisNet.Pdus.RadioId.Number.get -> ushort +OpenDisNet.Pdus.RadioId.Number.init -> void +OpenDisNet.Pdus.RadioId.RadioId() -> void +OpenDisNet.Pdus.RadioId.RadioId(OpenDisNet.Pdus.EntityId! Entity, ushort Number) -> void +OpenDisNet.Pdus.RadioIdentifier +OpenDisNet.Pdus.RadioIdentifier.ApplicationNumber.get -> ushort +OpenDisNet.Pdus.RadioIdentifier.ApplicationNumber.set -> void +OpenDisNet.Pdus.RadioIdentifier.RadioIdentifier() -> void +OpenDisNet.Pdus.RadioIdentifier.RadioNumber.get -> ushort +OpenDisNet.Pdus.RadioIdentifier.RadioNumber.set -> void +OpenDisNet.Pdus.RadioIdentifier.ReferenceNumber.get -> ushort +OpenDisNet.Pdus.RadioIdentifier.ReferenceNumber.set -> void +OpenDisNet.Pdus.RadioIdentifier.SiteNumber.get -> ushort +OpenDisNet.Pdus.RadioIdentifier.SiteNumber.set -> void +OpenDisNet.Pdus.RadioType +OpenDisNet.Pdus.RadioType.Category.get -> OpenDisNet.Enumerations.RadioCategory +OpenDisNet.Pdus.RadioType.Category.set -> void +OpenDisNet.Pdus.RadioType.Country.get -> OpenDisNet.Enumerations.Country +OpenDisNet.Pdus.RadioType.Country.set -> void +OpenDisNet.Pdus.RadioType.Domain.get -> byte +OpenDisNet.Pdus.RadioType.Domain.set -> void +OpenDisNet.Pdus.RadioType.EntityKind.get -> OpenDisNet.Enumerations.EntityKind +OpenDisNet.Pdus.RadioType.EntityKind.set -> void +OpenDisNet.Pdus.RadioType.Extra.get -> byte +OpenDisNet.Pdus.RadioType.Extra.set -> void +OpenDisNet.Pdus.RadioType.RadioType() -> void +OpenDisNet.Pdus.RadioType.Specific.get -> byte +OpenDisNet.Pdus.RadioType.Specific.set -> void +OpenDisNet.Pdus.RadioType.Subcategory.get -> OpenDisNet.Enumerations.RadioSubcategory +OpenDisNet.Pdus.RadioType.Subcategory.set -> void +OpenDisNet.Pdus.ReceiverPdu +OpenDisNet.Pdus.ReceiverPdu.Padding1.get -> ushort +OpenDisNet.Pdus.ReceiverPdu.Padding1.set -> void +OpenDisNet.Pdus.ReceiverPdu.RadioHeader.get -> OpenDisNet.Pdus.RadioCommsHeader! +OpenDisNet.Pdus.ReceiverPdu.RadioHeader.set -> void +OpenDisNet.Pdus.ReceiverPdu.ReceivedPower.get -> float +OpenDisNet.Pdus.ReceiverPdu.ReceivedPower.set -> void +OpenDisNet.Pdus.ReceiverPdu.ReceiverPdu() -> void +OpenDisNet.Pdus.ReceiverPdu.ReceiverState.get -> OpenDisNet.Enumerations.ReceiverReceiverState +OpenDisNet.Pdus.ReceiverPdu.ReceiverState.set -> void +OpenDisNet.Pdus.ReceiverPdu.TransmitterEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.ReceiverPdu.TransmitterEntityId.set -> void +OpenDisNet.Pdus.ReceiverPdu.TransmitterRadioId.get -> ushort +OpenDisNet.Pdus.ReceiverPdu.TransmitterRadioId.set -> void +OpenDisNet.Pdus.RecordQueryReliablePdu +OpenDisNet.Pdus.RecordQueryReliablePdu.EventType.get -> OpenDisNet.Enumerations.RecordQueryREventType +OpenDisNet.Pdus.RecordQueryReliablePdu.EventType.set -> void +OpenDisNet.Pdus.RecordQueryReliablePdu.Pad1.get -> byte +OpenDisNet.Pdus.RecordQueryReliablePdu.Pad1.set -> void +OpenDisNet.Pdus.RecordQueryReliablePdu.RecordIds.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.RecordQueryReliablePdu.RecordIds.set -> void +OpenDisNet.Pdus.RecordQueryReliablePdu.RecordQueryReliablePdu() -> void +OpenDisNet.Pdus.RecordQueryReliablePdu.RequestId.get -> uint +OpenDisNet.Pdus.RecordQueryReliablePdu.RequestId.set -> void +OpenDisNet.Pdus.RecordQueryReliablePdu.RequiredReliabilityService.get -> OpenDisNet.Enumerations.RequiredReliabilityService +OpenDisNet.Pdus.RecordQueryReliablePdu.RequiredReliabilityService.set -> void +OpenDisNet.Pdus.RecordQueryReliablePdu.Time.get -> uint +OpenDisNet.Pdus.RecordQueryReliablePdu.Time.set -> void +OpenDisNet.Pdus.RecordQuerySpecification +OpenDisNet.Pdus.RecordQuerySpecification.RecordIds.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.RecordQuerySpecification.RecordIds.set -> void +OpenDisNet.Pdus.RecordQuerySpecification.RecordQuerySpecification() -> void +OpenDisNet.Pdus.RecordReliablePdu +OpenDisNet.Pdus.RecordReliablePdu.EventType.get -> OpenDisNet.Enumerations.RecordREventType +OpenDisNet.Pdus.RecordReliablePdu.EventType.set -> void +OpenDisNet.Pdus.RecordReliablePdu.Pad1.get -> byte +OpenDisNet.Pdus.RecordReliablePdu.Pad1.set -> void +OpenDisNet.Pdus.RecordReliablePdu.RecordReliablePdu() -> void +OpenDisNet.Pdus.RecordReliablePdu.RecordSets.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.RecordReliablePdu.RecordSets.set -> void +OpenDisNet.Pdus.RecordReliablePdu.RequestId.get -> uint +OpenDisNet.Pdus.RecordReliablePdu.RequestId.set -> void +OpenDisNet.Pdus.RecordReliablePdu.RequiredReliabilityService.get -> OpenDisNet.Enumerations.RequiredReliabilityService +OpenDisNet.Pdus.RecordReliablePdu.RequiredReliabilityService.set -> void +OpenDisNet.Pdus.RecordSpecification +OpenDisNet.Pdus.RecordSpecification.RecordSets.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.RecordSpecification.RecordSets.set -> void +OpenDisNet.Pdus.RecordSpecification.RecordSpecification() -> void +OpenDisNet.Pdus.RecordSpecificationElement +OpenDisNet.Pdus.RecordSpecificationElement.Padding.get -> uint +OpenDisNet.Pdus.RecordSpecificationElement.Padding.set -> void +OpenDisNet.Pdus.RecordSpecificationElement.RecordCount.get -> ushort +OpenDisNet.Pdus.RecordSpecificationElement.RecordCount.set -> void +OpenDisNet.Pdus.RecordSpecificationElement.RecordId.get -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Pdus.RecordSpecificationElement.RecordId.set -> void +OpenDisNet.Pdus.RecordSpecificationElement.RecordLength.get -> ushort +OpenDisNet.Pdus.RecordSpecificationElement.RecordLength.set -> void +OpenDisNet.Pdus.RecordSpecificationElement.RecordSetSerialNumber.get -> uint +OpenDisNet.Pdus.RecordSpecificationElement.RecordSetSerialNumber.set -> void +OpenDisNet.Pdus.RecordSpecificationElement.RecordSpecificationElement() -> void +OpenDisNet.Pdus.RecordSpecificationElement.RecordValues.get -> byte[]! +OpenDisNet.Pdus.RecordSpecificationElement.RecordValues.set -> void +OpenDisNet.Pdus.Relationship +OpenDisNet.Pdus.Relationship.Nature.get -> OpenDisNet.Enumerations.IsPartOfNature +OpenDisNet.Pdus.Relationship.Nature.set -> void +OpenDisNet.Pdus.Relationship.Position.get -> OpenDisNet.Enumerations.IsPartOfPosition +OpenDisNet.Pdus.Relationship.Position.set -> void +OpenDisNet.Pdus.Relationship.Relationship() -> void +OpenDisNet.Pdus.RemoveEntityPdu +OpenDisNet.Pdus.RemoveEntityPdu.RemoveEntityPdu() -> void +OpenDisNet.Pdus.RemoveEntityPdu.RequestId.get -> uint +OpenDisNet.Pdus.RemoveEntityPdu.RequestId.set -> void +OpenDisNet.Pdus.RemoveEntityReliablePdu +OpenDisNet.Pdus.RemoveEntityReliablePdu.Pad1.get -> byte +OpenDisNet.Pdus.RemoveEntityReliablePdu.Pad1.set -> void +OpenDisNet.Pdus.RemoveEntityReliablePdu.Pad2.get -> ushort +OpenDisNet.Pdus.RemoveEntityReliablePdu.Pad2.set -> void +OpenDisNet.Pdus.RemoveEntityReliablePdu.RemoveEntityReliablePdu() -> void +OpenDisNet.Pdus.RemoveEntityReliablePdu.RequestId.get -> uint +OpenDisNet.Pdus.RemoveEntityReliablePdu.RequestId.set -> void +OpenDisNet.Pdus.RemoveEntityReliablePdu.RequiredReliabilityService.get -> OpenDisNet.Enumerations.RequiredReliabilityService +OpenDisNet.Pdus.RemoveEntityReliablePdu.RequiredReliabilityService.set -> void +OpenDisNet.Pdus.RepairCompletePdu +OpenDisNet.Pdus.RepairCompletePdu.Padding4.get -> ushort +OpenDisNet.Pdus.RepairCompletePdu.Padding4.set -> void +OpenDisNet.Pdus.RepairCompletePdu.ReceivingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.RepairCompletePdu.ReceivingEntityId.set -> void +OpenDisNet.Pdus.RepairCompletePdu.Repair.get -> OpenDisNet.Enumerations.RepairCompleteRepair +OpenDisNet.Pdus.RepairCompletePdu.Repair.set -> void +OpenDisNet.Pdus.RepairCompletePdu.RepairCompletePdu() -> void +OpenDisNet.Pdus.RepairCompletePdu.RepairingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.RepairCompletePdu.RepairingEntityId.set -> void +OpenDisNet.Pdus.RepairResponsePdu +OpenDisNet.Pdus.RepairResponsePdu.Padding1.get -> byte +OpenDisNet.Pdus.RepairResponsePdu.Padding1.set -> void +OpenDisNet.Pdus.RepairResponsePdu.Padding2.get -> ushort +OpenDisNet.Pdus.RepairResponsePdu.Padding2.set -> void +OpenDisNet.Pdus.RepairResponsePdu.ReceivingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.RepairResponsePdu.ReceivingEntityId.set -> void +OpenDisNet.Pdus.RepairResponsePdu.RepairingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.RepairResponsePdu.RepairingEntityId.set -> void +OpenDisNet.Pdus.RepairResponsePdu.RepairResponsePdu() -> void +OpenDisNet.Pdus.RepairResponsePdu.RepairResult.get -> OpenDisNet.Enumerations.RepairResponseRepairResult +OpenDisNet.Pdus.RepairResponsePdu.RepairResult.set -> void +OpenDisNet.Pdus.RequestID +OpenDisNet.Pdus.RequestID.RequestID() -> void +OpenDisNet.Pdus.RequestID.RequestId.get -> uint +OpenDisNet.Pdus.RequestID.RequestId.set -> void +OpenDisNet.Pdus.ResupplyCancelPdu +OpenDisNet.Pdus.ResupplyCancelPdu.ReceivingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.ResupplyCancelPdu.ReceivingEntityId.set -> void +OpenDisNet.Pdus.ResupplyCancelPdu.ResupplyCancelPdu() -> void +OpenDisNet.Pdus.ResupplyCancelPdu.SupplyingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.ResupplyCancelPdu.SupplyingEntityId.set -> void +OpenDisNet.Pdus.ResupplyOfferPdu +OpenDisNet.Pdus.ResupplyOfferPdu.Padding1.get -> byte +OpenDisNet.Pdus.ResupplyOfferPdu.Padding1.set -> void +OpenDisNet.Pdus.ResupplyOfferPdu.Padding2.get -> ushort +OpenDisNet.Pdus.ResupplyOfferPdu.Padding2.set -> void +OpenDisNet.Pdus.ResupplyOfferPdu.ReceivingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.ResupplyOfferPdu.ReceivingEntityId.set -> void +OpenDisNet.Pdus.ResupplyOfferPdu.ResupplyOfferPdu() -> void +OpenDisNet.Pdus.ResupplyOfferPdu.Supplies.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.ResupplyOfferPdu.Supplies.set -> void +OpenDisNet.Pdus.ResupplyOfferPdu.SupplyingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.ResupplyOfferPdu.SupplyingEntityId.set -> void +OpenDisNet.Pdus.ResupplyReceivedPdu +OpenDisNet.Pdus.ResupplyReceivedPdu.Padding1.get -> byte +OpenDisNet.Pdus.ResupplyReceivedPdu.Padding1.set -> void +OpenDisNet.Pdus.ResupplyReceivedPdu.Padding2.get -> ushort +OpenDisNet.Pdus.ResupplyReceivedPdu.Padding2.set -> void +OpenDisNet.Pdus.ResupplyReceivedPdu.ReceivingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.ResupplyReceivedPdu.ReceivingEntityId.set -> void +OpenDisNet.Pdus.ResupplyReceivedPdu.ResupplyReceivedPdu() -> void +OpenDisNet.Pdus.ResupplyReceivedPdu.Supplies.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.ResupplyReceivedPdu.Supplies.set -> void +OpenDisNet.Pdus.ResupplyReceivedPdu.SupplyingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.ResupplyReceivedPdu.SupplyingEntityId.set -> void +OpenDisNet.Pdus.SecondaryOperationalData +OpenDisNet.Pdus.SecondaryOperationalData.NumberOfIFFFundamentalParameterRecords.get -> ushort +OpenDisNet.Pdus.SecondaryOperationalData.NumberOfIFFFundamentalParameterRecords.set -> void +OpenDisNet.Pdus.SecondaryOperationalData.OperationalData1.get -> byte +OpenDisNet.Pdus.SecondaryOperationalData.OperationalData1.set -> void +OpenDisNet.Pdus.SecondaryOperationalData.OperationalData2.get -> byte +OpenDisNet.Pdus.SecondaryOperationalData.OperationalData2.set -> void +OpenDisNet.Pdus.SecondaryOperationalData.SecondaryOperationalData() -> void +OpenDisNet.Pdus.Sensor +OpenDisNet.Pdus.Sensor.Padding.get -> ushort +OpenDisNet.Pdus.Sensor.Padding.set -> void +OpenDisNet.Pdus.Sensor.Quantity.get -> ushort +OpenDisNet.Pdus.Sensor.Quantity.set -> void +OpenDisNet.Pdus.Sensor.Sensor() -> void +OpenDisNet.Pdus.Sensor.SensorOnOffStatus.get -> OpenDisNet.Enumerations.SensorOnOffStatus +OpenDisNet.Pdus.Sensor.SensorOnOffStatus.set -> void +OpenDisNet.Pdus.Sensor.SensorType.get -> ushort +OpenDisNet.Pdus.Sensor.SensorType.set -> void +OpenDisNet.Pdus.Sensor.SensorTypeSource.get -> OpenDisNet.Enumerations.SensorTypeSource +OpenDisNet.Pdus.Sensor.SensorTypeSource.set -> void +OpenDisNet.Pdus.Sensor.Station.get -> uint +OpenDisNet.Pdus.Sensor.Station.set -> void +OpenDisNet.Pdus.SeparationVP +OpenDisNet.Pdus.SeparationVP.Padding1.get -> byte +OpenDisNet.Pdus.SeparationVP.Padding1.set -> void +OpenDisNet.Pdus.SeparationVP.Padding2.get -> ushort +OpenDisNet.Pdus.SeparationVP.Padding2.set -> void +OpenDisNet.Pdus.SeparationVP.ParentEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.SeparationVP.ParentEntityId.set -> void +OpenDisNet.Pdus.SeparationVP.PreEntityIndicator.get -> OpenDisNet.Enumerations.SeparationVpPreEntityIndicator +OpenDisNet.Pdus.SeparationVP.PreEntityIndicator.set -> void +OpenDisNet.Pdus.SeparationVP.ReasonForSeparation.get -> OpenDisNet.Enumerations.SeparationVpReasonforSeparation +OpenDisNet.Pdus.SeparationVP.ReasonForSeparation.set -> void +OpenDisNet.Pdus.SeparationVP.RecordType.get -> OpenDisNet.Enumerations.VariableParameterRecordType +OpenDisNet.Pdus.SeparationVP.RecordType.set -> void +OpenDisNet.Pdus.SeparationVP.SeparationVP() -> void +OpenDisNet.Pdus.SeparationVP.StationLocation.get -> OpenDisNet.Pdus.NamedLocationIdentification! +OpenDisNet.Pdus.SeparationVP.StationLocation.set -> void +OpenDisNet.Pdus.ServiceRequestPdu +OpenDisNet.Pdus.ServiceRequestPdu.Padding1.get -> ushort +OpenDisNet.Pdus.ServiceRequestPdu.Padding1.set -> void +OpenDisNet.Pdus.ServiceRequestPdu.RequestingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.ServiceRequestPdu.RequestingEntityId.set -> void +OpenDisNet.Pdus.ServiceRequestPdu.ServiceRequestPdu() -> void +OpenDisNet.Pdus.ServiceRequestPdu.ServiceTypeRequested.get -> OpenDisNet.Enumerations.ServiceRequestServiceTypeRequested +OpenDisNet.Pdus.ServiceRequestPdu.ServiceTypeRequested.set -> void +OpenDisNet.Pdus.ServiceRequestPdu.ServicingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.ServiceRequestPdu.ServicingEntityId.set -> void +OpenDisNet.Pdus.ServiceRequestPdu.Supplies.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.ServiceRequestPdu.Supplies.set -> void +OpenDisNet.Pdus.SetDataPdu +OpenDisNet.Pdus.SetDataPdu.FixedDatums.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.SetDataPdu.FixedDatums.set -> void +OpenDisNet.Pdus.SetDataPdu.Padding1.get -> uint +OpenDisNet.Pdus.SetDataPdu.Padding1.set -> void +OpenDisNet.Pdus.SetDataPdu.RequestId.get -> uint +OpenDisNet.Pdus.SetDataPdu.RequestId.set -> void +OpenDisNet.Pdus.SetDataPdu.SetDataPdu() -> void +OpenDisNet.Pdus.SetDataPdu.VariableDatums.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.SetDataPdu.VariableDatums.set -> void +OpenDisNet.Pdus.SetDataReliablePdu +OpenDisNet.Pdus.SetDataReliablePdu.FixedDatumRecords.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.SetDataReliablePdu.FixedDatumRecords.set -> void +OpenDisNet.Pdus.SetDataReliablePdu.Pad1.get -> byte +OpenDisNet.Pdus.SetDataReliablePdu.Pad1.set -> void +OpenDisNet.Pdus.SetDataReliablePdu.Pad2.get -> ushort +OpenDisNet.Pdus.SetDataReliablePdu.Pad2.set -> void +OpenDisNet.Pdus.SetDataReliablePdu.RequestId.get -> uint +OpenDisNet.Pdus.SetDataReliablePdu.RequestId.set -> void +OpenDisNet.Pdus.SetDataReliablePdu.RequiredReliabilityService.get -> OpenDisNet.Enumerations.RequiredReliabilityService +OpenDisNet.Pdus.SetDataReliablePdu.RequiredReliabilityService.set -> void +OpenDisNet.Pdus.SetDataReliablePdu.SetDataReliablePdu() -> void +OpenDisNet.Pdus.SetDataReliablePdu.VariableDatumRecords.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.SetDataReliablePdu.VariableDatumRecords.set -> void +OpenDisNet.Pdus.SetRecordReliablePdu +OpenDisNet.Pdus.SetRecordReliablePdu.Pad1.get -> byte +OpenDisNet.Pdus.SetRecordReliablePdu.Pad1.set -> void +OpenDisNet.Pdus.SetRecordReliablePdu.Pad2.get -> ushort +OpenDisNet.Pdus.SetRecordReliablePdu.Pad2.set -> void +OpenDisNet.Pdus.SetRecordReliablePdu.Pad3.get -> uint +OpenDisNet.Pdus.SetRecordReliablePdu.Pad3.set -> void +OpenDisNet.Pdus.SetRecordReliablePdu.RecordSets.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.SetRecordReliablePdu.RecordSets.set -> void +OpenDisNet.Pdus.SetRecordReliablePdu.RequestId.get -> uint +OpenDisNet.Pdus.SetRecordReliablePdu.RequestId.set -> void +OpenDisNet.Pdus.SetRecordReliablePdu.RequiredReliabilityService.get -> OpenDisNet.Enumerations.RequiredReliabilityService +OpenDisNet.Pdus.SetRecordReliablePdu.RequiredReliabilityService.set -> void +OpenDisNet.Pdus.SetRecordReliablePdu.SetRecordReliablePdu() -> void +OpenDisNet.Pdus.ShaftRPM +OpenDisNet.Pdus.ShaftRPM.CurrentRPM.get -> ushort +OpenDisNet.Pdus.ShaftRPM.CurrentRPM.set -> void +OpenDisNet.Pdus.ShaftRPM.OrderedRPM.get -> ushort +OpenDisNet.Pdus.ShaftRPM.OrderedRPM.set -> void +OpenDisNet.Pdus.ShaftRPM.RPMrateOfChange.get -> int +OpenDisNet.Pdus.ShaftRPM.RPMrateOfChange.set -> void +OpenDisNet.Pdus.ShaftRPM.ShaftRPM() -> void +OpenDisNet.Pdus.SignalEncodingScheme +OpenDisNet.Pdus.SignalEncodingScheme.AudioType.get -> OpenDisNet.Enumerations.SignalEncodingType +OpenDisNet.Pdus.SignalEncodingScheme.Class.get -> OpenDisNet.Enumerations.SignalEncodingClass +OpenDisNet.Pdus.SignalEncodingScheme.Deconstruct(out ushort Value) -> void +OpenDisNet.Pdus.SignalEncodingScheme.Equals(OpenDisNet.Pdus.SignalEncodingScheme other) -> bool +OpenDisNet.Pdus.SignalEncodingScheme.SignalEncodingScheme() -> void +OpenDisNet.Pdus.SignalEncodingScheme.SignalEncodingScheme(ushort Value) -> void +OpenDisNet.Pdus.SignalEncodingScheme.TypeOrMessageCount.get -> ushort +OpenDisNet.Pdus.SignalEncodingScheme.Value.get -> ushort +OpenDisNet.Pdus.SignalEncodingScheme.Value.init -> void +OpenDisNet.Pdus.SignalEncodingScheme.WithClass(OpenDisNet.Enumerations.SignalEncodingClass encodingClass) -> OpenDisNet.Pdus.SignalEncodingScheme +OpenDisNet.Pdus.SignalEncodingScheme.WithTypeOrMessageCount(ushort value) -> OpenDisNet.Pdus.SignalEncodingScheme +OpenDisNet.Pdus.SignalPdu +OpenDisNet.Pdus.SignalPdu.Data.get -> byte[]! +OpenDisNet.Pdus.SignalPdu.Data.set -> void +OpenDisNet.Pdus.SignalPdu.DataBitLength.get -> ushort +OpenDisNet.Pdus.SignalPdu.DataBitLength.set -> void +OpenDisNet.Pdus.SignalPdu.EncodingScheme.get -> OpenDisNet.Pdus.SignalEncodingScheme +OpenDisNet.Pdus.SignalPdu.EncodingScheme.set -> void +OpenDisNet.Pdus.SignalPdu.Radio.get -> OpenDisNet.Pdus.RadioId +OpenDisNet.Pdus.SignalPdu.Radio.set -> void +OpenDisNet.Pdus.SignalPdu.RadioHeader.get -> OpenDisNet.Pdus.RadioCommsHeader! +OpenDisNet.Pdus.SignalPdu.RadioHeader.set -> void +OpenDisNet.Pdus.SignalPdu.SampleCount.get -> ushort +OpenDisNet.Pdus.SignalPdu.SampleCount.set -> void +OpenDisNet.Pdus.SignalPdu.SampleRate.get -> uint +OpenDisNet.Pdus.SignalPdu.SampleRate.set -> void +OpenDisNet.Pdus.SignalPdu.SetData(System.ReadOnlySpan data, int? meaningfulBitLength = null) -> void +OpenDisNet.Pdus.SignalPdu.SignalPdu() -> void +OpenDisNet.Pdus.SignalPdu.TdlType.get -> OpenDisNet.Enumerations.SignalTdlType +OpenDisNet.Pdus.SignalPdu.TdlType.set -> void +OpenDisNet.Pdus.SilentEntitySystem +OpenDisNet.Pdus.SilentEntitySystem.AppearanceRecordList.get -> uint[]! +OpenDisNet.Pdus.SilentEntitySystem.AppearanceRecordList.set -> void +OpenDisNet.Pdus.SilentEntitySystem.EntityType.get -> OpenDisNet.Pdus.EntityType! +OpenDisNet.Pdus.SilentEntitySystem.EntityType.set -> void +OpenDisNet.Pdus.SilentEntitySystem.NumberOfEntities.get -> ushort +OpenDisNet.Pdus.SilentEntitySystem.NumberOfEntities.set -> void +OpenDisNet.Pdus.SilentEntitySystem.SilentEntitySystem() -> void +OpenDisNet.Pdus.SimulationAddress +OpenDisNet.Pdus.SimulationAddress.Application.get -> ushort +OpenDisNet.Pdus.SimulationAddress.Application.set -> void +OpenDisNet.Pdus.SimulationAddress.SimulationAddress() -> void +OpenDisNet.Pdus.SimulationAddress.Site.get -> ushort +OpenDisNet.Pdus.SimulationAddress.Site.set -> void +OpenDisNet.Pdus.SimulationIdentifier +OpenDisNet.Pdus.SimulationIdentifier.ReferenceNumber.get -> ushort +OpenDisNet.Pdus.SimulationIdentifier.ReferenceNumber.set -> void +OpenDisNet.Pdus.SimulationIdentifier.SimulationAddress.get -> OpenDisNet.Pdus.SimulationAddress! +OpenDisNet.Pdus.SimulationIdentifier.SimulationAddress.set -> void +OpenDisNet.Pdus.SimulationIdentifier.SimulationIdentifier() -> void +OpenDisNet.Pdus.SimulationManagementFamilyPdu +OpenDisNet.Pdus.SimulationManagementFamilyPdu.OriginatingId.get -> OpenDisNet.Pdus.SimulationIdentifier! +OpenDisNet.Pdus.SimulationManagementFamilyPdu.OriginatingId.set -> void +OpenDisNet.Pdus.SimulationManagementFamilyPdu.ReceivingId.get -> OpenDisNet.Pdus.SimulationIdentifier! +OpenDisNet.Pdus.SimulationManagementFamilyPdu.ReceivingId.set -> void +OpenDisNet.Pdus.SimulationManagementFamilyPdu.SimulationManagementFamilyPdu() -> void +OpenDisNet.Pdus.SimulationManagementWithReliabilityFamilyPdu +OpenDisNet.Pdus.SimulationManagementWithReliabilityFamilyPdu.OriginatingId.get -> OpenDisNet.Pdus.SimulationIdentifier! +OpenDisNet.Pdus.SimulationManagementWithReliabilityFamilyPdu.OriginatingId.set -> void +OpenDisNet.Pdus.SimulationManagementWithReliabilityFamilyPdu.ReceivingId.get -> OpenDisNet.Pdus.SimulationIdentifier! +OpenDisNet.Pdus.SimulationManagementWithReliabilityFamilyPdu.ReceivingId.set -> void +OpenDisNet.Pdus.SimulationManagementWithReliabilityFamilyPdu.SimulationManagementWithReliabilityFamilyPdu() -> void +OpenDisNet.Pdus.StandardVariableRecord +OpenDisNet.Pdus.StandardVariableRecord.RecordSpecificFields.get -> byte[]! +OpenDisNet.Pdus.StandardVariableRecord.RecordSpecificFields.set -> void +OpenDisNet.Pdus.StandardVariableRecord.RecordType.get -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Pdus.StandardVariableRecord.RecordType.set -> void +OpenDisNet.Pdus.StandardVariableRecord.StandardVariableRecord() -> void +OpenDisNet.Pdus.StandardVariableSpecification +OpenDisNet.Pdus.StandardVariableSpecification.NumberOfStandardVariableRecords.get -> ushort +OpenDisNet.Pdus.StandardVariableSpecification.NumberOfStandardVariableRecords.set -> void +OpenDisNet.Pdus.StandardVariableSpecification.StandardVariables.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.StandardVariableSpecification.StandardVariables.set -> void +OpenDisNet.Pdus.StandardVariableSpecification.StandardVariableSpecification() -> void +OpenDisNet.Pdus.StartResumePdu +OpenDisNet.Pdus.StartResumePdu.RealWorldTime.get -> OpenDisNet.Pdus.ClockTime! +OpenDisNet.Pdus.StartResumePdu.RealWorldTime.set -> void +OpenDisNet.Pdus.StartResumePdu.RequestId.get -> uint +OpenDisNet.Pdus.StartResumePdu.RequestId.set -> void +OpenDisNet.Pdus.StartResumePdu.SimulationTime.get -> OpenDisNet.Pdus.ClockTime! +OpenDisNet.Pdus.StartResumePdu.SimulationTime.set -> void +OpenDisNet.Pdus.StartResumePdu.StartResumePdu() -> void +OpenDisNet.Pdus.StartResumeReliablePdu +OpenDisNet.Pdus.StartResumeReliablePdu.Pad1.get -> byte +OpenDisNet.Pdus.StartResumeReliablePdu.Pad1.set -> void +OpenDisNet.Pdus.StartResumeReliablePdu.Pad2.get -> ushort +OpenDisNet.Pdus.StartResumeReliablePdu.Pad2.set -> void +OpenDisNet.Pdus.StartResumeReliablePdu.RealWorldTime.get -> OpenDisNet.Pdus.ClockTime! +OpenDisNet.Pdus.StartResumeReliablePdu.RealWorldTime.set -> void +OpenDisNet.Pdus.StartResumeReliablePdu.RequestId.get -> uint +OpenDisNet.Pdus.StartResumeReliablePdu.RequestId.set -> void +OpenDisNet.Pdus.StartResumeReliablePdu.RequiredReliabilityService.get -> OpenDisNet.Enumerations.RequiredReliabilityService +OpenDisNet.Pdus.StartResumeReliablePdu.RequiredReliabilityService.set -> void +OpenDisNet.Pdus.StartResumeReliablePdu.SimulationTime.get -> OpenDisNet.Pdus.ClockTime! +OpenDisNet.Pdus.StartResumeReliablePdu.SimulationTime.set -> void +OpenDisNet.Pdus.StartResumeReliablePdu.StartResumeReliablePdu() -> void +OpenDisNet.Pdus.StopFreezePdu +OpenDisNet.Pdus.StopFreezePdu.FrozenBehavior.get -> OpenDisNet.Enumerations.StopFreezeFrozenBehavior +OpenDisNet.Pdus.StopFreezePdu.FrozenBehavior.set -> void +OpenDisNet.Pdus.StopFreezePdu.Padding1.get -> ushort +OpenDisNet.Pdus.StopFreezePdu.Padding1.set -> void +OpenDisNet.Pdus.StopFreezePdu.RealWorldTime.get -> OpenDisNet.Pdus.ClockTime! +OpenDisNet.Pdus.StopFreezePdu.RealWorldTime.set -> void +OpenDisNet.Pdus.StopFreezePdu.Reason.get -> OpenDisNet.Enumerations.StopFreezeReason +OpenDisNet.Pdus.StopFreezePdu.Reason.set -> void +OpenDisNet.Pdus.StopFreezePdu.RequestId.get -> uint +OpenDisNet.Pdus.StopFreezePdu.RequestId.set -> void +OpenDisNet.Pdus.StopFreezePdu.StopFreezePdu() -> void +OpenDisNet.Pdus.StopFreezeReliablePdu +OpenDisNet.Pdus.StopFreezeReliablePdu.FrozenBehavior.get -> OpenDisNet.Enumerations.StopFreezeFrozenBehavior +OpenDisNet.Pdus.StopFreezeReliablePdu.FrozenBehavior.set -> void +OpenDisNet.Pdus.StopFreezeReliablePdu.Pad1.get -> byte +OpenDisNet.Pdus.StopFreezeReliablePdu.Pad1.set -> void +OpenDisNet.Pdus.StopFreezeReliablePdu.RealWorldTime.get -> OpenDisNet.Pdus.ClockTime! +OpenDisNet.Pdus.StopFreezeReliablePdu.RealWorldTime.set -> void +OpenDisNet.Pdus.StopFreezeReliablePdu.Reason.get -> OpenDisNet.Enumerations.StopFreezeReason +OpenDisNet.Pdus.StopFreezeReliablePdu.Reason.set -> void +OpenDisNet.Pdus.StopFreezeReliablePdu.RequestId.get -> uint +OpenDisNet.Pdus.StopFreezeReliablePdu.RequestId.set -> void +OpenDisNet.Pdus.StopFreezeReliablePdu.RequiredReliabilityService.get -> OpenDisNet.Enumerations.RequiredReliabilityService +OpenDisNet.Pdus.StopFreezeReliablePdu.RequiredReliabilityService.set -> void +OpenDisNet.Pdus.StopFreezeReliablePdu.StopFreezeReliablePdu() -> void +OpenDisNet.Pdus.StorageFuel +OpenDisNet.Pdus.StorageFuel.FuelLocation.get -> OpenDisNet.Enumerations.FuelLocation +OpenDisNet.Pdus.StorageFuel.FuelLocation.set -> void +OpenDisNet.Pdus.StorageFuel.FuelMeasurementUnits.get -> OpenDisNet.Enumerations.FuelMeasurementUnits +OpenDisNet.Pdus.StorageFuel.FuelMeasurementUnits.set -> void +OpenDisNet.Pdus.StorageFuel.FuelQuantity.get -> uint +OpenDisNet.Pdus.StorageFuel.FuelQuantity.set -> void +OpenDisNet.Pdus.StorageFuel.FuelType.get -> OpenDisNet.Enumerations.SupplyFuelType +OpenDisNet.Pdus.StorageFuel.FuelType.set -> void +OpenDisNet.Pdus.StorageFuel.Padding.get -> byte +OpenDisNet.Pdus.StorageFuel.Padding.set -> void +OpenDisNet.Pdus.StorageFuel.StorageFuel() -> void +OpenDisNet.Pdus.StorageFuelReload +OpenDisNet.Pdus.StorageFuelReload.FuelLocation.get -> OpenDisNet.Enumerations.FuelLocation +OpenDisNet.Pdus.StorageFuelReload.FuelLocation.set -> void +OpenDisNet.Pdus.StorageFuelReload.FuelMeasurementUnits.get -> OpenDisNet.Enumerations.FuelMeasurementUnits +OpenDisNet.Pdus.StorageFuelReload.FuelMeasurementUnits.set -> void +OpenDisNet.Pdus.StorageFuelReload.FuelType.get -> OpenDisNet.Enumerations.SupplyFuelType +OpenDisNet.Pdus.StorageFuelReload.FuelType.set -> void +OpenDisNet.Pdus.StorageFuelReload.MaximumQuantity.get -> uint +OpenDisNet.Pdus.StorageFuelReload.MaximumQuantity.set -> void +OpenDisNet.Pdus.StorageFuelReload.MaximumQuantityReloadTime.get -> uint +OpenDisNet.Pdus.StorageFuelReload.MaximumQuantityReloadTime.set -> void +OpenDisNet.Pdus.StorageFuelReload.Padding.get -> byte +OpenDisNet.Pdus.StorageFuelReload.Padding.set -> void +OpenDisNet.Pdus.StorageFuelReload.StandardQuantity.get -> uint +OpenDisNet.Pdus.StorageFuelReload.StandardQuantity.set -> void +OpenDisNet.Pdus.StorageFuelReload.StandardQuantityReloadTime.get -> uint +OpenDisNet.Pdus.StorageFuelReload.StandardQuantityReloadTime.set -> void +OpenDisNet.Pdus.StorageFuelReload.StorageFuelReload() -> void +OpenDisNet.Pdus.SupplementalEmissionEntityStatePdu +OpenDisNet.Pdus.SupplementalEmissionEntityStatePdu.AcousticSignatureRepresentationIndex.get -> ushort +OpenDisNet.Pdus.SupplementalEmissionEntityStatePdu.AcousticSignatureRepresentationIndex.set -> void +OpenDisNet.Pdus.SupplementalEmissionEntityStatePdu.InfraredSignatureRepresentationIndex.get -> ushort +OpenDisNet.Pdus.SupplementalEmissionEntityStatePdu.InfraredSignatureRepresentationIndex.set -> void +OpenDisNet.Pdus.SupplementalEmissionEntityStatePdu.OrginatingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.SupplementalEmissionEntityStatePdu.OrginatingEntityId.set -> void +OpenDisNet.Pdus.SupplementalEmissionEntityStatePdu.PropulsionSystemData.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.SupplementalEmissionEntityStatePdu.PropulsionSystemData.set -> void +OpenDisNet.Pdus.SupplementalEmissionEntityStatePdu.RadarCrossSectionSignatureRepresentationIndex.get -> ushort +OpenDisNet.Pdus.SupplementalEmissionEntityStatePdu.RadarCrossSectionSignatureRepresentationIndex.set -> void +OpenDisNet.Pdus.SupplementalEmissionEntityStatePdu.SupplementalEmissionEntityStatePdu() -> void +OpenDisNet.Pdus.SupplementalEmissionEntityStatePdu.VectoringSystemData.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.SupplementalEmissionEntityStatePdu.VectoringSystemData.set -> void +OpenDisNet.Pdus.SupplyQuantity +OpenDisNet.Pdus.SupplyQuantity.Quantity.get -> float +OpenDisNet.Pdus.SupplyQuantity.Quantity.set -> void +OpenDisNet.Pdus.SupplyQuantity.SupplyQuantity() -> void +OpenDisNet.Pdus.SupplyQuantity.SupplyType.get -> OpenDisNet.Pdus.EntityType! +OpenDisNet.Pdus.SupplyQuantity.SupplyType.set -> void +OpenDisNet.Pdus.SyntheticEnvironmentFamilyPdu +OpenDisNet.Pdus.SyntheticEnvironmentFamilyPdu.SyntheticEnvironmentFamilyPdu() -> void +OpenDisNet.Pdus.SystemIdentifier +OpenDisNet.Pdus.SystemIdentifier.ChangeOptions.get -> OpenDisNet.Pdus.ChangeOptions! +OpenDisNet.Pdus.SystemIdentifier.ChangeOptions.set -> void +OpenDisNet.Pdus.SystemIdentifier.SystemIdentifier() -> void +OpenDisNet.Pdus.SystemIdentifier.SystemMode.get -> OpenDisNet.Enumerations.IffSystemMode +OpenDisNet.Pdus.SystemIdentifier.SystemMode.set -> void +OpenDisNet.Pdus.SystemIdentifier.SystemName.get -> OpenDisNet.Enumerations.IffSystemName +OpenDisNet.Pdus.SystemIdentifier.SystemName.set -> void +OpenDisNet.Pdus.SystemIdentifier.SystemType.get -> OpenDisNet.Enumerations.IffSystemType +OpenDisNet.Pdus.SystemIdentifier.SystemType.set -> void +OpenDisNet.Pdus.TimeSpacePositionInformationPdu +OpenDisNet.Pdus.TimeSpacePositionInformationPdu.DeadReckoningParameters.get -> OpenDisNet.Pdus.LiveDeadReckoningParameters! +OpenDisNet.Pdus.TimeSpacePositionInformationPdu.DeadReckoningParameters.set -> void +OpenDisNet.Pdus.TimeSpacePositionInformationPdu.EntityLinearVelocity.get -> OpenDisNet.Pdus.LiveEntityLinearVelocity! +OpenDisNet.Pdus.TimeSpacePositionInformationPdu.EntityLinearVelocity.set -> void +OpenDisNet.Pdus.TimeSpacePositionInformationPdu.EntityLocation.get -> OpenDisNet.Pdus.LiveEntityRelativeWorldCoordinates! +OpenDisNet.Pdus.TimeSpacePositionInformationPdu.EntityLocation.set -> void +OpenDisNet.Pdus.TimeSpacePositionInformationPdu.EntityOrientation.get -> OpenDisNet.Pdus.LiveEntityOrientation! +OpenDisNet.Pdus.TimeSpacePositionInformationPdu.EntityOrientation.set -> void +OpenDisNet.Pdus.TimeSpacePositionInformationPdu.LiveEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.TimeSpacePositionInformationPdu.LiveEntityId.set -> void +OpenDisNet.Pdus.TimeSpacePositionInformationPdu.MeasuredSpeed.get -> ushort +OpenDisNet.Pdus.TimeSpacePositionInformationPdu.MeasuredSpeed.set -> void +OpenDisNet.Pdus.TimeSpacePositionInformationPdu.OrientationError.get -> OpenDisNet.Pdus.LiveEntityOrientationError! +OpenDisNet.Pdus.TimeSpacePositionInformationPdu.OrientationError.set -> void +OpenDisNet.Pdus.TimeSpacePositionInformationPdu.PositionError.get -> OpenDisNet.Pdus.LiveEntityPositionError! +OpenDisNet.Pdus.TimeSpacePositionInformationPdu.PositionError.set -> void +OpenDisNet.Pdus.TimeSpacePositionInformationPdu.SystemSpecificData.get -> byte[]! +OpenDisNet.Pdus.TimeSpacePositionInformationPdu.SystemSpecificData.set -> void +OpenDisNet.Pdus.TimeSpacePositionInformationPdu.TimeSpacePositionInformationPdu() -> void +OpenDisNet.Pdus.TimeSpacePositionInformationPdu.TSPIFlag.get -> byte +OpenDisNet.Pdus.TimeSpacePositionInformationPdu.TSPIFlag.set -> void +OpenDisNet.Pdus.TotalRecordSets +OpenDisNet.Pdus.TotalRecordSets.Padding.get -> ushort +OpenDisNet.Pdus.TotalRecordSets.Padding.set -> void +OpenDisNet.Pdus.TotalRecordSets.TotalRecordSets() -> void +OpenDisNet.Pdus.TotalRecordSets.TotalRecordSetsValue.get -> ushort +OpenDisNet.Pdus.TotalRecordSets.TotalRecordSetsValue.set -> void +OpenDisNet.Pdus.TrackJamData +OpenDisNet.Pdus.TrackJamData.BeamNumber.get -> byte +OpenDisNet.Pdus.TrackJamData.BeamNumber.set -> void +OpenDisNet.Pdus.TrackJamData.EmitterNumber.get -> byte +OpenDisNet.Pdus.TrackJamData.EmitterNumber.set -> void +OpenDisNet.Pdus.TrackJamData.EntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.TrackJamData.EntityId.set -> void +OpenDisNet.Pdus.TrackJamData.TrackJamData() -> void +OpenDisNet.Pdus.TransferOwnershipPdu +OpenDisNet.Pdus.TransferOwnershipPdu.OriginatingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.TransferOwnershipPdu.OriginatingEntityId.set -> void +OpenDisNet.Pdus.TransferOwnershipPdu.ReceivingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.TransferOwnershipPdu.ReceivingEntityId.set -> void +OpenDisNet.Pdus.TransferOwnershipPdu.RecordSets.get -> OpenDisNet.Pdus.RecordSpecification! +OpenDisNet.Pdus.TransferOwnershipPdu.RecordSets.set -> void +OpenDisNet.Pdus.TransferOwnershipPdu.RequestId.get -> uint +OpenDisNet.Pdus.TransferOwnershipPdu.RequestId.set -> void +OpenDisNet.Pdus.TransferOwnershipPdu.RequiredReliabilityService.get -> OpenDisNet.Enumerations.RequiredReliabilityService +OpenDisNet.Pdus.TransferOwnershipPdu.RequiredReliabilityService.set -> void +OpenDisNet.Pdus.TransferOwnershipPdu.TransferEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.TransferOwnershipPdu.TransferEntityId.set -> void +OpenDisNet.Pdus.TransferOwnershipPdu.TransferOwnershipPdu() -> void +OpenDisNet.Pdus.TransferOwnershipPdu.TransferType.get -> OpenDisNet.Enumerations.TransferControlTransferType +OpenDisNet.Pdus.TransferOwnershipPdu.TransferType.set -> void +OpenDisNet.Pdus.TransmitterPdu +OpenDisNet.Pdus.TransmitterPdu.AntennaLocation.get -> OpenDisNet.Pdus.Vector3Double! +OpenDisNet.Pdus.TransmitterPdu.AntennaLocation.set -> void +OpenDisNet.Pdus.TransmitterPdu.AntennaPatternParameters.get -> byte[]! +OpenDisNet.Pdus.TransmitterPdu.AntennaPatternParameters.set -> void +OpenDisNet.Pdus.TransmitterPdu.AntennaPatternType.get -> OpenDisNet.Enumerations.TransmitterAntennaPatternType +OpenDisNet.Pdus.TransmitterPdu.AntennaPatternType.set -> void +OpenDisNet.Pdus.TransmitterPdu.CryptoKeyId.get -> ushort +OpenDisNet.Pdus.TransmitterPdu.CryptoKeyId.set -> void +OpenDisNet.Pdus.TransmitterPdu.CryptoSystem.get -> OpenDisNet.Enumerations.TransmitterCryptoSystem +OpenDisNet.Pdus.TransmitterPdu.CryptoSystem.set -> void +OpenDisNet.Pdus.TransmitterPdu.Frequency.get -> ulong +OpenDisNet.Pdus.TransmitterPdu.Frequency.set -> void +OpenDisNet.Pdus.TransmitterPdu.InputSource.get -> OpenDisNet.Enumerations.TransmitterInputSource +OpenDisNet.Pdus.TransmitterPdu.InputSource.set -> void +OpenDisNet.Pdus.TransmitterPdu.ModulationParameters.get -> byte[]! +OpenDisNet.Pdus.TransmitterPdu.ModulationParameters.set -> void +OpenDisNet.Pdus.TransmitterPdu.ModulationType.get -> OpenDisNet.Pdus.ModulationType! +OpenDisNet.Pdus.TransmitterPdu.ModulationType.set -> void +OpenDisNet.Pdus.TransmitterPdu.Padding1.get -> byte +OpenDisNet.Pdus.TransmitterPdu.Padding1.set -> void +OpenDisNet.Pdus.TransmitterPdu.Padding2.get -> ushort +OpenDisNet.Pdus.TransmitterPdu.Padding2.set -> void +OpenDisNet.Pdus.TransmitterPdu.Power.get -> float +OpenDisNet.Pdus.TransmitterPdu.Power.set -> void +OpenDisNet.Pdus.TransmitterPdu.RadioEntityType.get -> OpenDisNet.Pdus.RadioType! +OpenDisNet.Pdus.TransmitterPdu.RadioEntityType.set -> void +OpenDisNet.Pdus.TransmitterPdu.RadioHeader.get -> OpenDisNet.Pdus.RadioCommsHeader! +OpenDisNet.Pdus.TransmitterPdu.RadioHeader.set -> void +OpenDisNet.Pdus.TransmitterPdu.RelativeAntennaLocation.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.TransmitterPdu.RelativeAntennaLocation.set -> void +OpenDisNet.Pdus.TransmitterPdu.TransmitFrequencyBandwidth.get -> float +OpenDisNet.Pdus.TransmitterPdu.TransmitFrequencyBandwidth.set -> void +OpenDisNet.Pdus.TransmitterPdu.TransmitState.get -> OpenDisNet.Enumerations.TransmitterTransmitState +OpenDisNet.Pdus.TransmitterPdu.TransmitState.set -> void +OpenDisNet.Pdus.TransmitterPdu.TransmitterPdu() -> void +OpenDisNet.Pdus.TransmitterPdu.VariableTransmitterParameters.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.TransmitterPdu.VariableTransmitterParameters.set -> void +OpenDisNet.Pdus.UABeam +OpenDisNet.Pdus.UABeam.BeamDataLength.get -> byte +OpenDisNet.Pdus.UABeam.BeamDataLength.set -> void +OpenDisNet.Pdus.UABeam.BeamNumber.get -> byte +OpenDisNet.Pdus.UABeam.BeamNumber.set -> void +OpenDisNet.Pdus.UABeam.FundamentalParameterData.get -> OpenDisNet.Pdus.UAFundamentalParameter! +OpenDisNet.Pdus.UABeam.FundamentalParameterData.set -> void +OpenDisNet.Pdus.UABeam.Padding.get -> ushort +OpenDisNet.Pdus.UABeam.Padding.set -> void +OpenDisNet.Pdus.UABeam.UABeam() -> void +OpenDisNet.Pdus.UAEmitter +OpenDisNet.Pdus.UAEmitter.AcousticEmitter.get -> OpenDisNet.Pdus.AcousticEmitter! +OpenDisNet.Pdus.UAEmitter.AcousticEmitter.set -> void +OpenDisNet.Pdus.UAEmitter.Beams.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.UAEmitter.Beams.set -> void +OpenDisNet.Pdus.UAEmitter.Location.get -> OpenDisNet.Pdus.Vector3Float! +OpenDisNet.Pdus.UAEmitter.Location.set -> void +OpenDisNet.Pdus.UAEmitter.Padding.get -> ushort +OpenDisNet.Pdus.UAEmitter.Padding.set -> void +OpenDisNet.Pdus.UAEmitter.SystemDataLength.get -> byte +OpenDisNet.Pdus.UAEmitter.SystemDataLength.set -> void +OpenDisNet.Pdus.UAEmitter.UAEmitter() -> void +OpenDisNet.Pdus.UAFundamentalParameter +OpenDisNet.Pdus.UAFundamentalParameter.ActiveEmissionParameterIndex.get -> OpenDisNet.Enumerations.UaActiveEmissionParameterIndex +OpenDisNet.Pdus.UAFundamentalParameter.ActiveEmissionParameterIndex.set -> void +OpenDisNet.Pdus.UAFundamentalParameter.AzimuthalBeamwidthHorizontal.get -> float +OpenDisNet.Pdus.UAFundamentalParameter.AzimuthalBeamwidthHorizontal.set -> void +OpenDisNet.Pdus.UAFundamentalParameter.BeamCenterAzimuthHorizontal.get -> float +OpenDisNet.Pdus.UAFundamentalParameter.BeamCenterAzimuthHorizontal.set -> void +OpenDisNet.Pdus.UAFundamentalParameter.BeamCenterDepressionElevation.get -> float +OpenDisNet.Pdus.UAFundamentalParameter.BeamCenterDepressionElevation.set -> void +OpenDisNet.Pdus.UAFundamentalParameter.DepressionElevationBeamWidth.get -> float +OpenDisNet.Pdus.UAFundamentalParameter.DepressionElevationBeamWidth.set -> void +OpenDisNet.Pdus.UAFundamentalParameter.ScanPattern.get -> OpenDisNet.Enumerations.UaScanPattern +OpenDisNet.Pdus.UAFundamentalParameter.ScanPattern.set -> void +OpenDisNet.Pdus.UAFundamentalParameter.UAFundamentalParameter() -> void +OpenDisNet.Pdus.UnattachedIdentifier +OpenDisNet.Pdus.UnattachedIdentifier.ReferenceNumber.get -> ushort +OpenDisNet.Pdus.UnattachedIdentifier.ReferenceNumber.set -> void +OpenDisNet.Pdus.UnattachedIdentifier.SimulationAddress.get -> OpenDisNet.Pdus.SimulationAddress! +OpenDisNet.Pdus.UnattachedIdentifier.SimulationAddress.set -> void +OpenDisNet.Pdus.UnattachedIdentifier.UnattachedIdentifier() -> void +OpenDisNet.Pdus.UnderwaterAcousticPdu +OpenDisNet.Pdus.UnderwaterAcousticPdu.ApaData.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.UnderwaterAcousticPdu.ApaData.set -> void +OpenDisNet.Pdus.UnderwaterAcousticPdu.EmitterSystems.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.UnderwaterAcousticPdu.EmitterSystems.set -> void +OpenDisNet.Pdus.UnderwaterAcousticPdu.EmittingEntityId.get -> OpenDisNet.Pdus.EntityId! +OpenDisNet.Pdus.UnderwaterAcousticPdu.EmittingEntityId.set -> void +OpenDisNet.Pdus.UnderwaterAcousticPdu.EventId.get -> OpenDisNet.Pdus.EventIdentifier! +OpenDisNet.Pdus.UnderwaterAcousticPdu.EventId.set -> void +OpenDisNet.Pdus.UnderwaterAcousticPdu.Pad.get -> byte +OpenDisNet.Pdus.UnderwaterAcousticPdu.Pad.set -> void +OpenDisNet.Pdus.UnderwaterAcousticPdu.PassiveParameterIndex.get -> OpenDisNet.Enumerations.UaPassiveParameterIndex +OpenDisNet.Pdus.UnderwaterAcousticPdu.PassiveParameterIndex.set -> void +OpenDisNet.Pdus.UnderwaterAcousticPdu.PropulsionPlantConfiguration.get -> byte +OpenDisNet.Pdus.UnderwaterAcousticPdu.PropulsionPlantConfiguration.set -> void +OpenDisNet.Pdus.UnderwaterAcousticPdu.ShaftRPMs.get -> System.Collections.Generic.List! +OpenDisNet.Pdus.UnderwaterAcousticPdu.ShaftRPMs.set -> void +OpenDisNet.Pdus.UnderwaterAcousticPdu.StateChangeIndicator.get -> OpenDisNet.Enumerations.UaStateChangeUpdateIndicator +OpenDisNet.Pdus.UnderwaterAcousticPdu.StateChangeIndicator.set -> void +OpenDisNet.Pdus.UnderwaterAcousticPdu.UnderwaterAcousticPdu() -> void +OpenDisNet.Pdus.UnknownPdu +OpenDisNet.Pdus.UnknownPdu.$() -> OpenDisNet.Pdus.UnknownPdu! +OpenDisNet.Pdus.UnknownPdu.Body.get -> System.ReadOnlyMemory +OpenDisNet.Pdus.UnknownPdu.Body.init -> void +OpenDisNet.Pdus.UnknownPdu.Deconstruct(out OpenDisNet.Protocol.DisHeader Header, out System.ReadOnlyMemory Body) -> void +OpenDisNet.Pdus.UnknownPdu.Equals(OpenDisNet.Pdus.UnknownPdu? other) -> bool +OpenDisNet.Pdus.UnknownPdu.Header.get -> OpenDisNet.Protocol.DisHeader +OpenDisNet.Pdus.UnknownPdu.Header.init -> void +OpenDisNet.Pdus.UnknownPdu.UnknownPdu(OpenDisNet.Protocol.DisHeader Header, System.ReadOnlyMemory Body) -> void +OpenDisNet.Pdus.UnsignedDISInteger +OpenDisNet.Pdus.UnsignedDISInteger.UnsignedDISInteger() -> void +OpenDisNet.Pdus.UnsignedDISInteger.Val.get -> uint +OpenDisNet.Pdus.UnsignedDISInteger.Val.set -> void +OpenDisNet.Pdus.VariableDatum +OpenDisNet.Pdus.VariableDatum.VariableDatum() -> void +OpenDisNet.Pdus.VariableDatum.VariableDatumId.get -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Pdus.VariableDatum.VariableDatumId.set -> void +OpenDisNet.Pdus.VariableDatum.VariableDatumLength.get -> uint +OpenDisNet.Pdus.VariableDatum.VariableDatumLength.set -> void +OpenDisNet.Pdus.VariableDatum.VariableDatumValue.get -> byte[]! +OpenDisNet.Pdus.VariableDatum.VariableDatumValue.set -> void +OpenDisNet.Pdus.VariableParameter +OpenDisNet.Pdus.VariableParameter.RecordSpecificFields.get -> byte[]! +OpenDisNet.Pdus.VariableParameter.RecordSpecificFields.set -> void +OpenDisNet.Pdus.VariableParameter.RecordType.get -> OpenDisNet.Enumerations.VariableParameterRecordType +OpenDisNet.Pdus.VariableParameter.RecordType.set -> void +OpenDisNet.Pdus.VariableParameter.VariableParameter() -> void +OpenDisNet.Pdus.VariableTransmitterParameters +OpenDisNet.Pdus.VariableTransmitterParameters.RecordLength.get -> ushort +OpenDisNet.Pdus.VariableTransmitterParameters.RecordLength.set -> void +OpenDisNet.Pdus.VariableTransmitterParameters.RecordSpecificFields.get -> byte[]! +OpenDisNet.Pdus.VariableTransmitterParameters.RecordSpecificFields.set -> void +OpenDisNet.Pdus.VariableTransmitterParameters.RecordType.get -> OpenDisNet.Enumerations.VariableRecordType +OpenDisNet.Pdus.VariableTransmitterParameters.RecordType.set -> void +OpenDisNet.Pdus.VariableTransmitterParameters.VariableTransmitterParameters() -> void +OpenDisNet.Pdus.Vector2Float +OpenDisNet.Pdus.Vector2Float.Vector2Float() -> void +OpenDisNet.Pdus.Vector2Float.X.get -> float +OpenDisNet.Pdus.Vector2Float.X.set -> void +OpenDisNet.Pdus.Vector2Float.Y.get -> float +OpenDisNet.Pdus.Vector2Float.Y.set -> void +OpenDisNet.Pdus.Vector3Double +OpenDisNet.Pdus.Vector3Double.Vector3Double() -> void +OpenDisNet.Pdus.Vector3Double.X.get -> double +OpenDisNet.Pdus.Vector3Double.X.set -> void +OpenDisNet.Pdus.Vector3Double.Y.get -> double +OpenDisNet.Pdus.Vector3Double.Y.set -> void +OpenDisNet.Pdus.Vector3Double.Z.get -> double +OpenDisNet.Pdus.Vector3Double.Z.set -> void +OpenDisNet.Pdus.Vector3Float +OpenDisNet.Pdus.Vector3Float.Vector3Float() -> void +OpenDisNet.Pdus.Vector3Float.X.get -> float +OpenDisNet.Pdus.Vector3Float.X.set -> void +OpenDisNet.Pdus.Vector3Float.Y.get -> float +OpenDisNet.Pdus.Vector3Float.Y.set -> void +OpenDisNet.Pdus.Vector3Float.Z.get -> float +OpenDisNet.Pdus.Vector3Float.Z.set -> void +OpenDisNet.Pdus.VectoringNozzleSystem +OpenDisNet.Pdus.VectoringNozzleSystem.HorizontalDeflectionAngle.get -> float +OpenDisNet.Pdus.VectoringNozzleSystem.HorizontalDeflectionAngle.set -> void +OpenDisNet.Pdus.VectoringNozzleSystem.VectoringNozzleSystem() -> void +OpenDisNet.Pdus.VectoringNozzleSystem.VerticalDeflectionAngle.get -> float +OpenDisNet.Pdus.VectoringNozzleSystem.VerticalDeflectionAngle.set -> void +OpenDisNet.Pdus.WarfareFamilyPdu +OpenDisNet.Pdus.WarfareFamilyPdu.WarfareFamilyPdu() -> void +OpenDisNet.Protocol.DisHeader +OpenDisNet.Protocol.DisHeader.Deconstruct(out OpenDisNet.Protocol.DisProtocolVersion ProtocolVersion, out byte ExerciseId, out OpenDisNet.Protocol.PduType PduType, out OpenDisNet.Protocol.ProtocolFamily ProtocolFamily, out uint Timestamp, out ushort Length, out byte PduStatus, out byte Padding) -> void +OpenDisNet.Protocol.DisHeader.DisHeader() -> void +OpenDisNet.Protocol.DisHeader.DisHeader(OpenDisNet.Protocol.DisProtocolVersion ProtocolVersion, byte ExerciseId, OpenDisNet.Protocol.PduType PduType, OpenDisNet.Protocol.ProtocolFamily ProtocolFamily, uint Timestamp, ushort Length, byte PduStatus, byte Padding) -> void +OpenDisNet.Protocol.DisHeader.EncodedSize.get -> int +OpenDisNet.Protocol.DisHeader.Equals(OpenDisNet.Protocol.DisHeader other) -> bool +OpenDisNet.Protocol.DisHeader.ExerciseId.get -> byte +OpenDisNet.Protocol.DisHeader.ExerciseId.init -> void +OpenDisNet.Protocol.DisHeader.Length.get -> ushort +OpenDisNet.Protocol.DisHeader.Length.init -> void +OpenDisNet.Protocol.DisHeader.Padding.get -> byte +OpenDisNet.Protocol.DisHeader.Padding.init -> void +OpenDisNet.Protocol.DisHeader.PduStatus.get -> byte +OpenDisNet.Protocol.DisHeader.PduStatus.init -> void +OpenDisNet.Protocol.DisHeader.PduType.get -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.DisHeader.PduType.init -> void +OpenDisNet.Protocol.DisHeader.ProtocolFamily.get -> OpenDisNet.Protocol.ProtocolFamily +OpenDisNet.Protocol.DisHeader.ProtocolFamily.init -> void +OpenDisNet.Protocol.DisHeader.ProtocolVersion.get -> OpenDisNet.Protocol.DisProtocolVersion +OpenDisNet.Protocol.DisHeader.ProtocolVersion.init -> void +OpenDisNet.Protocol.DisHeader.Timestamp.get -> uint +OpenDisNet.Protocol.DisHeader.Timestamp.init -> void +OpenDisNet.Protocol.DisProtocolVersion +OpenDisNet.Protocol.DisProtocolVersion.DisVersion2 = 2 -> OpenDisNet.Protocol.DisProtocolVersion +OpenDisNet.Protocol.DisProtocolVersion.DisVersion3 = 3 -> OpenDisNet.Protocol.DisProtocolVersion +OpenDisNet.Protocol.DisProtocolVersion.Ieee1278_1993 = 1 -> OpenDisNet.Protocol.DisProtocolVersion +OpenDisNet.Protocol.DisProtocolVersion.Ieee1278_1A_1998 = 6 -> OpenDisNet.Protocol.DisProtocolVersion +OpenDisNet.Protocol.DisProtocolVersion.Ieee1278_1_1995 = 5 -> OpenDisNet.Protocol.DisProtocolVersion +OpenDisNet.Protocol.DisProtocolVersion.Ieee1278_1_2012 = 7 -> OpenDisNet.Protocol.DisProtocolVersion +OpenDisNet.Protocol.DisProtocolVersion.Other = 0 -> OpenDisNet.Protocol.DisProtocolVersion +OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.Acknowledge = 15 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.AcknowledgeReliable = 55 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.ActionRequest = 16 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.ActionRequestReliable = 56 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.ActionResponse = 17 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.ActionResponseReliable = 57 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.AggregateState = 33 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.Appearance = 47 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.ArealObjectState = 45 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.ArticulatedParts = 48 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.Attribute = 72 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.Collision = 4 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.CollisionElastic = 66 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.Comment = 22 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.CommentReliable = 62 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.CreateEntity = 11 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.CreateEntityReliable = 51 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.Data = 20 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.DataQuery = 18 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.DataQueryReliable = 58 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.DataReliable = 60 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.Designator = 24 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.Detonation = 3 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.DirectedEnergyFire = 68 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.ElectromagneticEmission = 23 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.EntityDamageStatus = 69 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.EntityState = 1 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.EntityStateUpdate = 67 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.EnvironmentalProcess = 41 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.EventReport = 21 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.EventReportReliable = 61 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.Fire = 2 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.GriddedData = 42 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.Iff = 28 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.InformationOperationsAction = 70 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.InformationOperationsReport = 71 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.IntercomControl = 32 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.IntercomSignal = 31 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.IsGroupOf = 34 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.IsPartOf = 36 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.LeDetonation = 50 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.LeFire = 49 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.LinearObjectState = 44 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.MinefieldData = 39 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.MinefieldQuery = 38 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.MinefieldResponseNack = 40 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.MinefieldState = 37 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.Other = 0 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.PointObjectState = 43 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.Receiver = 27 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.RecordQueryReliable = 65 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.RecordReliable = 63 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.RemoveEntity = 12 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.RemoveEntityReliable = 52 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.RepairComplete = 9 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.RepairResponse = 10 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.ResupplyCancel = 8 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.ResupplyOffer = 6 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.ResupplyReceived = 7 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.ServiceRequest = 5 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.SetData = 19 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.SetDataReliable = 59 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.SetRecordReliable = 64 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.Signal = 26 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.StartResume = 13 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.StartResumeReliable = 53 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.StopFreeze = 14 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.StopFreezeReliable = 54 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.SupplementalEmissionEntityState = 30 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.TransferOwnership = 35 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.Transmitter = 25 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.TsPi = 46 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.PduType.UnderwaterAcoustic = 29 -> OpenDisNet.Protocol.PduType +OpenDisNet.Protocol.ProtocolFamily +OpenDisNet.Protocol.ProtocolFamily.DistributedEmissionRegeneration = 6 -> OpenDisNet.Protocol.ProtocolFamily +OpenDisNet.Protocol.ProtocolFamily.EntityInformationInteraction = 1 -> OpenDisNet.Protocol.ProtocolFamily +OpenDisNet.Protocol.ProtocolFamily.EntityManagement = 7 -> OpenDisNet.Protocol.ProtocolFamily +OpenDisNet.Protocol.ProtocolFamily.ExperimentalComputerGeneratedForces = 129 -> OpenDisNet.Protocol.ProtocolFamily +OpenDisNet.Protocol.ProtocolFamily.ExperimentalV2D = 130 -> OpenDisNet.Protocol.ProtocolFamily +OpenDisNet.Protocol.ProtocolFamily.InformationOperations = 13 -> OpenDisNet.Protocol.ProtocolFamily +OpenDisNet.Protocol.ProtocolFamily.LiveEntity = 11 -> OpenDisNet.Protocol.ProtocolFamily +OpenDisNet.Protocol.ProtocolFamily.Logistics = 3 -> OpenDisNet.Protocol.ProtocolFamily +OpenDisNet.Protocol.ProtocolFamily.Minefield = 8 -> OpenDisNet.Protocol.ProtocolFamily +OpenDisNet.Protocol.ProtocolFamily.NonRealTime = 12 -> OpenDisNet.Protocol.ProtocolFamily +OpenDisNet.Protocol.ProtocolFamily.Other = 0 -> OpenDisNet.Protocol.ProtocolFamily +OpenDisNet.Protocol.ProtocolFamily.PersistentObject = 140 -> OpenDisNet.Protocol.ProtocolFamily +OpenDisNet.Protocol.ProtocolFamily.RadioCommunications = 4 -> OpenDisNet.Protocol.ProtocolFamily +OpenDisNet.Protocol.ProtocolFamily.SimulationManagement = 5 -> OpenDisNet.Protocol.ProtocolFamily +OpenDisNet.Protocol.ProtocolFamily.SimulationManagementWithReliability = 10 -> OpenDisNet.Protocol.ProtocolFamily +OpenDisNet.Protocol.ProtocolFamily.SyntheticEnvironment = 9 -> OpenDisNet.Protocol.ProtocolFamily +OpenDisNet.Protocol.ProtocolFamily.Warfare = 2 -> OpenDisNet.Protocol.ProtocolFamily +override OpenDisNet.DisParseError.GetHashCode() -> int +override OpenDisNet.DisParseOptions.Equals(object? obj) -> bool +override OpenDisNet.DisParseOptions.GetHashCode() -> int +override OpenDisNet.DisParseOptions.ToString() -> string! +override OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus.GetHashCode() -> int +override OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus.ToString() -> string! +override OpenDisNet.Enumerations.DeFireFlags.GetHashCode() -> int +override OpenDisNet.Enumerations.DeFireFlags.ToString() -> string! +override OpenDisNet.Enumerations.EntityCapabilities.GetHashCode() -> int +override OpenDisNet.Enumerations.EntityCapabilities.ToString() -> string! +override OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus.GetHashCode() -> int +override OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus.ToString() -> string! +override OpenDisNet.Enumerations.MinefieldDataFusing.GetHashCode() -> int +override OpenDisNet.Enumerations.MinefieldDataFusing.ToString() -> string! +override OpenDisNet.Enumerations.MinefieldDataPaintScheme.GetHashCode() -> int +override OpenDisNet.Enumerations.MinefieldDataPaintScheme.ToString() -> string! +override OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap.GetHashCode() -> int +override OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap.ToString() -> string! +override OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.GetHashCode() -> int +override OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.ToString() -> string! +override OpenDisNet.Enumerations.ObjectStateModificationArealObject.GetHashCode() -> int +override OpenDisNet.Enumerations.ObjectStateModificationArealObject.ToString() -> string! +override OpenDisNet.Enumerations.ObjectStateModificationLinearObject.GetHashCode() -> int +override OpenDisNet.Enumerations.ObjectStateModificationLinearObject.ToString() -> string! +override OpenDisNet.Enumerations.ObjectStateModificationPointObject.GetHashCode() -> int +override OpenDisNet.Enumerations.ObjectStateModificationPointObject.ToString() -> string! +override OpenDisNet.Enumerations.StopFreezeFrozenBehavior.GetHashCode() -> int +override OpenDisNet.Enumerations.StopFreezeFrozenBehavior.ToString() -> string! +override OpenDisNet.Pdus.RadioId.GetHashCode() -> int +override OpenDisNet.Pdus.SignalEncodingScheme.GetHashCode() -> int +override OpenDisNet.Pdus.SignalEncodingScheme.ToString() -> string! +override OpenDisNet.Pdus.UnknownPdu.Equals(object? obj) -> bool +override OpenDisNet.Pdus.UnknownPdu.GetHashCode() -> int +override OpenDisNet.Pdus.UnknownPdu.ToString() -> string! +override OpenDisNet.Protocol.DisHeader.GetHashCode() -> int +static OpenDisNet.Binary.DisHeaderCodec.Read(ref OpenDisNet.Binary.DisBinaryReader reader) -> OpenDisNet.Protocol.DisHeader +static OpenDisNet.Binary.DisHeaderCodec.Write(ref OpenDisNet.Binary.DisBinaryWriter writer, in OpenDisNet.Protocol.DisHeader header) -> void +static OpenDisNet.DisParseError.operator !=(OpenDisNet.DisParseError left, OpenDisNet.DisParseError right) -> bool +static OpenDisNet.DisParseError.operator ==(OpenDisNet.DisParseError left, OpenDisNet.DisParseError right) -> bool +static OpenDisNet.DisParseOptions.Default.get -> OpenDisNet.DisParseOptions! +static OpenDisNet.DisParseOptions.operator !=(OpenDisNet.DisParseOptions? left, OpenDisNet.DisParseOptions? right) -> bool +static OpenDisNet.DisParseOptions.operator ==(OpenDisNet.DisParseOptions? left, OpenDisNet.DisParseOptions? right) -> bool +static OpenDisNet.DisSerializer.Deserialize(System.ReadOnlySpan datagram, OpenDisNet.DisParseOptions? options = null) -> OpenDisNet.Pdus.IDisPdu! +static OpenDisNet.DisSerializer.Deserialize(System.ReadOnlySpan datagram, OpenDisNet.DisParseOptions? options = null) -> TPdu! +static OpenDisNet.DisSerializer.GetSerializedLength(OpenDisNet.Pdus.IDisPdu! pdu) -> int +static OpenDisNet.DisSerializer.Serialize(OpenDisNet.Pdus.IDisPdu! pdu) -> byte[]! +static OpenDisNet.DisSerializer.Serialize(OpenDisNet.Pdus.IDisPdu! pdu, System.Span destination) -> int +static OpenDisNet.DisSerializer.TryDeserialize(System.ReadOnlySpan datagram, out OpenDisNet.Pdus.IDisPdu? pdu, out OpenDisNet.DisParseError error, OpenDisNet.DisParseOptions? options = null) -> bool +static OpenDisNet.DisSerializer.TryDeserialize(System.ReadOnlySpan datagram, out TPdu? pdu, out OpenDisNet.DisParseError error, OpenDisNet.DisParseOptions? options = null) -> bool +static OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus.implicit operator byte(OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus value) -> byte +static OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus.implicit operator OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus(byte value) -> OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus +static OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus.None.get -> OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus +static OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus.operator !=(OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus left, OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus right) -> bool +static OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus.operator ==(OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus left, OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus right) -> bool +static OpenDisNet.Enumerations.DeFireFlags.implicit operator OpenDisNet.Enumerations.DeFireFlags(ushort value) -> OpenDisNet.Enumerations.DeFireFlags +static OpenDisNet.Enumerations.DeFireFlags.implicit operator ushort(OpenDisNet.Enumerations.DeFireFlags value) -> ushort +static OpenDisNet.Enumerations.DeFireFlags.None.get -> OpenDisNet.Enumerations.DeFireFlags +static OpenDisNet.Enumerations.DeFireFlags.operator !=(OpenDisNet.Enumerations.DeFireFlags left, OpenDisNet.Enumerations.DeFireFlags right) -> bool +static OpenDisNet.Enumerations.DeFireFlags.operator ==(OpenDisNet.Enumerations.DeFireFlags left, OpenDisNet.Enumerations.DeFireFlags right) -> bool +static OpenDisNet.Enumerations.EntityCapabilities.implicit operator OpenDisNet.Enumerations.EntityCapabilities(uint value) -> OpenDisNet.Enumerations.EntityCapabilities +static OpenDisNet.Enumerations.EntityCapabilities.implicit operator uint(OpenDisNet.Enumerations.EntityCapabilities value) -> uint +static OpenDisNet.Enumerations.EntityCapabilities.None.get -> OpenDisNet.Enumerations.EntityCapabilities +static OpenDisNet.Enumerations.EntityCapabilities.operator !=(OpenDisNet.Enumerations.EntityCapabilities left, OpenDisNet.Enumerations.EntityCapabilities right) -> bool +static OpenDisNet.Enumerations.EntityCapabilities.operator ==(OpenDisNet.Enumerations.EntityCapabilities left, OpenDisNet.Enumerations.EntityCapabilities right) -> bool +static OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus.implicit operator byte(OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus value) -> byte +static OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus.implicit operator OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus(byte value) -> OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus +static OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus.None.get -> OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus +static OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus.operator !=(OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus left, OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus right) -> bool +static OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus.operator ==(OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus left, OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus right) -> bool +static OpenDisNet.Enumerations.MinefieldDataFusing.implicit operator OpenDisNet.Enumerations.MinefieldDataFusing(ushort value) -> OpenDisNet.Enumerations.MinefieldDataFusing +static OpenDisNet.Enumerations.MinefieldDataFusing.implicit operator ushort(OpenDisNet.Enumerations.MinefieldDataFusing value) -> ushort +static OpenDisNet.Enumerations.MinefieldDataFusing.None.get -> OpenDisNet.Enumerations.MinefieldDataFusing +static OpenDisNet.Enumerations.MinefieldDataFusing.operator !=(OpenDisNet.Enumerations.MinefieldDataFusing left, OpenDisNet.Enumerations.MinefieldDataFusing right) -> bool +static OpenDisNet.Enumerations.MinefieldDataFusing.operator ==(OpenDisNet.Enumerations.MinefieldDataFusing left, OpenDisNet.Enumerations.MinefieldDataFusing right) -> bool +static OpenDisNet.Enumerations.MinefieldDataPaintScheme.implicit operator byte(OpenDisNet.Enumerations.MinefieldDataPaintScheme value) -> byte +static OpenDisNet.Enumerations.MinefieldDataPaintScheme.implicit operator OpenDisNet.Enumerations.MinefieldDataPaintScheme(byte value) -> OpenDisNet.Enumerations.MinefieldDataPaintScheme +static OpenDisNet.Enumerations.MinefieldDataPaintScheme.None.get -> OpenDisNet.Enumerations.MinefieldDataPaintScheme +static OpenDisNet.Enumerations.MinefieldDataPaintScheme.operator !=(OpenDisNet.Enumerations.MinefieldDataPaintScheme left, OpenDisNet.Enumerations.MinefieldDataPaintScheme right) -> bool +static OpenDisNet.Enumerations.MinefieldDataPaintScheme.operator ==(OpenDisNet.Enumerations.MinefieldDataPaintScheme left, OpenDisNet.Enumerations.MinefieldDataPaintScheme right) -> bool +static OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap.implicit operator OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap(ushort value) -> OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap +static OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap.implicit operator ushort(OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap value) -> ushort +static OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap.None.get -> OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap +static OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap.operator !=(OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap left, OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap right) -> bool +static OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap.operator ==(OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap left, OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap right) -> bool +static OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.implicit operator OpenDisNet.Enumerations.ObjectStateAppearanceGeneral(ushort value) -> OpenDisNet.Enumerations.ObjectStateAppearanceGeneral +static OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.implicit operator ushort(OpenDisNet.Enumerations.ObjectStateAppearanceGeneral value) -> ushort +static OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.None.get -> OpenDisNet.Enumerations.ObjectStateAppearanceGeneral +static OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.operator !=(OpenDisNet.Enumerations.ObjectStateAppearanceGeneral left, OpenDisNet.Enumerations.ObjectStateAppearanceGeneral right) -> bool +static OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.operator ==(OpenDisNet.Enumerations.ObjectStateAppearanceGeneral left, OpenDisNet.Enumerations.ObjectStateAppearanceGeneral right) -> bool +static OpenDisNet.Enumerations.ObjectStateModificationArealObject.implicit operator OpenDisNet.Enumerations.ObjectStateModificationArealObject(ushort value) -> OpenDisNet.Enumerations.ObjectStateModificationArealObject +static OpenDisNet.Enumerations.ObjectStateModificationArealObject.implicit operator ushort(OpenDisNet.Enumerations.ObjectStateModificationArealObject value) -> ushort +static OpenDisNet.Enumerations.ObjectStateModificationArealObject.None.get -> OpenDisNet.Enumerations.ObjectStateModificationArealObject +static OpenDisNet.Enumerations.ObjectStateModificationArealObject.operator !=(OpenDisNet.Enumerations.ObjectStateModificationArealObject left, OpenDisNet.Enumerations.ObjectStateModificationArealObject right) -> bool +static OpenDisNet.Enumerations.ObjectStateModificationArealObject.operator ==(OpenDisNet.Enumerations.ObjectStateModificationArealObject left, OpenDisNet.Enumerations.ObjectStateModificationArealObject right) -> bool +static OpenDisNet.Enumerations.ObjectStateModificationLinearObject.implicit operator OpenDisNet.Enumerations.ObjectStateModificationLinearObject(ushort value) -> OpenDisNet.Enumerations.ObjectStateModificationLinearObject +static OpenDisNet.Enumerations.ObjectStateModificationLinearObject.implicit operator ushort(OpenDisNet.Enumerations.ObjectStateModificationLinearObject value) -> ushort +static OpenDisNet.Enumerations.ObjectStateModificationLinearObject.None.get -> OpenDisNet.Enumerations.ObjectStateModificationLinearObject +static OpenDisNet.Enumerations.ObjectStateModificationLinearObject.operator !=(OpenDisNet.Enumerations.ObjectStateModificationLinearObject left, OpenDisNet.Enumerations.ObjectStateModificationLinearObject right) -> bool +static OpenDisNet.Enumerations.ObjectStateModificationLinearObject.operator ==(OpenDisNet.Enumerations.ObjectStateModificationLinearObject left, OpenDisNet.Enumerations.ObjectStateModificationLinearObject right) -> bool +static OpenDisNet.Enumerations.ObjectStateModificationPointObject.implicit operator OpenDisNet.Enumerations.ObjectStateModificationPointObject(ushort value) -> OpenDisNet.Enumerations.ObjectStateModificationPointObject +static OpenDisNet.Enumerations.ObjectStateModificationPointObject.implicit operator ushort(OpenDisNet.Enumerations.ObjectStateModificationPointObject value) -> ushort +static OpenDisNet.Enumerations.ObjectStateModificationPointObject.None.get -> OpenDisNet.Enumerations.ObjectStateModificationPointObject +static OpenDisNet.Enumerations.ObjectStateModificationPointObject.operator !=(OpenDisNet.Enumerations.ObjectStateModificationPointObject left, OpenDisNet.Enumerations.ObjectStateModificationPointObject right) -> bool +static OpenDisNet.Enumerations.ObjectStateModificationPointObject.operator ==(OpenDisNet.Enumerations.ObjectStateModificationPointObject left, OpenDisNet.Enumerations.ObjectStateModificationPointObject right) -> bool +static OpenDisNet.Enumerations.StopFreezeFrozenBehavior.implicit operator byte(OpenDisNet.Enumerations.StopFreezeFrozenBehavior value) -> byte +static OpenDisNet.Enumerations.StopFreezeFrozenBehavior.implicit operator OpenDisNet.Enumerations.StopFreezeFrozenBehavior(byte value) -> OpenDisNet.Enumerations.StopFreezeFrozenBehavior +static OpenDisNet.Enumerations.StopFreezeFrozenBehavior.None.get -> OpenDisNet.Enumerations.StopFreezeFrozenBehavior +static OpenDisNet.Enumerations.StopFreezeFrozenBehavior.operator !=(OpenDisNet.Enumerations.StopFreezeFrozenBehavior left, OpenDisNet.Enumerations.StopFreezeFrozenBehavior right) -> bool +static OpenDisNet.Enumerations.StopFreezeFrozenBehavior.operator ==(OpenDisNet.Enumerations.StopFreezeFrozenBehavior left, OpenDisNet.Enumerations.StopFreezeFrozenBehavior right) -> bool +static OpenDisNet.Pdus.PduFactory.Create(OpenDisNet.Protocol.PduType pduType, byte exerciseId = 0) -> OpenDisNet.Pdus.Pdu! +static OpenDisNet.Pdus.RadioId.operator !=(OpenDisNet.Pdus.RadioId left, OpenDisNet.Pdus.RadioId right) -> bool +static OpenDisNet.Pdus.RadioId.operator ==(OpenDisNet.Pdus.RadioId left, OpenDisNet.Pdus.RadioId right) -> bool +static OpenDisNet.Pdus.SignalEncodingScheme.Data(OpenDisNet.Enumerations.SignalEncodingClass encodingClass, ushort messageCount = 0) -> OpenDisNet.Pdus.SignalEncodingScheme +static OpenDisNet.Pdus.SignalEncodingScheme.EncodedAudio(OpenDisNet.Enumerations.SignalEncodingType type) -> OpenDisNet.Pdus.SignalEncodingScheme +static OpenDisNet.Pdus.SignalEncodingScheme.implicit operator OpenDisNet.Pdus.SignalEncodingScheme(ushort value) -> OpenDisNet.Pdus.SignalEncodingScheme +static OpenDisNet.Pdus.SignalEncodingScheme.implicit operator ushort(OpenDisNet.Pdus.SignalEncodingScheme value) -> ushort +static OpenDisNet.Pdus.SignalEncodingScheme.operator !=(OpenDisNet.Pdus.SignalEncodingScheme left, OpenDisNet.Pdus.SignalEncodingScheme right) -> bool +static OpenDisNet.Pdus.SignalEncodingScheme.operator ==(OpenDisNet.Pdus.SignalEncodingScheme left, OpenDisNet.Pdus.SignalEncodingScheme right) -> bool +static OpenDisNet.Pdus.UnknownPdu.operator !=(OpenDisNet.Pdus.UnknownPdu? left, OpenDisNet.Pdus.UnknownPdu? right) -> bool +static OpenDisNet.Pdus.UnknownPdu.operator ==(OpenDisNet.Pdus.UnknownPdu? left, OpenDisNet.Pdus.UnknownPdu? right) -> bool +static OpenDisNet.Protocol.DisHeader.operator !=(OpenDisNet.Protocol.DisHeader left, OpenDisNet.Protocol.DisHeader right) -> bool +static OpenDisNet.Protocol.DisHeader.operator ==(OpenDisNet.Protocol.DisHeader left, OpenDisNet.Protocol.DisHeader right) -> bool +~override OpenDisNet.DisParseError.Equals(object obj) -> bool +~override OpenDisNet.DisParseError.ToString() -> string +~override OpenDisNet.Enumerations.DeDamageDescriptionComponentVisualDamageStatus.Equals(object obj) -> bool +~override OpenDisNet.Enumerations.DeFireFlags.Equals(object obj) -> bool +~override OpenDisNet.Enumerations.EntityCapabilities.Equals(object obj) -> bool +~override OpenDisNet.Enumerations.EnvironmentalProcessEnvironmentStatus.Equals(object obj) -> bool +~override OpenDisNet.Enumerations.MinefieldDataFusing.Equals(object obj) -> bool +~override OpenDisNet.Enumerations.MinefieldDataPaintScheme.Equals(object obj) -> bool +~override OpenDisNet.Enumerations.MinefieldStateAppearanceBitMap.Equals(object obj) -> bool +~override OpenDisNet.Enumerations.ObjectStateAppearanceGeneral.Equals(object obj) -> bool +~override OpenDisNet.Enumerations.ObjectStateModificationArealObject.Equals(object obj) -> bool +~override OpenDisNet.Enumerations.ObjectStateModificationLinearObject.Equals(object obj) -> bool +~override OpenDisNet.Enumerations.ObjectStateModificationPointObject.Equals(object obj) -> bool +~override OpenDisNet.Enumerations.StopFreezeFrozenBehavior.Equals(object obj) -> bool +~override OpenDisNet.Pdus.RadioId.Equals(object obj) -> bool +~override OpenDisNet.Pdus.RadioId.ToString() -> string +~override OpenDisNet.Pdus.SignalEncodingScheme.Equals(object obj) -> bool +~override OpenDisNet.Protocol.DisHeader.Equals(object obj) -> bool +~override OpenDisNet.Protocol.DisHeader.ToString() -> string diff --git a/src/OpenDisNet/PublicAPI.Unshipped.txt b/src/OpenDisNet/PublicAPI.Unshipped.txt new file mode 100644 index 0000000..7dc5c58 --- /dev/null +++ b/src/OpenDisNet/PublicAPI.Unshipped.txt @@ -0,0 +1 @@ +#nullable enable diff --git a/src/OpenDisNet/packages.lock.json b/src/OpenDisNet/packages.lock.json index 6b7c12d..9d23dc5 100644 --- a/src/OpenDisNet/packages.lock.json +++ b/src/OpenDisNet/packages.lock.json @@ -1,7 +1,21 @@ { "version": 1, "dependencies": { - "net10.0": {}, - "net9.0": {} + "net10.0": { + "Microsoft.CodeAnalysis.PublicApiAnalyzers": { + "type": "Direct", + "requested": "[5.6.0, )", + "resolved": "5.6.0", + "contentHash": "W4kJGezNIKLzo0Ak5FAQDFvkMf2U7DtGL4THmHyRSApfKsKt5V+eX/bU0ZLKAt/uf9Bb2o1bi0YDKj/GRB/vYQ==" + } + }, + "net9.0": { + "Microsoft.CodeAnalysis.PublicApiAnalyzers": { + "type": "Direct", + "requested": "[5.6.0, )", + "resolved": "5.6.0", + "contentHash": "W4kJGezNIKLzo0Ak5FAQDFvkMf2U7DtGL4THmHyRSApfKsKt5V+eX/bU0ZLKAt/uf9Bb2o1bi0YDKj/GRB/vYQ==" + } + } } } \ No newline at end of file From 6165957f9eb2e2f0b53a883f411c48c87072242f Mon Sep 17 00:00:00 2001 From: RejectKid Date: Mon, 13 Jul 2026 14:29:16 -0400 Subject: [PATCH 2/4] Validate release packages as an external consumer --- .github/workflows/ci.yml | 8 ++++- .github/workflows/release.yml | 14 +++++++- .../OpenDisNet.PackageSmoke.csproj | 13 ++++++++ tests/OpenDisNet.PackageSmoke/Program.cs | 32 +++++++++++++++++++ 4 files changed, 65 insertions(+), 2 deletions(-) create mode 100644 tests/OpenDisNet.PackageSmoke/OpenDisNet.PackageSmoke.csproj create mode 100644 tests/OpenDisNet.PackageSmoke/Program.cs diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8ebfec..b3ce2ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,13 @@ jobs: - run: dotnet run --project tools/OpenDisNet.Generator/OpenDisNet.Generator.csproj --configuration Release --no-restore -- --verify - run: dotnet build --configuration Release --no-restore - run: dotnet test --configuration Release --no-build - - run: dotnet pack src/OpenDisNet/OpenDisNet.csproj --configuration Release --no-build --output artifacts/packages + - run: dotnet pack src/OpenDisNet/OpenDisNet.csproj --configuration Release --no-build --output artifacts/packages -p:PackageVersion=0.0.0-ci.${{ github.run_id }} + - name: Restore packed-package consumer + run: dotnet restore tests/OpenDisNet.PackageSmoke/OpenDisNet.PackageSmoke.csproj --source "${{ github.workspace }}/artifacts/packages" --source "https://api.nuget.org/v3/index.json" --force --no-cache -p:OpenDisNetPackageVersion=0.0.0-ci.${{ github.run_id }} + - name: Run packed-package consumer on .NET 9 + run: dotnet run --project tests/OpenDisNet.PackageSmoke/OpenDisNet.PackageSmoke.csproj --configuration Release --framework net9.0 --no-restore -p:OpenDisNetPackageVersion=0.0.0-ci.${{ github.run_id }} + - name: Run packed-package consumer on .NET 10 + run: dotnet run --project tests/OpenDisNet.PackageSmoke/OpenDisNet.PackageSmoke.csproj --configuration Release --framework net10.0 --no-restore -p:OpenDisNetPackageVersion=0.0.0-ci.${{ github.run_id }} - uses: actions/upload-artifact@v7 if: matrix.os == 'ubuntu-latest' with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab68bb1..2bbdd19 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,12 @@ jobs: - run: dotnet restore --locked-mode - run: dotnet test --configuration Release --no-restore - run: dotnet pack src/OpenDisNet/OpenDisNet.csproj --configuration Release --no-restore --output artifacts/packages -p:PackageVersion=${{ env.PACKAGE_VERSION }} + - name: Restore packed-package consumer + run: dotnet restore tests/OpenDisNet.PackageSmoke/OpenDisNet.PackageSmoke.csproj --source "${{ github.workspace }}/artifacts/packages" --source "https://api.nuget.org/v3/index.json" --force --no-cache -p:OpenDisNetPackageVersion=${{ env.PACKAGE_VERSION }} + - name: Run packed-package consumer on .NET 9 + run: dotnet run --project tests/OpenDisNet.PackageSmoke/OpenDisNet.PackageSmoke.csproj --configuration Release --framework net9.0 --no-restore -p:OpenDisNetPackageVersion=${{ env.PACKAGE_VERSION }} + - name: Run packed-package consumer on .NET 10 + run: dotnet run --project tests/OpenDisNet.PackageSmoke/OpenDisNet.PackageSmoke.csproj --configuration Release --framework net10.0 --no-restore -p:OpenDisNetPackageVersion=${{ env.PACKAGE_VERSION }} - name: Authenticate to NuGet.org uses: NuGet/login@v1 id: nuget @@ -37,4 +43,10 @@ jobs: - name: Create GitHub release env: GH_TOKEN: ${{ github.token }} - run: gh release create "${{ github.ref_name }}" artifacts/packages/*.*nupkg --generate-notes --verify-tag + shell: bash + run: | + flags=(--generate-notes --verify-tag) + if [[ "${{ github.ref_name }}" == *-* ]]; then + flags+=(--prerelease) + fi + gh release create "${{ github.ref_name }}" artifacts/packages/*.*nupkg "${flags[@]}" diff --git a/tests/OpenDisNet.PackageSmoke/OpenDisNet.PackageSmoke.csproj b/tests/OpenDisNet.PackageSmoke/OpenDisNet.PackageSmoke.csproj new file mode 100644 index 0000000..e75ac9f --- /dev/null +++ b/tests/OpenDisNet.PackageSmoke/OpenDisNet.PackageSmoke.csproj @@ -0,0 +1,13 @@ + + + Exe + false + net9.0;net10.0 + 0.1.0 + true + + + + + + diff --git a/tests/OpenDisNet.PackageSmoke/Program.cs b/tests/OpenDisNet.PackageSmoke/Program.cs new file mode 100644 index 0000000..bd101e4 --- /dev/null +++ b/tests/OpenDisNet.PackageSmoke/Program.cs @@ -0,0 +1,32 @@ +using OpenDisNet; +using OpenDisNet.Enumerations; +using OpenDisNet.Pdus; +using OpenDisNet.Protocol; + +var signal = new SignalPdu +{ + ExerciseId = 7, + Timestamp = 0x01020304, + Radio = new RadioId(new EntityId(1, 2, 3), 4), + EncodingScheme = SignalEncodingScheme.EncodedAudio(SignalEncodingType.Opus), + TdlType = SignalTdlType.Other, + SampleRate = 48_000, + SampleCount = 1, +}; +signal.SetData("external-consumer"u8); + +byte[] datagram = DisSerializer.Serialize(signal); +SignalPdu decoded = DisSerializer.Deserialize(datagram); + +if (!decoded.Data.AsSpan().SequenceEqual("external-consumer"u8)) + throw new InvalidOperationException("The packed Signal PDU API did not round-trip its payload."); + +foreach (PduType type in Enum.GetValues().Where(x => (byte)x is >= 1 and <= 72)) +{ + Pdu pdu = PduFactory.Create(type, exerciseId: 7); + byte[] bytes = DisSerializer.Serialize(pdu); + if (DisSerializer.Deserialize(bytes).Header.PduType != type) + throw new InvalidOperationException($"The packed PDU factory failed for {type}."); +} + +Console.WriteLine($"OpenDisNet package {typeof(Pdu).Assembly.GetName().Version} passed the external consumer smoke test."); From 0fe18e3babdd873aa0f70d740dbcb35b288a141d Mon Sep 17 00:00:00 2001 From: RejectKid Date: Mon, 13 Jul 2026 14:29:22 -0400 Subject: [PATCH 3/4] Define the 0.9 external release candidate process --- .github/ISSUE_TEMPLATE/release-candidate.yml | 58 ++++++++++++++++++++ CHANGELOG.md | 8 +++ CONTRIBUTING.md | 5 ++ README.md | 11 ++-- docs/api-design.md | 13 ++++- docs/conformance.md | 9 +++ docs/release-candidate.md | 53 ++++++++++++++++++ docs/releasing.md | 11 ++++ 8 files changed, 160 insertions(+), 8 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/release-candidate.yml create mode 100644 docs/release-candidate.md diff --git a/.github/ISSUE_TEMPLATE/release-candidate.yml b/.github/ISSUE_TEMPLATE/release-candidate.yml new file mode 100644 index 0000000..e341535 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/release-candidate.yml @@ -0,0 +1,58 @@ +name: Release candidate feedback +description: Report OpenDisNet 0.9 RC interoperability, API, performance, or documentation results. +title: "[RC feedback]: " +body: + - type: markdown + attributes: + value: | + Thank you for testing the OpenDisNet release candidate. Do not attach controlled, private, or operational packet captures. + - type: input + id: version + attributes: + label: Package version + description: Enter the exact prerelease version, for example 0.9.0-rc.1. + placeholder: 0.9.0-rc.1 + validations: + required: true + - type: input + id: environment + attributes: + label: Environment + description: Include the target framework, operating system, architecture, and application type. + placeholder: .NET 10, Windows 11 x64, UDP simulation gateway + validations: + required: true + - type: dropdown + id: category + attributes: + label: Feedback category + options: + - Wire interoperability + - API usability + - Performance or allocation + - Packaging or installation + - Documentation + - Successful validation + validations: + required: true + - type: textarea + id: families + attributes: + label: PDU families and workflows tested + description: Describe the representative workflows and protocol families you exercised. + validations: + required: true + - type: textarea + id: result + attributes: + label: Result + description: Explain what worked or failed, the expected behavior, and a minimal synthetic reproduction when applicable. + validations: + required: true + - type: checkboxes + id: safety + attributes: + label: Data handling + options: + - label: I confirm this report contains no controlled, private, or operational packet capture. + required: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 857b5ee..4ea6841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ Versioning after 1.0 and uses prerelease versions while conformance is incomplet ## Unreleased +- Froze the complete public C# surface with compiler-enforced API baselines and + NuGet package compatibility validation against OpenDisNet 0.8.0. +- Added an external-style smoke consumer that installs the packed artifact and + exercises all 72 PDU factory/codec paths on .NET 9 and .NET 10. +- Added prerelease-aware publishing, an external 0.9 RC test checklist, and a + structured GitHub feedback form. +- Corrected the `RadioId` construction example discovered by the package smoke + consumer. - Added deterministic populated conformance cases for all 72 DIS v7 PDU types, independent byte vectors, and truncation checks at every byte boundary across all 12 protocol families planned for versions 0.3 through 0.8. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f821a0d..59583fd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,3 +4,8 @@ Contributions should include specification-section provenance, known binary vectors, round-trip tests, and malformed-input tests. Run `dotnet test --configuration Release` before opening a pull request. Do not submit IEEE specification text or non-public operational packet captures. + +The public API is frozen during the 0.9 release-candidate cycle. Additive API +changes must update `src/OpenDisNet/PublicAPI.Unshipped.txt`, include tests, and +describe the consumer benefit in the changelog. Removals or signature changes +require explicit breaking-change review and a new release candidate. diff --git a/README.md b/README.md index e30d446..8a12fb5 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,11 @@ OpenDisNet is a high-performance, type-safe .NET codec for Distributed Interactive Simulation (DIS) Protocol Version 7, defined by IEEE 1278.1-2012. -> **Development status:** pre-release. All 72 DIS v7 PDU identifiers have typed -> models and native C# binary codecs. Every protocol family has populated -> round-trip and boundary-truncation coverage; remaining 1.0 release gates are -> tracked in [`docs/conformance.md`](docs/conformance.md). +> **Development status:** 0.9 release-candidate hardening. All 72 DIS v7 PDU +> identifiers have typed native C# codecs, every family has populated and +> boundary-truncation coverage, and the public API is frozen for external +> validation. See the [`RC testing guide`](docs/release-candidate.md) and +> [`conformance matrix`](docs/conformance.md). ## Install @@ -57,7 +58,7 @@ var signal = new SignalPdu { ExerciseId = 1, Timestamp = 42, - Radio = new RadioId(new EntityId(1, 10, 42), number: 7), + Radio = new RadioId(new EntityId(1, 10, 42), 7), EncodingScheme = SignalEncodingScheme.EncodedAudio(SignalEncodingType.Opus), TdlType = SignalTdlType.Other, SampleRate = 8_000, diff --git a/docs/api-design.md b/docs/api-design.md index 54737eb..6e9e5c0 100644 --- a/docs/api-design.md +++ b/docs/api-design.md @@ -38,6 +38,13 @@ untrusted network input. ## Compatibility -The package is pre-1.0 while the complete PDU surface is being reviewed. After -1.0, public names and wire behavior follow semantic versioning. Internal codec -generation may change without becoming part of the supported API. +The 0.9 release-candidate line freezes the complete public C# surface before +1.0. `PublicAPI.Shipped.txt` is the reviewable contract. Compiler analyzers +reject an unrecorded public addition or removal, and NuGet package validation +compares new artifacts with version 0.8.0 for binary compatibility. + +New API belongs in `PublicAPI.Unshipped.txt` and requires tests plus a changelog +entry. Removing or changing frozen API requires explicit breaking-change review +and another release candidate. After 1.0, public names and wire behavior follow +semantic versioning. Internal codec generation may change without becoming part +of the supported API. diff --git a/docs/conformance.md b/docs/conformance.md index 150b91b..9b125bb 100644 --- a/docs/conformance.md +++ b/docs/conformance.md @@ -37,6 +37,15 @@ input tests, and round-trip tests. - [x] 0.8 Live Entity - [x] 0.8 Information Operations +## 0.9 release readiness + +- [x] Frozen, compiler-enforced public C# API baseline +- [x] NuGet package compatibility validation against 0.8.0 +- [x] Packed-package consumer validation on .NET 9 and .NET 10 +- [x] Prerelease-aware GitHub and NuGet publishing workflow +- [x] External RC validation checklist and structured feedback form +- [ ] External RC feedback reviewed and high-impact findings resolved + Family coverage is implemented and exercised entirely in C#/.NET. Frozen bytes from an independent implementation are test inputs only; they are not product code or a runtime/build dependency. Two default vectors and 28 aggressively diff --git a/docs/release-candidate.md b/docs/release-candidate.md new file mode 100644 index 0000000..d8b96f5 --- /dev/null +++ b/docs/release-candidate.md @@ -0,0 +1,53 @@ +# 0.9 external release candidate + +Version 0.9 is the public API freeze and external validation stage before 1.0. +The current C# surface is recorded in `PublicAPI.Shipped.txt`; builds reject an +undocumented addition or removal, and package validation compares every new +artifact with the published 0.8.0 package. + +## Install an RC + +Release candidates use SemVer tags such as `v0.9.0-rc.1`. After a candidate is +published, install that exact version so test results remain reproducible: + +```shell +dotnet add package OpenDisNet --version 0.9.0-rc.1 +``` + +GitHub and NuGet identify RC builds as prereleases. Do not use an RC in a +production exercise unless your own release policy permits prerelease packages. + +## External validation checklist + +Test the workflows that resemble your application rather than only constructing +empty PDUs: + +1. Deserialize representative, non-sensitive DIS v7 datagrams from each family + your application consumes. +2. Inspect the typed properties your application needs and reserialize the PDU. +3. Construct and transmit representative PDUs using ordinary object initializers. +4. Confirm unknown enumeration values, reserved bits, and vendor-defined bodies + survive a decode/encode round trip when applicable. +5. Exercise caller-owned buffers or sustained packet rates if allocation and + throughput matter to your application. +6. Build with nullable analysis and warnings enabled to expose API friction. + +Never attach controlled, private, or operational packet captures. Reduce a +problem to synthetic bytes or property values before reporting it. + +## Report results + +Use the repository's **Release candidate feedback** issue form. Include the +exact package version, target framework, operating system, PDU families tested, +and whether the problem concerns API usability, wire interoperability, +performance, or documentation. + +## 1.0 exit criteria + +- Public API analyzer and 0.8.0 package-compatibility validation remain clean. +- The packed-package consumer passes on .NET 9 and .NET 10. +- No unresolved high-impact wire-correctness or data-loss defect remains. +- External testing covers real application workflows without relying on + sensitive captures. +- Any intentional API change after the freeze is documented, reviewed as a + breaking-change candidate, and followed by another RC. diff --git a/docs/releasing.md b/docs/releasing.md index e983f92..19e1236 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -5,6 +5,17 @@ publishes to NuGet.org, and creates a GitHub release for tags such as `v0.2.0`. GitHub-generated notes are categorized using `.github/release.yml`, and package plus symbol artifacts are attached to the release shown on the repository page. +Prerelease tags use SemVer identifiers such as `v0.9.0-rc.1`. The workflow +derives the package version from the tag and marks the GitHub release as a +prerelease automatically. Before publishing any tag, the workflow validates the +public API, compares the package with the 0.8.0 compatibility baseline, and runs +an external-style consumer against the packed artifact on .NET 9 and .NET 10. + +The RC testing contract and feedback process are documented in +[`release-candidate.md`](release-candidate.md). Promote an RC to a stable tag +only after its exit criteria are satisfied; published NuGet versions and GitHub +releases are never rewritten. + ## One-time NuGet.org setup 1. Reserve or publish the `OpenDisNet` package ID under the intended NuGet.org owner. From 94b43888daef398145dfaf456b95e53467ed2c7a Mon Sep 17 00:00:00 2001 From: RejectKid Date: Mon, 13 Jul 2026 14:33:38 -0400 Subject: [PATCH 4/4] Make package smoke restore fully offline --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3ce2ff..df94f60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - run: dotnet test --configuration Release --no-build - run: dotnet pack src/OpenDisNet/OpenDisNet.csproj --configuration Release --no-build --output artifacts/packages -p:PackageVersion=0.0.0-ci.${{ github.run_id }} - name: Restore packed-package consumer - run: dotnet restore tests/OpenDisNet.PackageSmoke/OpenDisNet.PackageSmoke.csproj --source "${{ github.workspace }}/artifacts/packages" --source "https://api.nuget.org/v3/index.json" --force --no-cache -p:OpenDisNetPackageVersion=0.0.0-ci.${{ github.run_id }} + run: dotnet restore tests/OpenDisNet.PackageSmoke/OpenDisNet.PackageSmoke.csproj --source "${{ github.workspace }}/artifacts/packages" --force --no-cache -p:OpenDisNetPackageVersion=0.0.0-ci.${{ github.run_id }} - name: Run packed-package consumer on .NET 9 run: dotnet run --project tests/OpenDisNet.PackageSmoke/OpenDisNet.PackageSmoke.csproj --configuration Release --framework net9.0 --no-restore -p:OpenDisNetPackageVersion=0.0.0-ci.${{ github.run_id }} - name: Run packed-package consumer on .NET 10 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bbdd19..fe35cfa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - run: dotnet test --configuration Release --no-restore - run: dotnet pack src/OpenDisNet/OpenDisNet.csproj --configuration Release --no-restore --output artifacts/packages -p:PackageVersion=${{ env.PACKAGE_VERSION }} - name: Restore packed-package consumer - run: dotnet restore tests/OpenDisNet.PackageSmoke/OpenDisNet.PackageSmoke.csproj --source "${{ github.workspace }}/artifacts/packages" --source "https://api.nuget.org/v3/index.json" --force --no-cache -p:OpenDisNetPackageVersion=${{ env.PACKAGE_VERSION }} + run: dotnet restore tests/OpenDisNet.PackageSmoke/OpenDisNet.PackageSmoke.csproj --source "${{ github.workspace }}/artifacts/packages" --force --no-cache -p:OpenDisNetPackageVersion=${{ env.PACKAGE_VERSION }} - name: Run packed-package consumer on .NET 9 run: dotnet run --project tests/OpenDisNet.PackageSmoke/OpenDisNet.PackageSmoke.csproj --configuration Release --framework net9.0 --no-restore -p:OpenDisNetPackageVersion=${{ env.PACKAGE_VERSION }} - name: Run packed-package consumer on .NET 10