Represents the size of the SDP element in the record binary format,
and is stored as the lower 3 bits of the header byte.
| C# | Visual Basic |
public enum SizeIndex
Public Enumeration SizeIndex
| Member | Description |
|---|---|
| LengthOneByteOrNil | |
| LengthTwoBytes | |
| LengthFourBytes | |
| LengthEightBytes | |
| LengthSixteenBytes | |
| AdditionalUInt8 | |
| AdditionalUInt16 | |
| AdditionalUInt32 |