autobahn.wamp.gen.wamp.proto.Unsubscribed


Module Contents

Classes

Unsubscribed

Functions

UnsubscribedStart(builder)

Start(builder)

UnsubscribedAddRequest(builder, request)

AddRequest(builder, request)

UnsubscribedAddSubscription(builder, subscription)

AddSubscription(builder, subscription)

UnsubscribedAddReason(builder, reason)

AddReason(builder, reason)

UnsubscribedEnd(builder)

End(builder)

Attributes

np

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

Bases: object

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

This method is deprecated. Please switch to GetRootAs.

Init(buf, pos)[source]
Request()[source]
Subscription()[source]
Reason()[source]
autobahn.wamp.gen.wamp.proto.Unsubscribed.UnsubscribedStart(builder)[source]
autobahn.wamp.gen.wamp.proto.Unsubscribed.Start(builder)[source]
autobahn.wamp.gen.wamp.proto.Unsubscribed.UnsubscribedAddRequest(builder, request)[source]
autobahn.wamp.gen.wamp.proto.Unsubscribed.AddRequest(builder, request)[source]
autobahn.wamp.gen.wamp.proto.Unsubscribed.UnsubscribedAddSubscription(builder, subscription)[source]
autobahn.wamp.gen.wamp.proto.Unsubscribed.AddSubscription(builder, subscription)[source]
autobahn.wamp.gen.wamp.proto.Unsubscribed.UnsubscribedAddReason(builder, reason)[source]
autobahn.wamp.gen.wamp.proto.Unsubscribed.AddReason(builder, reason)[source]
autobahn.wamp.gen.wamp.proto.Unsubscribed.UnsubscribedEnd(builder)[source]
autobahn.wamp.gen.wamp.proto.Unsubscribed.End(builder)[source]