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
)
  1. out is the channel to write to.
  2. 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.