TReK Python  5.3.3
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  -> def  -> def ) -> def 
 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()

(value : int