struct

RNS::SubIntConfig

Inherits Struct < Value < Object

Subinterface configuration record

Constructors

new(name : String, vport : Int32, frequency : Int64 | Nil, bandwidth : Int64 | Nil, txpower : Int32 | Nil, sf : Int32 | Nil, cr : Int32 | Nil, flow_control : Bool, st_alock : Float64 | Nil, lt_alock : Float64 | Nil, outgoing : Bool)
Source

Instance methods

bandwidth
clone
Source
copy_with(name _name = @name, vport _vport = @vport, frequency _frequency = @frequency, bandwidth _bandwidth = @bandwidth, txpower _txpower = @txpower, sf _sf = @sf, cr _cr = @cr, flow_control _flow_control = @flow_control, st_alock _st_alock = @st_alock, lt_alock _lt_alock = @lt_alock, outgoing _outgoing = @outgoing)
Source
cr
flow_control
frequency
lt_alock
name
outgoing
sf
st_alock
txpower
vport