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 SourceToByte(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. |