Data Sheet

Table Of Contents
120
Note - PD Exerciser should also act as Cable Plug to be able to process this command.
Format
Call PD_SetGetManufacturerInfoSetting_Cable( PD_GetManufacturerInfo_Settings
$settings )
Parameters
$settings
Refer to PD_SetGetManufacturerInfoSetting for more details.
Result
None
Examples
PD_Set $PdGlobalSettings.EnableCableEmulator = PD_TRUE
.
.
$getmaninfo_setting = PD_GetManufacturerInfo_Settings
{
WaitTimeout = 50000
}
Call PD_SetGetManufacturerInfoSetting_Cable( $getmaninfo_setting )
5.1.120 PD_WaitForGetManufacturerInfo_Cable
Waits for user-defined time-out to receive Manufacturer_Info message. It will respond to
incoming messages as part of GetManufacturerInfo AMS.
Note - PD Exerciser should also act as Cable Plug to be able to process this command.
Format
Call PD_WaitForGetManufacturerInfo_Cable()
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_Manufacturer_Info message not
received.
Examples
PD_Set $PdGlobalSettings.EnableCableEmulator = PD_TRUE
.
.