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

Dumps a specified unsigned integer value.

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