Show / Hide Table of Contents

Struct QueuedClientPacket

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: SlipeServer.Server.Clients
Assembly: SlipeServer.Server.dll
Syntax
public struct QueuedClientPacket

Properties

| Edit this page View Source

Data

Declaration
public byte[] Data { readonly get; set; }
Property Value
Type Description
byte[]
| Edit this page View Source

PacketId

Declaration
public PacketId PacketId { readonly get; set; }
Property Value
Type Description
PacketId
| Edit this page View Source

priority

Declaration
public PacketPriority priority { readonly get; set; }
Property Value
Type Description
PacketPriority
| Edit this page View Source

reliability

Declaration
public PacketReliability reliability { readonly get; set; }
Property Value
Type Description
PacketReliability
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX