TReK Python  5.3.2
Telemetry/Command API
ResponseInfo Class Reference

Dataclass holding the details of a specific command response. More...

Public Member Functions

def ResponseInfo ( int value, str info, bool error) -> None 
 Class initializer. More...
 

Public Attributes

 value
 The response info value.
 
 info
 The response.
 
 error
 If the response was in error.
 

Detailed Description

Dataclass holding the details of a specific command response.

Constructor & Destructor Documentation

◆ ResponseInfo()

ResponseInfo (value : int