Click or drag to resize

Endpoint Class

Describes the details of a particular Endpoint that is participating in a CFX network. This is a dynamic structure.
Inheritance Hierarchy

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class Endpoint

The Endpoint type exposes the following members.

Constructors
 NameDescription
Public methodEndpoint Default constructor
Top
Properties
 NameDescription
Public propertyCFXHandle The handle of the endpoint that is responding
Public propertyCFXVersion The version of CFX supported / utilized by this endpoint
Public propertyFirmwareVersion

** NOTE: ADDED in CFX 1.2 **

The firmware version of the endpoint
Public propertyFriendlyName The name of the endpoint to be used in GUIs or reporting
Public propertyHermesInformation Contains information related to the Endpoint's support for the Hermes standard. If null, the Endpoint does not support Hermes.
Public propertyModelNumber The model number of the endpoint
Public propertyNumberOfLanes The number of production lanes of the endpoint
Public propertyOperatingRequirements Specifies the operating requirements (environmental, etc.) of a given endpoint. May be null if not applicable.
Public propertyOperatingSystem

** NOTE: ADDED in CFX 1.2 **

The operating system in place at this endpoint
Public propertyOperatingSystemPlatform

** NOTE: ADDED in CFX 1.2 **

The platform of the operating system in place at this endpoint
Public propertyOperatingSystemVersion

** NOTE: ADDED in CFX 1.2 **

The firmware version of the endpoint
Public propertyRequestNetworkUri The network address / Uri to be used for requests to this endpoint
Public propertyRequestTargetAddress The AMQP 1.0 target address to be used for requests to this endpoint
Public propertySerialNumber The serial number of the endpoint
Public propertySleepStates

** NOTE: ADDED in CFX 1.3 **

Contains information related to the Endpoint's sleep states.
Public propertySoftwareVersion

** NOTE: ADDED in CFX 1.2 **

The software version of the endpoint
Public propertyStages Describes the stages (zones) of the endpoint, including buffer stages.
Public propertySupportedPCBDimensions

** NOTE: ADDED in CFX 1.3 -Previously was in derived class SMTPlacementEndpoint. **

The maximum and minimum dimensions that a PCB panel or fixture must conform to in order to be processed by this SMT Placement machine. May be overridden for each lane (see SMTLaneInformation).
Public propertySupportedTopics A list of the SupportedTopic structures describing the level of support for this endpoint
Public propertyUniqueIdentifier The barcode, RFID, or other unique identifier that is used to identify this machine / endpoint.
Public propertyVendor The name of the vendor of the endpoint.
Top
See Also