Show / Hide Table of Contents

    Class OutgoingPacketTypeExtensions

    Static class that contains helper methods to convert OutgoingPacketType.

    Inheritance
    System.Object
    OutgoingPacketTypeExtensions
    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.Protocol.V772.Extensions
    Assembly: Fibula.Protocol.V772.dll
    Syntax
    public static class OutgoingPacketTypeExtensions

    Methods

    | Improve this Doc View Source

    ToByte(OutgoingPacketType)

    Attempts to convert an OutgoingPacketType value into a byte value.

    Declaration
    public static byte ToByte(this OutgoingPacketType packetType)
    Parameters
    Type Name Description
    OutgoingPacketType packetType

    The packet type to convert.

    Returns
    Type Description
    System.Byte

    The byte value converted to.

    • 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.