Show / Hide Table of Contents

Class DifferentVersionMsg

A reply to any messages with different AppProtocolVersion. Contains the expected and actual AppProtocolVersion value of the message.

Inheritance
Object
MessageContent
DifferentVersionMsg
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 DifferentVersionMsg : MessageContent

Properties

| Improve this Doc View Source

DataFrames

A reply to any messages with different AppProtocolVersion. Contains the expected and actual AppProtocolVersion value of the message.

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

Type

A reply to any messages with different AppProtocolVersion. Contains the expected and actual AppProtocolVersion value of the message.

Declaration
public override MessageContent.MessageType Type { get; }
Property Value
Type Description
MessageContent.MessageType
Overrides
MessageContent.Type
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium