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: 1.7.3
Syntax
public List<Fault> ActiveFaults { get; set; }

Property Value

ListFault
See Also