final case class Sensor(toShort: Short) extends AnyVal with Product with Serializable
A SiLK sensor, as represented by a Short value.
- toShort
The short value representing this sensor.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Sensor
- Serializable
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Sensor(toShort: Short)
- toShort
The short value representing this sensor.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toInt: Int
- val toShort: Short
-
def
toString(): String
- Definition Classes
- Sensor → Any