UwbComplexChannel.Builder

  • UwbComplexChannel.Builder is used to create a new instance of UwbComplexChannel.

  • The builder has a constructor and methods to build the UwbComplexChannel instance and set its properties like channel and preamble index.

  • The build() method finalizes the configuration and returns the UwbComplexChannel object.

public static class UwbComplexChannel.Builder extends Object

Creates a new instance of UwbComplexChannel.

Public Constructor Summary

Public Method Summary

UwbComplexChannel
build()
Builds a new instance of UwbComplexChannel.
UwbComplexChannel.Builder
setChannel(int channel)
Sets the channel.
UwbComplexChannel.Builder
setPreambleIndex(int preambleIndex)
Sets the preamble index.

Inherited Method Summary

Public Constructors

public Builder ()

Public Methods

public UwbComplexChannel build ()

Builds a new instance of UwbComplexChannel.

public UwbComplexChannel.Builder setChannel (int channel)

Sets the channel.

public UwbComplexChannel.Builder setPreambleIndex (int preambleIndex)

Sets the preamble index.