Defines the "high bit" that is the sign extension bit for a 8-bit signed value.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.4.3.0 (0.4.3.0)

Syntax

C#
protected static readonly byte HIGH_BIT
Visual Basic (Declaration)
Protected Shared ReadOnly HIGH_BIT As Byte
Visual C++
protected:
static initonly unsigned char HIGH_BIT

Remarks

[Missing <remarks> documentation for "F:SnmpSharpNet.AsnType.HIGH_BIT"]

See Also