Convenience function.
| 864 | |
| 865 | // Convenience function. |
| 866 | bool TriDevice::ResetDevice() |
| 867 | { |
| 868 | return ResetDevice( mAdapter, &mPresentParam ); |
| 869 | } |
| 870 | |
| 871 | // Reset the device. Much required. Note, the device should be NOTRESET here. |
| 872 | bool TriDevice::ResetDevice( unsigned adapter, const Tr2PresentParametersAL* pp ) |