Class PinConfigurationHistorySaveData
Container for serializing ValueHistoryPinConfiguration objects.
Inheritance
object
PinConfigurationHistorySaveData
Namespace: AS2
Assembly: .dll
Syntax
[Serializable]
public class PinConfigurationHistorySaveData
Fields
| Edit this page View Sourceconfigs
An array containing the compressed pin configurations stored in the history.
Declaration
public PinConfigurationSaveData[] configs
Field Value
Type | Description |
---|---|
PinConfigurationSaveData[] |
idxHistory
The serializable representation of the index history.
Declaration
public ValueHistorySaveData<int> idxHistory
Field Value
Type | Description |
---|---|
ValueHistorySaveData<int> |