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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static byte[] CharacterStatsRequest(
	uint serial,
	PacketBuilder..::.StatsRequestType type
)
Public Shared Function CharacterStatsRequest ( _
	serial As UInteger, _
	type As PacketBuilder..::.StatsRequestType _
) As Byte()
public:
static array<unsigned char>^ CharacterStatsRequest(
	unsigned int serial, 
	PacketBuilder..::.StatsRequestType type
)

See Also