final case class FCtrl(underlying: Byte) extends AnyVal with Product with Serializable
Instance Constructors
- new FCtrl(underlying: Byte)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def fOptsLen: Int
- def getClass(): Class[_ <: AnyVal]
- def hasACK: Boolean
- def hasADR: Boolean
- def hasADRACKReq: Boolean
- def hasFPending: Boolean
- def isClassB: Boolean
- final def isInstanceOf[T0]: Boolean
- def productElementNames: Iterator[String]
- val underlying: Byte
Inherited from Product
Inherited from Equals
Inherited from AnyVal
Inherited from Any