# MessageIdentStart

**Element name:** MessageIdentStart

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

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

**Example:**

```xml
<MessageIdentStart>0</MessageIdentStart>
<MessageIdentStart>65535</MessageIdentStart>
<MessageIdentStart>98</MessageIdentStart>
```
