Class VocAlgorithmState
Represents the VOC algorithm state.
public class VocAlgorithmState : AbstractReadWriteEntity
- Inheritance
-
VocAlgorithmState
Constructors
VocAlgorithmState()
public VocAlgorithmState()
Properties
State
Gets or sets the VOC algorithm state represented in an 8 byte array.
public byte[] State { get; set; }
Property Value
- byte[]