Appearance
Home > resol-vbus-core-nodejs > NetLiveTransceiverBridge > readLineReject
NetLiveTransceiverBridge.readLineReject property
The function to reject the active readLine
promise.
Signature:
typescript
readLineReject: ((err: unknown) => void) | null;