Class CanEmulateCommandResponse
Response for Tells whether emulation is supported.
public sealed class CanEmulateCommandResponse : ICommandResponse<CanEmulateCommandSettings>, ICommandResponse
- Inheritance
-
CanEmulateCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Result
True if emulation is supported.
[JsonPropertyName("result")]
public bool Result { get; set; }