Show / Hide Table of Contents

Class NeighborsMsg

Message containing nearby peers. A reply to FindNeighborsMsg.

Inheritance
Object
MessageContent
NeighborsMsg
Inherited Members
MessageContent.Id
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Libplanet.Net.Messages
Assembly: Libplanet.Net.dll
Syntax
public class NeighborsMsg : MessageContent

Constructors

| Improve this Doc View Source

NeighborsMsg(Byte[][])

Message containing nearby peers. A reply to FindNeighborsMsg.

Declaration
public NeighborsMsg(byte[][] dataFrames)
Parameters
Type Name Description
Byte[][] dataFrames
See Also
FindNeighborsMsg
| Improve this Doc View Source

NeighborsMsg(IEnumerable<BoundPeer>)

Message containing nearby peers. A reply to FindNeighborsMsg.

Declaration
public NeighborsMsg(IEnumerable<BoundPeer> found)
Parameters
Type Name Description
IEnumerable<BoundPeer> found
See Also
FindNeighborsMsg

Properties

| Improve this Doc View Source

DataFrames

Message containing nearby peers. A reply to FindNeighborsMsg.

Declaration
public override IEnumerable<byte[]> DataFrames { get; }
Property Value
Type Description
IEnumerable<Byte[]>
Overrides
MessageContent.DataFrames
See Also
FindNeighborsMsg
| Improve this Doc View Source

Found

Message containing nearby peers. A reply to FindNeighborsMsg.

Declaration
[LogAsScalar(false)]
public IImmutableList<BoundPeer> Found { get; }
Property Value
Type Description
IImmutableList<BoundPeer>
See Also
FindNeighborsMsg
| Improve this Doc View Source

Type

Message containing nearby peers. A reply to FindNeighborsMsg.

Declaration
public override MessageContent.MessageType Type { get; }
Property Value
Type Description
MessageContent.MessageType
Overrides
MessageContent.Type
See Also
FindNeighborsMsg

See Also

FindNeighborsMsg
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium