stream.readUInt16
(Redirected from Stream.readUInt16)
Jump to navigation
Jump to search
Method
Server and Client
All Games
Online and Offline
Server 1.0.0, Client 1.0.0
Description
The stream.readUInt16 method is used to read 16 bits (2 bytes) with unsigned integer interpretation from a stream.
Parameters
Type | Description |
---|---|
void | This method doesn't take any parameters. |
Returns
Success Returns
Type | Description |
---|---|
int
|
A number between 0 and 65,535 inclusive both ends. |
Failure Returns
Type | Value |
---|---|
null
|
n/a
|
Types
This method can only be used on the Stream
type.
Notes
There aren't any notes for this method.
Examples
There aren't any examples for this method.
Compatibility
There isn't any compatibility information for this method.