C API for BALTECH SDK

§ brp_Main_MatchPlatformId2()

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, theSys.GetPlatformId command can be used as a fallback.

Parameters
[in]protocolused to execute the command
[in]FilterFilter string from a BF2 file to compare to the reader's PlatformID2.
[in]Filter_len
[out]MatchesReturns true if the Filter string matches the PlatformID2 of the reader.