Skip to main content
Version: 21 Aug 2024

PixelSensorId

NameSpace: PixelSensors

A Pixel Sensor Identifier

Inherits from:
IEquatable< PixelSensorId >

Public Fields

SensorName

The name of the sensor


public string SensorName { get; set; }


XrPath

The internal XrPath of the pixel sensor


public ulong XrPath { get; set; }


XrPathString


public string XrPathString { get; set; }


Public Methods

bool Equals

public bool Equals(
PixelSensorId other
)

Parameters

TypeNameDescription
PixelSensorIdotherA Pixel Sensor Identifier

override bool Equals

public override bool Equals(
object obj
)

Parameters

TypeNameDescription
objectobj

override int GetHashCode

public override int GetHashCode()

override string ToString

public override string ToString()

implicit operator ulong

public static implicit operator ulong(
PixelSensorId sensor
)

Parameters

TypeNameDescription
PixelSensorIdsensorA Pixel Sensor Identifier