API Reference > OdRx Classes > OdRxClass Class > OdRxClass Methods > OdRxClass::getX Method
OdRxClass::getX Method
Syntax
C++
OdRxObjectPtr getX(const OdRxClass* pProtocolClass);
Parameters 
Description 
const OdRxClass* pProtocolClass 
[in] Pointer to the Protocol Extension class. 

Returns a SmartPointer to the Protocol Extension.

Returns the Protocol Extension for the specified Protocol extension class. 

 

The default implementation of this object does nothing but assert in debug mode, and return a null pointer. It will be fully implemented in a future *release*.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.