public sealed class ListDeviceStatesResponse : IMessage<ListDeviceStatesResponse>, IEquatable<ListDeviceStatesResponse>, IDeepCloneable<ListDeviceStatesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud IoT v1 API class ListDeviceStatesResponse.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides reference information for the `ListDeviceStatesResponse` class within the Cloud IoT v1 API for .NET."],["The `ListDeviceStatesResponse` class is designed to handle the response for the `ListDeviceStates` method, which retrieves a list of device states."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The latest version of `ListDeviceStatesResponse` is 2.2.0, but 5 previous versions are also available, with version 1.0.0 being the oldest."],["The `DeviceStates` property of `ListDeviceStatesResponse` provides access to a collection of `DeviceState` objects, ordered from the most recent to the oldest."]]],[]]