public readonly struct CommandStatusPage
Public Structure CommandStatusPage
public value class CommandStatusPage
[<SealedAttribute>]
type CommandStatusPage =
struct
inherit ValueType
end
LastCommandReceived | Gets the last command received. |
ResponseData | Gets the response of the last command. |
SequenceNumber | Gets the sequence number of the last command. |
Status | Gets the status of the last command. |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |