Class DefaultReadPacket
Class that represents the default packet.
Inheritance
System.Object
DefaultReadPacket
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 SourceDefaultReadPacket(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 SourceBytes
Gets the collection of bytes that represent the packet.
Declaration
public byte[] Bytes { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |