Class AddOrUpdateCombinedItemArgs.DMonItemArgsV2
Inheritance
Object
AddOrUpdateCombinedItemArgs.DMonItemArgsV2
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class DMonItemArgsV2
Properties
BitStateLabel
Declaration
[JsonProperty("label")]
public BitStateLabel BitStateLabel { get; set; }
Property Value
CharCount
Declaration
public int CharCount { get; set; }
Property Value
DataType
Declaration
public DataType DataType { get; set; }
Property Value
DeadValue
Declaration
public float DeadValue { get; set; }
Property Value
Encoding
Declaration
public EncodeType Encoding { get; set; }
Property Value
FractionalDigits
Declaration
[JsonProperty("fracDigits")]
public int FractionalDigits { get; set; }
Property Value
GroupId
Declaration
[JsonProperty("dmonGrpId")]
public long GroupId { get; set; }
Property Value
GroupName
Declaration
[JsonProperty("dmonGrpName")]
public string GroupName { get; set; }
Property Value
Id
Declaration
public long Id { get; set; }
Property Value
IntegralDigits
Declaration
[JsonProperty("intDigits")]
public int IntegralDigits { get; set; }
Property Value
IoWidth
Declaration
public DataWidth IoWidth { get; set; }
Property Value
IsDeviceChanged
Declaration
[JsonIgnore]
[JsonProperty("deviceChanged")]
public bool IsDeviceChanged { get; set; }
Property Value
MainAddress
Declaration
[JsonProperty("addr")]
public int MainAddress { get; set; }
Property Value
Memo
Declaration
[JsonProperty("memo")]
public string Memo { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
PlcName
Declaration
[JsonProperty("devAlias")]
public string PlcName { get; set; }
Property Value
Privilege
Declaration
[JsonProperty("privilege")]
public PrivilegeType Privilege { get; set; }
Property Value
RegId
Declaration
public int RegId { get; set; }
Property Value
RegName
Declaration
[JsonProperty("regName")]
public string RegName { get; set; }
Property Value
StationNo
Declaration
[JsonProperty("station")]
public int StationNo { get; set; }
Property Value
StringByteOrder
Declaration
public StringByteOrder StringByteOrder { get; set; }
Property Value
SubAddress
Declaration
[JsonProperty("subAddr")]
public int SubAddress { get; set; }
Property Value
SubIndex
Declaration
[JsonProperty("addrBlk")]
public int SubIndex { get; set; }
Property Value
TaskState
Declaration
[JsonProperty("tstate")]
public int TaskState { get; set; }
Property Value
TrafficSaving
Declaration
[JsonProperty("trafficSaving")]
public bool TrafficSaving { get; set; }
Property Value
Unit
Declaration
public string Unit { get; set; }
Property Value