Click or drag to resize

UnitsPersonalized Class

[This is preliminary documentation and is subject to change.]

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:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class UnitsPersonalized : CFXMessage

The UnitsPersonalized type exposes the following members.

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