util.Channels.writeNetInt8
Writes the byte of an 8 bit integer to a
base.Channel
.
Syntax
Important:
This feature is experimental, the syntax/name and semantics/behavior may change in a future version.
util.Channels.writeNetInt8(
out base.Channel
,
v SMALLINT
)
- out is the channel to write to.
- v is the 8 bit integer to be written.
Usage
The util.Channels.writeNetInt16()
writes the specified 8 bit integer, into a
base.Channel
object.