Access Restricted
This page contains internal documentation that is not publicly available.
Main.MatchPlatformId2
This command checks if the PlatformID2 of the reader matches the PlatformID2 provided in the Filter parameter.
If this command is not available, the Sys.GetPlatformId command can be used as a fallback.
Properties
- Command code: 0xF004
- Command timeout: 100 ms
- Possible status codes: General status codes
Parameters (request frame)
| Name | Type/Size | Description |
|---|---|---|
| Filter | Raw data (until end of frame) | Filter string from a BF2 file to compare to the reader's PlatformID2. |
Returned values (response frame)
| Name | Type/Size | Description |
|---|---|---|
| Matches | Boolean (8 bits) | Returns true if the Filter string matches the PlatformID2 of the reader. |