Data Sheet

Table Of Contents
119
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 - EXIT_MODE message not received
PD_SUBRESULT_RESPONSE_NAK
Subresult - NAK has been sent as response
Examples
PD_Set $PdGlobalSettings.EnableCableEmulator = PD_TRUE
.
.
Call PD_WaitForExitMode_Cable()
5.1.118 PD_SetManufacturerInfoDataBlock_Cable
Sets ManufacurerInfo Data Block(for cable) in PD Exerciser. It must be called before
PD_WaitForGetManufacturerInfo_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_SetManufacturerInfoDataBlock_Cable( PD_ManufacturerInfoDataBlock
$manufacturer_info_db )
Parameters
$manufacturer_info_db
Parameter type is PD_ManufacturerInfoDataBlock. Refer to PD_ManufacturerInfoMsg for available
fields of this type.
Result
None
Examples
PD_Set $PdGlobalSettings.EnableCableEmulator = PD_TRUE
.
.
$manufacturer_info_db = PD_ManufacturerInfoDataBlock
Call PD_SetManufacturerInfoDataBlock_Cable( $manufacturer_info_db )
5.1.119 PD_SetGetManufacturerInfoSetting_Cable
Applies setting to GetManufacturerInfo_Cable related commands in PD Exerciser. It must
be called before PD_WaitForGetManufacturerInfo_Cable or PD_DelayAutoResponse commands to
take effect.