Page Summary
-
UwbComplexChannel.Builderis used to create a new instance ofUwbComplexChannel. -
The builder has a constructor and methods to build the
UwbComplexChannelinstance and set its properties like channel and preamble index. -
The
build()method finalizes the configuration and returns theUwbComplexChannelobject.
Creates a new instance of UwbComplexChannel.
Public Constructor Summary
|
Builder()
|
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.