Packer.BitAddress Property

TegoOS

PackerBitAddress Property
Bit address within word where data will be added. 0 is beginning of word and 15 is the last bit therein.

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