7 class __declspec(dllexport) OwnerService :
public ot::Owner<ot::serviceID_t>
12 ot::OwnerService ownerFromJson(JsonValue& _object);
13 void addToJsonObject(JsonValue& _object, JsonAllocator& _allocator);
16 const std::string m_jsonMemberName =
"goid_";
static const serviceID_t invalidServiceID
The invalid service ID, a Service must not have this ID assigned.
Definition CoreTypes.h:17
unsigned short serviceID_t
ID type used to identify a service (16 bit unsigned integer).
Definition CoreTypes.h:14