Data Sheet

Table Of Contents
92
Parameters
None
Result
User can evaluate the command results(including sub-results) using IfMatched/ElseMatched
command.
List of result values:
Result Value
Description
PD_RESULT_OK
Command succeeded
PD_RESULT_FAILED
Command failed. In this case corresponding sub results
for PD_SendPacket and PD_ReceivePacket are valid
also (depends on the error type which has been
occurred during sending or receiving data).
PD_SUBRESULT_MSG_NOT_RECEIVED
Subresult - Security_Request message not received.
Examples
Call PD_WaitForSecurityRequest()
5.1.68 PD_SetSecurityResponseDataBlock
Sets the SecurityResponse Data Block in PD Exerciser. It must be called before
PD_WaitForSecurityRequest or PD_DelayAutoResponse to take effect.
Format
Call PD_SetSecurityResponseDataBlock( PD_SecurityResponseDB $security_resp_db )
Parameters
$security_resp_db
Parameter type is PD_SecurityResponseDB. Refer to PD_SecurityResponseMsg for available types which
are derived from this type.
Result
None
Examples
$security_resp_db = PD_SRPDB_Certificate
Call PD_SetSecurityResponseDataBlock( $security_resp_db )
5.1.69 PD_SetDiscoverIdentitySetting
Applies setting to DiscoverIdentity related commands in PD Exerciser. It must be called
before PD_DiscoverIdentity or PD_WaitForDiscoverIdentity or PD_PerformDiscoveryProcess or
PD_DelayAutoResponse commands to take effect.
Format
Call PD_SetDiscoverIdentitySetting( PD_DiscoverIdentity_Settings $settings )
Parameters
$settings
Should be from PD_DiscoverIdentity_Settings type. Table below shows the available fields of
PD_DiscoverIdentity_Settings template: