Fove SDK v1.4.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Attributes | List of all members
src.fove.headset.Result Class Reference
Inheritance diagram for src.fove.headset.Result:
Inheritance graph
[legend]
Collaboration diagram for src.fove.headset.Result:
Collaboration graph
[legend]

Public Member Functions

None __init__ (self, T value, error=capi.ErrorCode.None_)
 
bool __bool__ (self)
 
str __str__ (self)
 
capi.ErrorCode error (self)
 
bool isAcceptable (self)
 
bool isReliable (self)
 
bool isValid (self)
 
bool succeeded (self)
 
T value (self)
 

Public Attributes

 error
 

Protected Attributes

 _error
 
 _value