|
pure virtual |
Converts the specified interval time into seconds.
| pInterval | A pointer to a P6R::P6INTERVAL containing the interval time value to convert. |
| pnSeconds | The address of a P6R::P6UINT32 in which will be placed the converted value. |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pInterval or pnSeconds was NULL. |
| P6R::eNotInitialized | The initialize() method was not called successfully before calling this method. |