CIIdentification - Global
-
- UpdatedFeb 1, 2024
- 1 minute read
- Washington DC
- API reference
Main class for discovery CI identification.
Use this with any server-side discovery script for CI identification.
CIIdentification - CIIdentification(String ciData, String logger)
Creates an instance of the CIIdentification class.
Name | Type | Description |
---|---|---|
ciData | String | The CI data to identify |
logger | String | The discovery logger |
CIIdentification - debug(String msg)
Logs a message to the CI Identification log if debug logging is turned on.
Name | Type | Description |
---|---|---|
msg | String | The message to log |
Type | Description |
---|---|
void |
CIIdentification - process()
Identifies the CI. This is the entry point for the entire CI Identification process.
Name | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
IDResult | The result returned by the identifier |