autobahn.wamp.gen.wamp.proto.Goodbye


Module Contents

Classes

Goodbye

Functions

GoodbyeStart(builder)

Start(builder)

GoodbyeAddReason(builder, reason)

AddReason(builder, reason)

GoodbyeAddMessage(builder, message)

AddMessage(builder, message)

GoodbyeAddResumable(builder, resumable)

AddResumable(builder, resumable)

GoodbyeEnd(builder)

End(builder)

Attributes

np

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

Bases: object

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

This method is deprecated. Please switch to GetRootAs.

Init(buf, pos)[source]
Reason()[source]
Message()[source]
Resumable()[source]
autobahn.wamp.gen.wamp.proto.Goodbye.GoodbyeStart(builder)[source]
autobahn.wamp.gen.wamp.proto.Goodbye.Start(builder)[source]
autobahn.wamp.gen.wamp.proto.Goodbye.GoodbyeAddReason(builder, reason)[source]
autobahn.wamp.gen.wamp.proto.Goodbye.AddReason(builder, reason)[source]
autobahn.wamp.gen.wamp.proto.Goodbye.GoodbyeAddMessage(builder, message)[source]
autobahn.wamp.gen.wamp.proto.Goodbye.AddMessage(builder, message)[source]
autobahn.wamp.gen.wamp.proto.Goodbye.GoodbyeAddResumable(builder, resumable)[source]
autobahn.wamp.gen.wamp.proto.Goodbye.AddResumable(builder, resumable)[source]
autobahn.wamp.gen.wamp.proto.Goodbye.GoodbyeEnd(builder)[source]
autobahn.wamp.gen.wamp.proto.Goodbye.End(builder)[source]