Click or drag to resize
LocationAndTime Class
Class with information about location and time.
Inheritance Hierarchy
SystemObject
  Eclo.NETMF.SIM800HLocationAndTime

Namespace: Eclo.NETMF.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
public class LocationAndTime

The LocationAndTime type exposes the following members.

Properties
  NameDescription
Public propertyDateTime
Current date time as provided from location application service
Public propertyErrorCode
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
Public propertyLatitude
Current latitude as provided from location application service. Value is degrees.
Public propertyLongitude
Current longitude as provided from location application service. Value is degrees.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also