This is a CHAI factory.
More...
static ICHAI* CPNS::Factory::CreateCHAI |
( |
CPNS::char8 const *const |
szSDKKey | ) |
|
|
static |
Create a new CHAI instance.
- Parameters
-
[in] | szSDKKey | The SDK Key to be used. This is aimed to avoid using invalid device identity.
- use NULL value: root device are forced to use Test identity.
- use a Manufacturer key: brand ID and name are forced by the key, but you are free to use any model ID and name.
- use a Freeware key: brand ID, model ID, and related names are forced by the key.
|
- Returns
- a new CHAI object to be destroyed using ICHAI::Destroy()