Class HdataDtoV2
历史记录条目基类
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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 |
---|---|
Int32 |
IntegralDigits
整数位
Declaration
[JsonProperty("intDigits")]
public int IntegralDigits { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
IsControl
是否使能设置
Declaration
[JsonProperty("hasCtrl")]
public bool IsControl { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Memo
备注
Declaration
[JsonProperty("memo")]
public string Memo { get; set; }
Property Value
Type | Description |
---|---|
String |
Name
名称
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
RecordingPeriod
采样时间(单位:s)
Declaration
[JsonProperty("samplePeriod")]
public int RecordingPeriod { get; set; }
Property Value
Type | Description |
---|---|
Int32 |