Class BitItem
Inheritance
System.Object
BitItem
Namespace: Experior.Core.Communication.GUI
Assembly: Experior.Core.dll
Syntax
public class BitItem : ViewModelBase
Constructors
BitItem(Byte, AllocationState)
Declaration
public BitItem(byte bit, AllocationState state = AllocationState.Default)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | bit | |
AllocationState | state |
Properties
Bit
Declaration
public byte Bit { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
State
Declaration
public AllocationState State { get; set; }
Property Value
Type | Description |
---|---|
AllocationState |