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

Dumps a specified unsigned short value.

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