[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Communication.Packets
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class AsciiSpeechRequest : VariablePacket
Public Class AsciiSpeechRequest _
	Inherits VariablePacket
public ref class AsciiSpeechRequest : public VariablePacket

Members

            
 All Members  Constructors   Fields   Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AsciiSpeechRequest(array<Byte>[]()[])
Initializes a new instance of the AsciiSpeechRequest class
Color
Data (Inherited from PacketBase.)
Font
Id (Overrides PacketBase..::.Id.)
Lenght (Inherited from VariablePacket.)
PacketId
Text
Type

Inheritance Hierarchy

System..::.Object
  Phoenix.Communication.Packets..::.PacketBase
    Phoenix.Communication.Packets..::.VariablePacket
      Phoenix.Communication.Packets..::.AsciiSpeechRequest

See Also