API Reference > Classes > PRC Protocol Extensions Classes > OdPrcListener Class > OdPrcListener Methods > OdPrcListener::dumpUInt32 Method
OdPrcListener::dumpUInt32 Method
Syntax
C++
virtual void dumpUInt32(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 specified unsigned integer value.

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