Skip to content

WirelessUpLink

Properties

Name Type Description Notes
Rssi Pointer to int32 Rssi [optional]
RssiPercent Pointer to float32 Rssi Percent [optional]
Rx Pointer to int32 Rx [optional]
RxRate Pointer to string Rx Rate [optional]
Tx Pointer to int32 Tx [optional]
TxRate Pointer to string Tx Rate [optional]

Methods

func NewWirelessUpLink() *WirelessUpLink

NewWirelessUpLink instantiates a new WirelessUpLink object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewWirelessUpLinkWithDefaults

func NewWirelessUpLinkWithDefaults() *WirelessUpLink

NewWirelessUpLinkWithDefaults instantiates a new WirelessUpLink object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetRssi

func (o *WirelessUpLink) GetRssi() int32

GetRssi returns the Rssi field if non-nil, zero value otherwise.

GetRssiOk

func (o *WirelessUpLink) GetRssiOk() (*int32, bool)

GetRssiOk returns a tuple with the Rssi field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRssi

func (o *WirelessUpLink) SetRssi(v int32)

SetRssi sets Rssi field to given value.

HasRssi

func (o *WirelessUpLink) HasRssi() bool

HasRssi returns a boolean if a field has been set.

GetRssiPercent

func (o *WirelessUpLink) GetRssiPercent() float32

GetRssiPercent returns the RssiPercent field if non-nil, zero value otherwise.

GetRssiPercentOk

func (o *WirelessUpLink) GetRssiPercentOk() (*float32, bool)

GetRssiPercentOk returns a tuple with the RssiPercent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRssiPercent

func (o *WirelessUpLink) SetRssiPercent(v float32)

SetRssiPercent sets RssiPercent field to given value.

HasRssiPercent

func (o *WirelessUpLink) HasRssiPercent() bool

HasRssiPercent returns a boolean if a field has been set.

GetRx

func (o *WirelessUpLink) GetRx() int32

GetRx returns the Rx field if non-nil, zero value otherwise.

GetRxOk

func (o *WirelessUpLink) GetRxOk() (*int32, bool)

GetRxOk returns a tuple with the Rx field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRx

func (o *WirelessUpLink) SetRx(v int32)

SetRx sets Rx field to given value.

HasRx

func (o *WirelessUpLink) HasRx() bool

HasRx returns a boolean if a field has been set.

GetRxRate

func (o *WirelessUpLink) GetRxRate() string

GetRxRate returns the RxRate field if non-nil, zero value otherwise.

GetRxRateOk

func (o *WirelessUpLink) GetRxRateOk() (*string, bool)

GetRxRateOk returns a tuple with the RxRate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRxRate

func (o *WirelessUpLink) SetRxRate(v string)

SetRxRate sets RxRate field to given value.

HasRxRate

func (o *WirelessUpLink) HasRxRate() bool

HasRxRate returns a boolean if a field has been set.

GetTx

func (o *WirelessUpLink) GetTx() int32

GetTx returns the Tx field if non-nil, zero value otherwise.

GetTxOk

func (o *WirelessUpLink) GetTxOk() (*int32, bool)

GetTxOk returns a tuple with the Tx field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTx

func (o *WirelessUpLink) SetTx(v int32)

SetTx sets Tx field to given value.

HasTx

func (o *WirelessUpLink) HasTx() bool

HasTx returns a boolean if a field has been set.

GetTxRate

func (o *WirelessUpLink) GetTxRate() string

GetTxRate returns the TxRate field if non-nil, zero value otherwise.

GetTxRateOk

func (o *WirelessUpLink) GetTxRateOk() (*string, bool)

GetTxRateOk returns a tuple with the TxRate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTxRate

func (o *WirelessUpLink) SetTxRate(v string)

SetTxRate sets TxRate field to given value.

HasTxRate

func (o *WirelessUpLink) HasTxRate() bool

HasTxRate returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]