Click or drag to resize

UnitsPersonalized Class

Sent by a process endpoint when a configuration or assignment is made (example MAC Address)
{
  "TransactionId": "e5cf340c-6858-4e26-893d-deae86bc09f1",
  "PersonalizedUnits": [
    {
      "UnitIdentifier": "PANEL23423432",
      "UnitPositionNumber": 1,
      "Characteristics": [
        {
          "Name": "MAC Address",
          "Value": "C0-15-B9-2D-0F-3B"
        }
      ]
    },
    {
      "UnitIdentifier": "PANEL23423432",
      "UnitPositionNumber": 2,
      "Characteristics": [
        {
          "Name": "MAC Address",
          "Value": "C0-15-B9-2D-0F-3C"
        }
      ]
    }
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Production.AssemblyUnitsPersonalized

Namespace: CFX.Production.Assembly
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class UnitsPersonalized : CFXMessage

The UnitsPersonalized type exposes the following members.

Constructors
 NameDescription
Public methodUnitsPersonalized Default constructor
Top
Properties
 NameDescription
Public propertyPersonalizedUnits A list of production units that have been personalized, including the personalization characteristics of each.
Public propertyTransactionId The id of the work transaction with which this installation is associated.
Top
See Also