Class HdataChannelDto
Inheritance
System.Object
HdataChannelDto
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 HdataChannelDto : DataSourceDtoV2
Properties
ChannelName
Declaration
[JsonProperty("name")]
public string ChannelName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Declaration
[JsonProperty("desc")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
Unit
Declaration
public string Unit { get; set; }
Property Value
Type | Description |
---|---|
System.String |