Appearance
Home > resol-vbus-core > LiveTransceiver > releaseBus
LiveTransceiver.releaseBus() method
Hand back bus control to the master.
Signature:
typescript
releaseBus(peerAddress: number, options?: LiveTransceiverActionTriesAndTimeouts): Promise<Packet | null>;
Parameters
Parameter | Type | Description |
---|---|---|
peerAddress | number | The address of the master. |
options | (Optional) Options. |
Promise<Packet | null>
A promise that resolves when the packet was received or the action timed out.