Appearance
Home > resol-vbus-core > LiveTransceiver > performAction
LiveTransceiver.performAction() method
Perform an action.
Signature:
typescript
performAction<R>(options: LiveTransceiverActionOptions<R>): Promise<R | null>;
Parameters
Parameter | Type | Description |
---|---|---|
options | Options. |
Promise<R | null>
A promise that resolves when the action completes or times out.