C# Class Protocol.Mumble.ChannelState

Inheritance: global::ProtoBuf.IExtensible
Afficher le fichier Open project: FreeApophis/Mumble.net Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
ChannelState ( )
HandleMessage ( MumbleClient client ) : void

Private Methods

Méthode 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 méthode

public ChannelState ( )

HandleMessage() public méthode

public HandleMessage ( MumbleClient client ) : void
client MumbleClient
Résultat void