# MessageIdentEnd

**Element name:** MessageIdentEnd

**Description:** End ident of USB message (used for filtering). If used to LOG ALL messages, default value should be 4294967295. If filters are defined mention the END ID for the range. Value is specified in Decimal.

| Type        | Units | Default | MinOcurance | MaxOcurance |
| ----------- | ----- | ------- | ----------- | ----------- |
| unsignedInt | -     | -       | 1           | 1           |

**Example:**

```xml
<MessageIdentEnd>4294967295</MessageIdentEnd>
<MessageIdentEnd>65535</MessageIdentEnd>
<MessageIdentEnd>115</MessageIdentEnd>
```
