final case class Hello(typeCode: Unsigned16, p2pVersion: Unsigned16, clientId: StringUTF8, capabilities: Capabilities, listenPort: Unsigned16, nodeId: ByteSeqExact64) extends Payload.Base[Hello] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Hello
- Serializable
- Serializable
- Product
- Equals
- Base
- Payload
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Hello(typeCode: Unsigned16, p2pVersion: Unsigned16, clientId: StringUTF8, capabilities: Capabilities, listenPort: Unsigned16, nodeId: ByteSeqExact64)
Value Members
- val capabilities: Capabilities
- val clientId: StringUTF8
- val factory: Factory[Hello]
- val listenPort: Unsigned16
- val nodeId: ByteSeqExact64
-
def
offset: Unsigned16
- Definition Classes
- Payload
- val p2pVersion: Unsigned16
- val typeCode: Unsigned16