CRaPI - Correct Robust and Perfect API

HearInfo Members

HearInfo overview

Public Static Methods

CreateParses the hear message from the server

Public Instance Properties

CurrentPlayModeThe playmode if the message came from the referee.
CurrentRefereeMessageThe referee message if the message came from the referee.
CycleWhat cycle the hear message was received.
IsRefereeMessageWhether it is a message from the referee or not.
Item (inherited from InfoBase)The parameter from the server
MessageThe message, i.e. what was heard.
SenderThe sender of the message.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
getDouble (inherited from InfoBase)Overloaded. Gets a value from the message, mapping pKey to an attribute, and converts the value to a double.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
getInt (inherited from InfoBase)Gets a value from the message, mapping pKey to an attribute, and converts the value to an int.
GetType (inherited from Object)Gets the Type of the current instance.
ToString Creates a string representation of the HearInfo

Protected Instance Fields

mValues (inherited from InfoBase)The hashtable containing the keys and values parsed from the message.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

HearInfo Class | TeamYaffa.CRaPI.Info Namespace