MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / write

Function write

modules/io/ble/client/mac/bleclient.js:32–32  ·  view source on GitHub ↗
(request, what, options)

Source from the content-addressed store, hash-verified

30 read(request, what, options) { return native("BLEClient_read").call(this, request, what, options); },
31 readNotification() { return native("BLEClient_readNotification").call(this); },
32 write(request, what, options) { return native("BLEClient_write").call(this, request, what, options); },
33 enableNotifications(request, characteristic, enable) { return native("BLEClient_enableNotifications").call(this, request, characteristic, enable); },
34});
35

Callers 15

tool.jsFile · 0.50
fxWriteNetworkFunction · 0.50
fxWriteSerialFunction · 0.50
fxWriteNetworkFunction · 0.50
fxWriteSerialFunction · 0.50
DebugBehavior.jsFile · 0.50
file.jsFile · 0.50
flash.jsFile · 0.50
pwm.jsFile · 0.50
servo.jsFile · 0.50
pulsecount.jsFile · 0.50
rmt.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected