The DeviceAtlas CarrierApi documentation
|
CMobi.Mtld.DA.Carrier.ByteReader | This class wraps a ByteBuffer to get data from a byte[] array. All numeric values are read in little endian byte order |
▼CMobi.Mtld.DA.Carrier.CarrierApi | |
CMobi.Mtld.DA.Carrier.CarrierApiWeb | |
CMobi.Mtld.DA.Carrier.CarrierApiWebCore | |
CMobi.Mtld.DA.DataFile.DataFileConfig | DataFile class represents the data file download/load configuration option. |
CMobi.Mtld.DA.DataFile.DataFileConfigBuilder | Fluent builder for the DataFile class. |
CMobi.Mtld.DA.DataType | The data types for various properties. Each Property object returned has a getDataType() method. |
▼CDictionary | |
CMobi.Mtld.DA.Properties | Maps dtring property names to Property objects. An instance of this class is returned for every GetProperties() lookup that matches an IP. |
CMobi.Mtld.DA.DataFile.DownloadAndLoadTaskFailureCallback | |
CMobi.Mtld.DA.DataFile.DownloadAndLoadTaskSuccessCallback | |
▼CException | |
CMobi.Mtld.DA.Exception.ClientPropertiesException | The ClientPropertiesException is thrown by the API when there is a problem parsing the properties from the client or when the JSON file does not support client side properties. |
CMobi.Mtld.DA.Exception.DataFileException | The DataFileException is thrown if there is a problem loading the data file. |
CMobi.Mtld.DA.Exception.DataReadException | The DataReadException is thrown if there is a problem loading the data from stream. |
CMobi.Mtld.DA.Exception.IncorrectPropertyException | The InvalidPropertyException is thrown by the Api class when there is an attemp to fetch a property that is unknown for the supplied user agent. |
CMobi.Mtld.DA.Exception.IncorrectPropertyTypeException | The InvalidPropertyException is thrown by the Api class when there is an attemp to fetch a property by type and the property is stored under a different type in the tree. |
CMobi.Mtld.DA.Exception.InvalidPropertyException | The InvalidPropertyException is thrown by the Api class when there is an attemp to fetch a property that is unknown for the supplied user agent. |
CMobi.Mtld.DA.Exception.InvalidPropertyNameException | The 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. |
CMobi.Mtld.DA.Exception.JsonException | The JsonException is thrown by the Json class or the Api class when there is an error parsing the Json. |
CMobi.Mtld.DA.Exception.MissingDataException | The MissingDataException is thrown if a data file was not loaded before a call to methods like GetProperties(String ip) or GetPropertyNames(); |
CMobi.Mtld.DA.Exception.UnknownHostException | The MissingDataException is thrown if a data file was not loaded before a call to methods like GetProperties(string ip) or GetPropertyNames(); |
CMobi.Mtld.DA.Exception.UnknownPropertyException | The UnknownPropertyException is thrown by the Api class when there is an attemp to fetch a property unknown to the tree. |
CMobi.Mtld.DA.Carrier.NamespaceDoc | DeviceAtlas Carrier API |
CMobi.Mtld.DA.Property | Contains 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. |
CMobi.Mtld.DA.PropertyName | Contains 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. |