Class MessageOfTheDayPacket
Class that represents an outgoing message of the day packet.
Inheritance
System.Object
MessageOfTheDayPacket
Implements
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.Outgoing
Assembly: Fibula.Communications.Packets.dll
Syntax
public sealed class MessageOfTheDayPacket : IOutboundPacket
Constructors
| Improve this Doc View SourceMessageOfTheDayPacket(String)
Initializes a new instance of the MessageOfTheDayPacket class.
Declaration
public MessageOfTheDayPacket(string messageOfTheDay)
Parameters
Type | Name | Description |
---|---|---|
System.String | messageOfTheDay | The message. |
Properties
| Improve this Doc View SourceMessageOfTheDay
Gets the message of the day.
Declaration
public string MessageOfTheDay { get; }
Property Value
Type | Description |
---|---|
System.String |
PacketType
Gets the type of this packet.
Declaration
public OutgoingPacketType PacketType { get; }
Property Value
Type | Description |
---|---|
OutgoingPacketType |