autobahn.wamp.gen.wamp.proto.CallerFeatures

Attributes

np

Classes

Functions

AddCallCanceling(builder, callCanceling)

AddCallTimeout(builder, callTimeout)

AddCallerIdentification(builder, callerIdentification)

AddPayloadEncryptionCryptobox(builder, ...)

AddPayloadTransparency(builder, payloadTransparency)

AddProgressiveCallResults(builder, progressiveCallResults)

CallerFeaturesAddCallCanceling(builder, callCanceling)

CallerFeaturesAddCallTimeout(builder, callTimeout)

CallerFeaturesAddCallerIdentification(builder, ...)

CallerFeaturesAddPayloadEncryptionCryptobox(builder, ...)

CallerFeaturesAddPayloadTransparency(builder, ...)

CallerFeaturesAddProgressiveCallResults(builder, ...)

CallerFeaturesEnd(builder)

CallerFeaturesStart(builder)

End(builder)

Start(builder)

Module Contents

AddCallCanceling(builder, callCanceling)[source]
AddCallTimeout(builder, callTimeout)[source]
AddCallerIdentification(builder, callerIdentification)[source]
AddPayloadEncryptionCryptobox(builder, payloadEncryptionCryptobox)[source]
AddPayloadTransparency(builder, payloadTransparency)[source]
AddProgressiveCallResults(builder, progressiveCallResults)[source]
class CallerFeatures[source]

Bases: object

CallCanceling()[source]
CallTimeout()[source]
CallerIdentification()[source]
classmethod GetRootAs(buf, offset=0)[source]
classmethod GetRootAsCallerFeatures(buf, offset=0)[source]

This method is deprecated. Please switch to GetRootAs.

Init(buf, pos)[source]
PayloadEncryptionCryptobox()[source]
PayloadTransparency()[source]
ProgressiveCallResults()[source]
__slots__ = ['_tab'][source]
CallerFeaturesAddCallCanceling(builder, callCanceling)[source]
CallerFeaturesAddCallTimeout(builder, callTimeout)[source]
CallerFeaturesAddCallerIdentification(builder, callerIdentification)[source]
CallerFeaturesAddPayloadEncryptionCryptobox(builder, payloadEncryptionCryptobox)[source]
CallerFeaturesAddPayloadTransparency(builder, payloadTransparency)[source]
CallerFeaturesAddProgressiveCallResults(builder, progressiveCallResults)[source]
CallerFeaturesEnd(builder)[source]
CallerFeaturesStart(builder)[source]
End(builder)[source]
Start(builder)[source]
np[source]