cfxdb.gen.xbrmm.ChannelBalance

Attributes

np

Classes

Functions

AddInflight(builder, inflight)

AddRemaining(builder, remaining)

AddSeq(builder, seq)

ChannelBalanceAddInflight(builder, inflight)

ChannelBalanceAddRemaining(builder, remaining)

ChannelBalanceAddSeq(builder, seq)

ChannelBalanceEnd(builder)

ChannelBalanceStart(builder)

ChannelBalanceStartInflightVector(builder, numElems)

ChannelBalanceStartRemainingVector(builder, numElems)

End(builder)

Start(builder)

StartInflightVector(→ int)

StartRemainingVector(→ int)

Module Contents

AddInflight(builder, inflight)[source]
AddRemaining(builder, remaining)[source]
AddSeq(builder, seq)[source]
class ChannelBalance[source]

Bases: object

classmethod GetRootAs(buf, offset=0)[source]
classmethod GetRootAsChannelBalance(buf, offset=0)[source]

This method is deprecated. Please switch to GetRootAs.

Inflight(j)[source]
InflightAsNumpy()[source]
InflightIsNone()[source]
InflightLength()[source]
Init(buf, pos)[source]
Remaining(j)[source]
RemainingAsNumpy()[source]
RemainingIsNone()[source]
RemainingLength()[source]
Seq()[source]
__slots__ = ['_tab'][source]
ChannelBalanceAddInflight(builder, inflight)[source]
ChannelBalanceAddRemaining(builder, remaining)[source]
ChannelBalanceAddSeq(builder, seq)[source]
ChannelBalanceEnd(builder)[source]
ChannelBalanceStart(builder)[source]
ChannelBalanceStartInflightVector(builder, numElems)[source]
ChannelBalanceStartRemainingVector(builder, numElems)[source]
End(builder)[source]
Start(builder)[source]
StartInflightVector(builder, numElems: int) int[source]
StartRemainingVector(builder, numElems: int) int[source]
np[source]