LinkType

fs2.protocols.pcap.LinkType
See theLinkType companion trait
object LinkType

Companion for LinkType.

Attributes

Companion
trait
Source
LinkType.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
LinkType.type

Members list

Type members

Classlikes

case object Ethernet extends LinkType

Attributes

Source
LinkType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LinkType
class Object
trait Matchable
class Any
Show all
Self type
Ethernet.type
case object IPv4 extends LinkType

Attributes

Source
LinkType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LinkType
class Object
trait Matchable
class Any
Show all
Self type
IPv4.type
case object IPv6 extends LinkType

Attributes

Source
LinkType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LinkType
class Object
trait Matchable
class Any
Show all
Self type
IPv6.type
case object MPEG2TS extends LinkType

Attributes

Source
LinkType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LinkType
class Object
trait Matchable
class Any
Show all
Self type
MPEG2TS.type
case object Null extends LinkType

Attributes

Source
LinkType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LinkType
class Object
trait Matchable
class Any
Show all
Self type
Null.type
case object Raw extends LinkType

Attributes

Source
LinkType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LinkType
class Object
trait Matchable
class Any
Show all
Self type
Raw.type
case class Unknown(value: Long) extends LinkType

Attributes

Source
LinkType.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LinkType
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def fromInt(l: Int): LinkType

Attributes

Source
LinkType.scala

Attributes

Source
LinkType.scala
def toInt(lt: LinkType): Int

Attributes

Source
LinkType.scala
def toLong(lt: LinkType): Long

Attributes

Source
LinkType.scala

Implicits

Implicits

implicit def codec(implicit bo: ByteOrdering): Codec[LinkType]

Attributes

Source
LinkType.scala