Click or drag to resize

Heartbeat Properties

The Heartbeat type exposes the following members.

Properties
 NameDescription
Public propertyActiveFaults

** 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.
Public propertyActiveRecipes

** NOTE: ADDED in CFX 1.7 **

Any recipes currently active on this endpoint. Recipes may be specified either using their identifiers or by including recipe details such as expected cycle times depending on what information the endpoing is able to communicate. Leaving this parameter as null means that active recipes are not known. Setting it to an empty List implies positive knowledge that there are no active recipes. Multiple recipes may be active at once on a given endpoint.
Public propertyCFXHandle The handle of the endpoint that is publishing the Heartbeat.
Public propertyHeartbeatFrequency The amount of time to expect between Heartbeast messasges for this endpoint
Top
See Also