Class LocationAndTime
Class with information about location and time.
Inheritance
System.Object
LocationAndTime
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Eclo.nF.SIM800H
Assembly: cs.temp.dll.dll
Syntax
public class LocationAndTime
Properties
DateTime
Current date time as provided from location application service
Declaration
public DateTime DateTime { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
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
Declaration
public int ErrorCode { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Latitude
Current latitude as provided from location application service. Value is degrees.
Declaration
public double Latitude { get; }
Property Value
Type | Description |
---|---|
System.Double |
Longitude
Current longitude as provided from location application service. Value is degrees.
Declaration
public double Longitude { get; }
Property Value
Type | Description |
---|---|
System.Double |