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
Type | Name | Description |
---|---|---|
PixelSensorId | other | A Pixel Sensor Identifier |
override bool Equals
public override bool Equals(
object obj
)
Parameters
Type | Name | Description |
---|---|---|
object | obj |
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
Type | Name | Description |
---|---|---|
PixelSensorId | sensor | A Pixel Sensor Identifier |