Class SpaceResult

Inheritance Relationships

Base Type

Class Documentation

class SpaceResult : public csp::systems::ResultBase

Data class used to contain information when attempting to get a space.

Public Functions

const Space &GetSpace() const

Retrieves the space array being stored.

Returns

Space : reference to the space

const csp::common::String &GetSpaceCode() const

Retrieves the code associated with the space.

This is typically only useful for internal Connected Spaces Platform functionality.

Returns

csp::common::String : the space code

inline SpaceResult(csp::systems::EResultCode ResCode, uint16_t HttpResCode)