Data Sheet

Table Of Contents
78
5.1.37 PD_ResetSrcCapExtDataBlock
Clears the source capabilities extended Data Block in PD Exerciser. Should be called before
calling PD_SetSrcCapExtDataBlock.
Format
Call PD_ResetSrcCapExtDataBlock()
Parameters
None
Result
None
Examples
Call PD_ResetSrcCapExtDataBlock()
5.1.38 PD_GetStatus
Starts the GetStatus AMS.
Format
Call PD_GetStatus()
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_RESPONSE_TIMEOUT
Subresult - No response received.
PD_SUBRESULT_RESPONSE_NOT_SUPPORTED
Subresult - Not_Supported message received.
Examples
Call PD_GetStatus()
5.1.39 PD_SetGetStatusSetting
Applies settings to GetStatus related commands in PD Exerciser. It must be called before
PD_WaitForGetStatus or PD_DelayAutoResponse commands to take effect.
Format
Call PD_SetGetStatusSetting( PD_GetStatus_Settings $settings )