Data Sheet

Table Of Contents
110
Examples
call PD_WaitForDisplayPortStatus()
5.1.100 PD_WaitForDisplayPortConfigure
Waits for user-defined time-out to receive DisplayPort CONFIGURE command. It will
respond to incoming messages as part of DisplayPortConfigure(Structured VDM) AMS.
Format
Call PD_WaitForDisplayPortConfigure()
Parameters
None
Result
User can evaluate the command results(including sub-results) using IfMatched/ElseMatched
command.
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 - Configure message not received
PD_SUBRESULT_RESPONSE_NAK
Subresult - NAK has been sent as response
Examples
call PD_WaitForDisplayPortConfigure()
5.1.101 PD_SetDiscoverIdentitySetting_Cable
Applies setting to DiscoverIdentity_Cable related commands in PD Exerciser. It must be
called before PD_WaitForDiscoverIdentity_Cable or PD_DelayAutoResponse commands to take
effect.
Note - PD Exerciser should also act as Cable Plug to be able to process this command.
Format
Call PD_SetDiscoverIdentitySetting_Cable( PD_DiscoverIdentity_Settings $settings
)
Parameters
$settings
Refer to PD_SetDiscoverIdentitySetting for more details. Only DiscoverIdentityResponse and
WaitTimeout settings applied.
Result
None