AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The device's position, IP address, and Wi-Fi access points.

Inheritance Hierarchy

System.Object
  Amazon.LocationService.Model.DeviceState

Namespace: Amazon.LocationService.Model
Assembly: AWSSDK.LocationService.dll
Version: 3.x.y.z

Syntax

C#
public class DeviceState

The DeviceState type exposes the following members

Constructors

NameDescription
Public Method DeviceState()

Properties

NameTypeDescription
Public Property Accuracy Amazon.LocationService.Model.PositionalAccuracy

Gets and sets the property Accuracy.

Public Property CellSignals Amazon.LocationService.Model.CellSignals

Gets and sets the property CellSignals.

The cellular network infrastructure that the device is connected to.

Public Property DeviceId System.String

Gets and sets the property DeviceId.

The device identifier.

Public Property Ipv4Address System.String

Gets and sets the property Ipv4Address.

The device's Ipv4 address.

Public Property Position System.Collections.Generic.List<System.Double>

Gets and sets the property Position.

The last known device position.

Public Property SampleTime System.DateTime

Gets and sets the property SampleTime.

The timestamp at which the device's position was determined. Uses ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

Public Property WiFiAccessPoints System.Collections.Generic.List<Amazon.LocationService.Model.WiFiAccessPoint>

Gets and sets the property WiFiAccessPoints.

The Wi-Fi access points the device is using.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5