Click or drag to resize

HeartbeatActiveFaults Property

** NOTE: ADDED in CFX 1.7 **

Any faults currently active on this endpoint. Faults should be repeated here until cleared. Leaving this parameter as null means that active faults are not known. Setting it to an empty List implies positive knowledge that there are no active faults.

Namespace: CFX
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public List<Fault> ActiveFaults { get; set; }

Property Value

ListFault
See Also