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

Dumps a specified signed byte value.

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