|  | LocationAndTime Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Eclo.NETMF.SIM800H
 Syntax
Syntaxpublic class LocationAndTime
The LocationAndTime type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DateTime | 
            Current date time as provided from location application service
             | 
|  | ErrorCode | 
            Error code for the request.
            404 - not found
            408 - request timeout
            601 - network error
            602 - no memory
            603 - DNS error
            604 - Stack busy
            65535 - Other error
             | 
|  | Latitude | 
            Current latitude as provided from location application service. Value is degrees.
             | 
|  | Longitude | 
            Current longitude as provided from location application service. Value is degrees.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also