API Reference > Classes > PRC Protocol Extensions Classes > OdPrcListener Class > OdPrcListener Methods > OdPrcListener::dumpUInt32Hex Method
OdPrcListener::dumpUInt32Hex Method
Syntax
C++
virtual void dumpUInt32Hex(const OdChar * pName, OdUInt32 value) const = 0;
Parameters 
Description 
const OdChar * pName 
[in] A property name to be dumped.  
OdUInt32 value 
[in] A property value to be dumped. 

Dumps a hexadecimal representation of a specified unsigned integer value.

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.