AMQPuByte Class

An AMQP unsigned byte object.

Inheritance
AMQPuByte

Constructor

AMQPuByte(value)

Parameters

Name Description
value
Required

The value to encode as an AMQP unsigned Byte.

Variables

Name Description
value
int

The Python value of the AMQP uByte.

c_data

The C AMQP encoded object.

Attributes

c_data

value