Class NpiParameters
-
- All Implemented Interfaces:
public class NpiParametersCreated by Djamil on 30/01/2018.
-
-
Field Summary
Fields Modifier and Type Field Description public intnpiSyncDhBleTimeOutMspublic intnpiSyncDhUsbTimeOutMspublic intnpiRxThreadTimeoutMs
-
Constructor Summary
Constructors Constructor Description NpiParameters(int npiSyncDhBleTimeOutMs, int npiSyncDhUsbTimeOutMs, int npiRxThreadTimeoutMs)
-
Method Summary
Modifier and Type Method Description intgetNpiSyncDhBleTimeOutMs()intgetNpiSyncDhUsbTimeOutMs()intgetNpiRxThreadTimeoutMs()StringtoString()-
-
Method Detail
-
getNpiSyncDhBleTimeOutMs
int getNpiSyncDhBleTimeOutMs()
-
getNpiSyncDhUsbTimeOutMs
int getNpiSyncDhUsbTimeOutMs()
-
getNpiRxThreadTimeoutMs
int getNpiRxThreadTimeoutMs()
-
-
-
-