C# Class Protocol.Mumble.UserState

Inheritance: global::ProtoBuf.IExtensible
Show file Open project: FreeApophis/Mumble.net Class Usage Examples

Private Properties

Property Type Description
Resetactor void
Resetchannel_id void
Resetcomment void
Resetcomment_hash void
Resetdeaf void
Resethash void
Resetmute void
Resetname void
Resetplugin_context void
Resetplugin_identity void
Resetpriority_speaker void
Resetrecording void
Resetself_deaf void
Resetself_mute void
Resetsession void
Resetsuppress void
Resettexture void
Resettexture_hash void
Resetuser_id void
ShouldSerializeactor bool
ShouldSerializechannel_id bool
ShouldSerializecomment bool
ShouldSerializecomment_hash bool
ShouldSerializedeaf bool
ShouldSerializehash bool
ShouldSerializemute bool
ShouldSerializename bool
ShouldSerializeplugin_context bool
ShouldSerializeplugin_identity bool
ShouldSerializepriority_speaker bool
ShouldSerializerecording bool
ShouldSerializeself_deaf bool
ShouldSerializeself_mute bool
ShouldSerializesession bool
ShouldSerializesuppress bool
ShouldSerializetexture bool
ShouldSerializetexture_hash bool
ShouldSerializeuser_id bool
global global::ProtoBuf.IExtension

Public Methods

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

Private Methods

Method Description
Resetactor ( ) : void
Resetchannel_id ( ) : void
Resetcomment ( ) : void
Resetcomment_hash ( ) : void
Resetdeaf ( ) : void
Resethash ( ) : void
Resetmute ( ) : void
Resetname ( ) : void
Resetplugin_context ( ) : void
Resetplugin_identity ( ) : void
Resetpriority_speaker ( ) : void
Resetrecording ( ) : void
Resetself_deaf ( ) : void
Resetself_mute ( ) : void
Resetsession ( ) : void
Resetsuppress ( ) : void
Resettexture ( ) : void
Resettexture_hash ( ) : void
Resetuser_id ( ) : void
ShouldSerializeactor ( ) : bool
ShouldSerializechannel_id ( ) : bool
ShouldSerializecomment ( ) : bool
ShouldSerializecomment_hash ( ) : bool
ShouldSerializedeaf ( ) : bool
ShouldSerializehash ( ) : bool
ShouldSerializemute ( ) : bool
ShouldSerializename ( ) : bool
ShouldSerializeplugin_context ( ) : bool
ShouldSerializeplugin_identity ( ) : bool
ShouldSerializepriority_speaker ( ) : bool
ShouldSerializerecording ( ) : bool
ShouldSerializeself_deaf ( ) : bool
ShouldSerializeself_mute ( ) : bool
ShouldSerializesession ( ) : bool
ShouldSerializesuppress ( ) : bool
ShouldSerializetexture ( ) : bool
ShouldSerializetexture_hash ( ) : bool
ShouldSerializeuser_id ( ) : bool
global ( bool createIfMissing ) : global::ProtoBuf.IExtension

Method Details

HandleMessage() public method

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

UserState() public method

public UserState ( )