Skip to content

Home > resol-vbus-core > LiveTransceiverActionOptions > onPerform

LiveTransceiverActionOptions.onPerform property

Callback that performs the active part of an action for each try.

Signature:

typescript
onPerform?: (encoder: LiveEncoder) => void;