Class HdataItemDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FBoxClientDriver.Contract
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class HdataItemDto
Properties
ControlOptions
使能控制
Declaration
[JsonProperty("ctrl")]
public HDataControlOptionsV2 ControlOptions { get; set; }
Property Value
Type | Description |
---|---|
HDataControlOptionsV2 |
IsControl
是否使能控制
Declaration
[JsonProperty("hasCtrl")]
public bool IsControl { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
名称
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RecordingPeriod
采样周期
Declaration
[JsonProperty("period")]
public int RecordingPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |