Unpacker.BitAddress Property

TegoOS

UnpackerBitAddress Property
Current bit address in word from which to get data (0 is the most significant bit).

Namespace: Tego.Utils
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public int BitAddress { get; }
Public ReadOnly Property BitAddress As Integer
	Get
public:
property int BitAddress {
	int get ();
}
member BitAddress : int with get

Property Value

Type: Int32
See Also