Data Sheet

Table Of Contents
74
response
Examples
Call PD_GetSinkCapabilities()
5.1.30 PD_WaitForGetSinkCapabilities
Waits for user-defined timeout to receive Get_Sink_Cap message. It will respond to
incoming messages as part of GetSinkCapabilities AMS.
Format
Call PD_WaitForGetSinkCapabilities()
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 - Get_Sink_Cap not received.
PD_SUBRESULT_RESPONSE_REJECT
Subresult - Reject has been sent as response.
PD_SUBRESULT_RESPONSE_NOT_SUPPORTED
Rev3.0 only. Subresult - Not_Supported has been sent
as response
Examples
Call PD_WaitForGetSinkCapabilities()
5.1.31 PD_SendBISTCarrierMode
Starts BISTCarrierMode AMS.
Format
Call PD_SendBISTCarrierMode(OrderedSetType)
Parameters
OrderedSetType
Indicates the Ordered Set type
possible values:
PD_ORDERED_SET_TYPE_SOP
PD_ORDERED_SET_TYPE_SOP_PRIME
PD_ORDERED_SET_TYPE_SOP_DOUBLE_PRIME
Result
User can evaluate the command results(including sub-results) using IfMatched/ElseMatched
command.
List of result values: