Szerkesztés

Megosztás a következőn keresztül:


Tag.IsFieldIdValid Property

Definition

Gets a value indicating whether the FieldIdDelta property is valid.

public bool IsFieldIdValid { get; }
member this.IsFieldIdValid : bool
Public ReadOnly Property IsFieldIdValid As Boolean

Property Value

true if the FieldIdDelta represents a complete id, false if more data is required.

Remarks

If all bits are set in the field id portion of the tag, this field id is not valid and this tag must be followed by a field id. Therefore, field ids 0-6 can be represented without additional bytes.

Applies to