Show / Hide Table of Contents

    Class DefaultReadPacket

    Class that represents the default packet.

    Inheritance
    System.Object
    DefaultReadPacket
    Implements
    IBytesInfo
    IIncomingPacket
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Fibula.Communications.Packets.Incoming
    Assembly: Fibula.Communications.Packets.dll
    Syntax
    public sealed class DefaultReadPacket : IBytesInfo, IIncomingPacket

    Constructors

    | Improve this Doc View Source

    DefaultReadPacket(Byte[])

    Initializes a new instance of the DefaultReadPacket class.

    Declaration
    public DefaultReadPacket(params byte[] bytes)
    Parameters
    Type Name Description
    System.Byte[] bytes

    The bytes that represent the packet.

    Properties

    | Improve this Doc View Source

    Bytes

    Gets the collection of bytes that represent the packet.

    Declaration
    public byte[] Bytes { get; }
    Property Value
    Type Description
    System.Byte[]

    Implements

    IBytesInfo
    IIncomingPacket

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.