SpringCard SpringCore Library for .NET  20.04.16
High-level access to the SpringCore devices
SpringCard.SpringCore.Direct.DirectDevice.ExchangeOptions Class Reference

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...
 

Detailed Description

Set of optional parameters for the Exchange methods.

Member Function Documentation

◆ Create()

static ExchangeOptions SpringCard.SpringCore.Direct.DirectDevice.ExchangeOptions.Create ( uint  TimeoutMs = DefaultDeviceTimeout,
bool  HideExchanges = false 
)
static

Shortcut to instanciate the object.

Member Data Documentation

◆ HideExchanges

bool SpringCard.SpringCore.Direct.DirectDevice.ExchangeOptions.HideExchanges = false

Hide underlying exchanges, for confidentiallity and/or to speed-up the process.

◆ TimeoutMs

uint SpringCard.SpringCore.Direct.DirectDevice.ExchangeOptions.TimeoutMs = DefaultDeviceTimeout

The timeout of the exchange, in ms.


The documentation for this class was generated from the following file: