MCPcopy Create free account
hub / github.com/dotintent/react-native-ble-plx / cancelTransaction

Method cancelTransaction

src/BleModule.js:799–799  ·  view source on GitHub ↗

* Cancels specified transaction * * @param {TransactionId} transactionId Transaction handle for operation to be cancelled * @returns {Promise } * @private

(transactionId: TransactionId)

Source from the content-addressed store, hash-verified

797 * @private
798 */
799 cancelTransaction(transactionId: TransactionId): Promise<void>;
800
801 /**
802 * Sets new log level for native module's logging mechanism.

Callers 9

testCancelTransactionFunction · 0.65
utils.tsFile · 0.65
BLEServiceInstanceClass · 0.65
testCancelTransactionFunction · 0.65
utils.tsFile · 0.65
BLEServiceInstanceClass · 0.65
cancelTransactionMethod · 0.65
BleManager.jsFile · 0.65

Implementers 1

BlePlxModuleandroid/src/main/java/com/bleplx/BlePl

Calls

no outgoing calls

Tested by

no test coverage detected