Set of optional parameters for the Exchange methods. More...
Static Public Member Functions | |
| static ExchangeOptions | Create (uint TimeoutMs=DefaultDeviceTimeout, bool HideExchanges=false) |
| Shortcut to instanciate the object. More... | |
Public Attributes | |
| uint | TimeoutMs = DefaultDeviceTimeout |
| The timeout of the exchange, in ms. More... | |
| bool | HideExchanges = false |
| Hide underlying exchanges, for confidentiallity and/or to speed-up the process. More... | |
Set of optional parameters for the Exchange methods.
|
static |
Shortcut to instanciate the object.
| bool SpringCard.SpringCore.Direct.DirectDevice.ExchangeOptions.HideExchanges = false |
Hide underlying exchanges, for confidentiallity and/or to speed-up the process.
| uint SpringCard.SpringCore.Direct.DirectDevice.ExchangeOptions.TimeoutMs = DefaultDeviceTimeout |
The timeout of the exchange, in ms.