rby1_sdk.Feedback#

class Feedback#

Bases: pybind11_object

Base type for all feedback messages.

Use valid() to check whether the parser filled this feedback instance.

valid#

Whether this feedback object contains valid data.

Type:

bool

__init__(self: rby1_sdk.Feedback) None#

Construct a Feedback instance.

Methods

__init__(self)

Construct a Feedback instance.

Attributes

valid

Whether this feedback object contains valid data.

property valid#

Whether this feedback object contains valid data.

Returns:

True if the parser filled this feedback; otherwise False.

Return type:

bool