[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[] WalkRequestFailed(
	byte sequence,
	ushort x,
	ushort y,
	byte z,
	byte direction
)
Public Shared Function WalkRequestFailed ( _
	sequence As Byte, _
	x As UShort, _
	y As UShort, _
	z As Byte, _
	direction As Byte _
) As Byte()
public:
static array<unsigned char>^ WalkRequestFailed(
	unsigned char sequence, 
	unsigned short x, 
	unsigned short y, 
	unsigned char z, 
	unsigned char direction
)

Parameters

sequence
Byte
x
UInt16
y
UInt16
z
Byte
direction
Byte

See Also