Click or drag to resize

Resource Class

** NOTE: ADDED in CFX 1.3 **

Describes the details of a particular Resource. This is a dynamic structure.
Inheritance Hierarchy

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

The Resource type exposes the following members.

Constructors
 NameDescription
Public methodResource

** NOTE: ADDED in CFX 1.3 **

Default constructor
Top
Properties
 NameDescription
Public propertyFirmwareVersion The firmware version of the machine / resource (optional)
Public propertyModelNumber The model number of the machine / resource
Public propertyName The name of the resource to be used in GUIs or reporting (optional)
Public propertyResourceType The type of resource (e.g. SMT, AOI, Oven).
Public propertySerialNumber The serial number of the machine / resource
Public propertySoftwareVersion The software version of the machine / resource
Public propertyType

** NOTE: ADDED in CFX 1.7 **

The type of resource (machine, shelf...).
Public propertyUniqueIdentifier The barcode, RFID, or other unique identifier that is used to identify this machine / resource.
Public propertyVendor The name of the vendor of the machine / resource (optional)
Top
See Also