Interface IOutboundPacket
Interface for all outbound packets.
Namespace: Fibula.Communications.Contracts.Abstractions
Assembly: Fibula.Communications.Contracts.dll
Syntax
public interface IOutboundPacket
Properties
| Improve this Doc View SourcePacketType
Gets the type of this packet.
Declaration
OutgoingPacketType PacketType { get; }
Property Value
Type | Description |
---|---|
OutgoingPacketType |