Class HdataDtoV2
历史记录条目基类
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 HdataDtoV2 : DataSourceDtoV2
Properties
ControlOptions
使能设置配置 HDataControlOptionsV2
Declaration
[JsonProperty("ctrlOptions")]
public HDataControlOptionsV2 ControlOptions { get; set; }
Property Value
Type | Description |
---|---|
HDataControlOptionsV2 |
FractionalDigits
小数位
Declaration
[JsonProperty("fracDigits")]
public int FractionalDigits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IntegralDigits
整数位
Declaration
[JsonProperty("intDigits")]
public int IntegralDigits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsControl
是否使能设置
Declaration
[JsonProperty("hasCtrl")]
public bool IsControl { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Memo
备注
Declaration
[JsonProperty("memo")]
public string Memo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
名称
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RecordingPeriod
采样时间(单位:s)
Declaration
[JsonProperty("samplePeriod")]
public int RecordingPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |