![]()  | 
     BALTECH Docs | 
    C API for BALTECH SDK
   
    
   
   | 
   
| brp_errcode brp_Main_MatchPlatformId2 | ( | brp_protocol | protocol, | 
| brp_buf | Filter, | ||
| size_t | Filter_len, | ||
| bool * | Matches | ||
| ) | 
This command checks if the PlatformID2 of the reader matches the PlatformID2 provided in the Filter parameter.
If this command is not available, the brp_Sys_GetPlatformId() command can be used as a fallback.
| [in] | protocol | used to execute the command | 
| [in] | Filter | Filter string from a BF2 file to compare to the reader's PlatformID2. | 
| [in] | Filter_len | |
| [out] | Matches | Returns true if the Filter string matches the PlatformID2 of the reader. |