◆ ProfileMetaData() [1/2]
| ProfileMetaData::ProfileMetaData | ( | ProfileMetaData * | profile | ) |
Construct a new instance of ProfileMetaData from an existing instance.
This copies the existing instance and does not hold a reference to it.
- Parameters
-
- profile - to copy
◆ ProfileMetaData() [2/2]
ProfileMetaData::ProfileMetaData ( uint32_t profileId, uint32_t signatureCount, byte componentId ) Create a new instance of ProfileMetaData.
This should only be used internally by the Collection class.
- Parameters
-
- profileId - the unique id of the profile
- signatureCount - the number of signatures in the profile
- componentId - the unique id of the component the profile relates to
Member Function Documentation
◆ getComponentId()
byte ProfileMetaData::getComponentId ( ) Get the unique id of the component the profile relates to.
- Returns
- unique component id
◆ getProfileId()
uint32_t ProfileMetaData::getProfileId ( ) Get the unique id of the profile.
- Returns
- unique id
◆ getSignatureCount()
uint32_t ProfileMetaData::getSignatureCount ( ) Get the number of signatures in the profile.
- Returns
- the number of signatures
The documentation for this class was generated from the following files:- ProfileMetaData.hpp
- ProfileMetaData.cpp
