C# Class Protocol.Mumble.ChannelState

Inheritance: global::ProtoBuf.IExtensible
Datei anzeigen Open project: FreeApophis/Mumble.net Class Usage Examples

Private Properties

Property Type Description
Resetchannel_id void
Resetdescription void
Resetdescription_hash void
Resetname void
Resetparent void
Resetposition void
Resettemporary void
ShouldSerializechannel_id bool
ShouldSerializedescription bool
ShouldSerializedescription_hash bool
ShouldSerializename bool
ShouldSerializeparent bool
ShouldSerializeposition bool
ShouldSerializetemporary bool
global global::ProtoBuf.IExtension

Public Methods

Method Description
ChannelState ( )
HandleMessage ( MumbleClient client ) : void

Private Methods

Method Description
Resetchannel_id ( ) : void
Resetdescription ( ) : void
Resetdescription_hash ( ) : void
Resetname ( ) : void
Resetparent ( ) : void
Resetposition ( ) : void
Resettemporary ( ) : void
ShouldSerializechannel_id ( ) : bool
ShouldSerializedescription ( ) : bool
ShouldSerializedescription_hash ( ) : bool
ShouldSerializename ( ) : bool
ShouldSerializeparent ( ) : bool
ShouldSerializeposition ( ) : bool
ShouldSerializetemporary ( ) : bool
global ( bool createIfMissing ) : global::ProtoBuf.IExtension

Method Details

ChannelState() public method

public ChannelState ( )

HandleMessage() public method

public HandleMessage ( MumbleClient client ) : void
client MumbleClient
return void