Packages

object BitFieldCommand

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitFieldCommand
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed case class BitFieldGet(type: BitFieldType, offset: Int) extends BitFieldCommand with Product with Serializable
  2. sealed case class BitFieldIncr(type: BitFieldType, offset: Int, increment: Long) extends BitFieldCommand with Product with Serializable
  3. sealed trait BitFieldOverflow extends BitFieldCommand
  4. sealed case class BitFieldSet(type: BitFieldType, offset: Int, value: Long) extends BitFieldCommand with Product with Serializable

Value Members

  1. object BitFieldOverflow