trait NetworkElement extends Any
Created by chris on 1/14/16. This represents a element that can be serialized to be sent over the network
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- NetworkElement
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def bytes: ByteVector
The byte representation of the NetworkElement
- abstract def getClass(): Class[_ <: AnyRef]
- Definition Classes
- Any
Concrete 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 equals(arg0: Any): Boolean
- Definition Classes
- Any
- def hashCode(): Int
- Definition Classes
- Any
- def hex: String
The hexadecimal representation of the NetworkElement
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logger: Logger
- def size: Long
The size of the NetworkElement in bytes.
- def toString(): String
- Definition Classes
- Any