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