[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[] ItemEquipRequest(
	uint serial,
	uint character,
	byte layer
)
Public Shared Function ItemEquipRequest ( _
	serial As UInteger, _
	character As UInteger, _
	layer As Byte _
) As Byte()
public:
static array<unsigned char>^ ItemEquipRequest(
	unsigned int serial, 
	unsigned int character, 
	unsigned char layer
)

Parameters

serial
UInt32
character
UInt32
layer
Byte

See Also