Data Sheet

Table Of Contents
76
Call PD_GetSourceCapExtended()
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_GetSourceCapExtended()
5.1.34 PD_SetGetSrcCapExtSetting
Applies settings to GetSourceCapExt related commands in PD Exerciser. It must be called
before PD_WaitForGetSrcCapExtended or PD_DelayAutoResponse commands.
Format
Call PD_SetGetSrcCapExtSetting( PD_GetSourceCapExtented_Settings $settings )
Parameters
$settings
Setting type is PD_GetSourceCapExtented_Settings. Available fields for this type are:
Field Names
Description
WaitTimeout
Wait TimeOut(micro second) to receive
GetSourceCapExtended message.
Default: PD_DEFAULT_TIMEOUT_INFINIT
ResponseType
Indicates response upon receiving the
GetSourceCapExtended message.
Possible values:
PD_RESPONSE_NOT_SUPPORTED,
PD_RESPONSE_UNSPECIFIED(default)
SkipSrcCapExt
Indicates whether to skip sending
Source_Capabilities_Extended message or not.
Possible values:
PD_TRUE,
PD_FALSE(default)
SendSrcCapExtDelay
Defines the delay before sending
Source_Capabilities_Extended message.
Default: 0
Result
None