Table of Contents

Class RecordLoc

Namespace
Ubiety.Dns.Core.Records
Assembly
Ubiety.Dns.Core.dll

DNS location recod.

public record RecordLoc : Record, IEquatable<Record>, IEquatable<RecordLoc>
Inheritance
RecordLoc
Implements
Inherited Members

Constructors

RecordLoc(RecordReader)

Initializes a new instance of the RecordLoc class.

public RecordLoc(RecordReader reader)

Parameters

reader RecordReader

Record reader of the record data.

Properties

Altitude

Gets the altitude of the location.

public uint Altitude { get; }

Property Value

uint

HorizontalPrecision

Gets the horizontal precision of the data.

public byte HorizontalPrecision { get; }

Property Value

byte

Latitude

Gets the latitude of the location.

public uint Latitude { get; }

Property Value

uint

Longitude

Gets the longitude of the location.

public uint Longitude { get; }

Property Value

uint

Size

Gets the diameter of the sphere enclosing the entity.

public byte Size { get; }

Property Value

byte

Version

Gets the version of the representation.

public byte Version { get; }

Property Value

byte

VerticalPrecision

Gets the vertical precision or the data.

public byte VerticalPrecision { get; }

Property Value

byte

Methods

ToString()

Gets a string of the location.

public override string ToString()

Returns

string

String of the location.