The DeviceAtlas Carrier documentation
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CCom.DeviceAtlas.Carrier.ByteReaderThis class wraps a ByteBuffer to get data from a byte[] array. All numeric values are read in little endian byte order
 CCom.DeviceAtlas.Carrier.CarrierApi
 CCom.DeviceAtlas.Carrier.CarrierApiWeb
 CCom.DeviceAtlas.Carrier.CarrierApiWeb
 CCom.DeviceAtlas.DataFile.DataFileConfigDataFile class represents the data file download/load configuration option.
 CCom.DeviceAtlas.DataFile.DataFileConfigBuilderFluent builder for the DataFile class.
 CCom.DeviceAtlas.DataTypeThe data types for various properties. Each Property object returned has a getDataType() method.
 CDictionary
 CCom.DeviceAtlas.PropertiesMaps dtring property names to Property objects. An instance of this class is returned for every GetProperties() lookup that matches an IP.
 CCom.DeviceAtlas.DataFile.DownloadAndLoadTaskFailureCallback
 CCom.DeviceAtlas.DataFile.DownloadAndLoadTaskSuccessCallback
 CException
 CCom.DeviceAtlas.Exception.ClientPropertiesExceptionhe MissingDataException is thrown if a data file was not loaded before a call to methods like GetProperties(string identifier) or GetPropertyNames()
 CCom.DeviceAtlas.Exception.DataLoadingExceptionThe DataLoadException is thrown if there is a problem loading the data file.
 CCom.DeviceAtlas.Exception.IncorrectPropertyTypeExceptionThe InvalidPropertyException is thrown by the Api class when there is an attempt to fetch a property by type and the property is stored under a different type in the tree.
 CCom.DeviceAtlas.Exception.InvalidPropertyNameExceptionThe InvalidPropertyNameException is thrown when an attempt is made to get a property using a property name that does not exist. This typically happens if the property name is misspelled. A full list of possible property names can be found using the GetPropertyNames() method of CarrierApi.
 CCom.DeviceAtlas.Exception.JsonExceptionModel of a component's Client-side rule in the trie.
 CCom.DeviceAtlas.Exception.MissingDataExceptionhe MissingDataException is thrown if a data file was not loaded before a call to methods like GetProperties(string identifier) or GetPropertyNames()
 CCom.DeviceAtlas.Exception.UnknownHostExceptionThe MissingDataException is thrown if a data file was not loaded before a call to methods like GetProperties(string ip) or GetPropertyNames();
 CCom.DeviceAtlas.PropertyContains a property value. The value can be fetched as a generic Object or one of the convenience asXXXX methods can be used to get the value in a specific type.
 CCom.DeviceAtlas.PropertyBuilderBuilder class to create Property object and cast the value to the correct data type.
 CCom.DeviceAtlas.PropertyNameContains a property name and the expected data type of values associated with this name. This is returned in a Set when the method getPropertyNames() is called.