Base class for Outputs. More...
Base class for Outputs.
Additional Inherited Members | |
![]() | |
InputOutput () | |
Default constructor. More... | |
virtual bool | SetMapping (IoMappingItem &item)=0 |
Sets the IO mapping. More... | |
virtual void | Clear ()=0 |
Clear the mapping. More... | |
void | SetLogicalName (PCChar8 logicalName) |
Sets the IO logical name. More... | |
const BaseStaticString & | GetLogicalName () const |
Gets the IO logical name. More... | |
Int32 | GetInputOutputIdentifier () const |
Gets the IO auto identifier. More... | |
![]() | |
virtual void | Invoke (const DynamicInvocationRequest &request, DynamicInvocationResult &result)=0 |
Invokes the object fields and methods. More... | |