NzaeApi Class Reference
This class is the result of an AE connection request.
Public member functions
- void close()
- Closes api API objects.
Public attributes
- aeAggregate
- Aggregate.
- aeFunction
- Function.
- aeShaper
- Sharpe.
- apiType
- Type of API in object.
Static public attributes
- AGGREGATION
- Aggregate API type.
- ANY
- Any API type.
- FUNCTION
- Function API type.
- SHAPER
- Shaper API type.
- UNKNOWN
- Unknown API type.
Member data documentation
- NzaeAgg aeAggregate
- Aggregate.
- Nzae aeFunction
- Function.
- NzaeShaper aeShaper
- Sharpe.
- int apiType
- Type of API in object.
Static member data documentation
- final int AGGREGATION= 2
- Aggregate API type.
- final int ANY= 4
- Any API type.
- final int FUNCTION= 1
- Function API type.
- final int SHAPER= 3
- Shaper API type.
- final int UNKNOWN= 0
- Unknown API type.