Appearance
Home > resol-vbus-core > LiveTransceiver > getCaps1
LiveTransceiver.getCaps1() method
Get the capabilities (part 1).
Signature:
typescript
getCaps1(peerAddress: number, options?: LiveTransceiverActionTriesAndTimeouts): Promise<Datagram | null>;
Parameters
Parameter | Type | Description |
---|---|---|
peerAddress | number | The address of the peer. |
options | (Optional) Options. |
Promise<Datagram | null>
A promise that resolves when the datagram was received or the action timed out.