Data Sheet

Table Of Contents
88
Call PD_ResetBatteryCapDataBlock()
5.1.59 PD_GetManufacturerInfo
Starts GetManufacturerInfo AMS.
Format
Call PD_GetManufacturerInfo( OrderedSetType )
Parameters
OrderedSetType
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:
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.
Examples
Call PD_GetManufacturerInfo( PD_ORDERED_SET_TYPE_SOP )
5.1.60 PD_SetGetManufacturerInfoDataBlock
Sets GetManufacturerInfo Data Block in PD Exerciser. It must be called before
PD_GetManufacturerInfo command to take effect.
Format
Call PD_SetGetManufacturerInfoDataBlock( PD_GetManufacturerInfoDataBlock
$get_manuf_info_db )
Parameters
$get_manuf_info_db
Parameter type is PD_GetManufacturerInfoDataBlock. Refer to PD_GetManufacturerInfoMsg for
available fields of this type.
Result
None
Examples
$get_manuf_info_db = PD_GetManufacturerInfoDataBlock
Call PD_SetGetManufacturerInfoDataBlock( $get_manuf_info_db )