autobahn.wamp.gen.wamp.proto.Unsubscribe


Module Contents

Classes

Unsubscribe

Functions

UnsubscribeStart(builder)

Start(builder)

UnsubscribeAddRequest(builder, request)

AddRequest(builder, request)

UnsubscribeAddSubscription(builder, subscription)

AddSubscription(builder, subscription)

UnsubscribeEnd(builder)

End(builder)

Attributes

np

autobahn.wamp.gen.wamp.proto.Unsubscribe.np
class autobahn.wamp.gen.wamp.proto.Unsubscribe.Unsubscribe[source]

Bases: object

__slots__ = ['_tab']
classmethod GetRootAs(buf, offset=0)[source]
classmethod GetRootAsUnsubscribe(buf, offset=0)[source]

This method is deprecated. Please switch to GetRootAs.

Init(buf, pos)[source]
Request()[source]
Subscription()[source]
autobahn.wamp.gen.wamp.proto.Unsubscribe.UnsubscribeStart(builder)[source]
autobahn.wamp.gen.wamp.proto.Unsubscribe.Start(builder)[source]
autobahn.wamp.gen.wamp.proto.Unsubscribe.UnsubscribeAddRequest(builder, request)[source]
autobahn.wamp.gen.wamp.proto.Unsubscribe.AddRequest(builder, request)[source]
autobahn.wamp.gen.wamp.proto.Unsubscribe.UnsubscribeAddSubscription(builder, subscription)[source]
autobahn.wamp.gen.wamp.proto.Unsubscribe.AddSubscription(builder, subscription)[source]
autobahn.wamp.gen.wamp.proto.Unsubscribe.UnsubscribeEnd(builder)[source]
autobahn.wamp.gen.wamp.proto.Unsubscribe.End(builder)[source]