uint8 top-level constant

_Uint8 const uint8

Converts a integer into a single byte that represents an unsigned Int8 value.

The value has to be between 0 and 255, inclusive.

It has a byte length of 1.

Usage:

payload.set(uint8, 250);

Implementation

const uint8 = _Uint8();