[This is preliminary documentation and is subject to change.]
Requests status of character from server.
Namespace:
Phoenix
Assembly:
Phoenix (in Phoenix.dll) Version: 0.7.0.0
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public static bool RequestCharacterStatus(
Serial serial,
int timeout
)
Public Shared Function RequestCharacterStatus ( _
serial As Serial, _
timeout As Integer _
) As Boolean
public:
static bool RequestCharacterStatus(
Serial serial,
int timeout
)
Parameters
- serial
- Serial
Character serial.
- timeout
- Int32
Timeout period.
Return Value
True when status update received; otherwise false.
See Also