C# 클래스 Protocol.Mumble.Ping

상속: global::ProtoBuf.IExtensible
파일 보기 프로젝트 열기: FreeApophis/Mumble.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Resetgood void
Resetlate void
Resetlost void
Resetresync void
Resettcp_packets void
Resettcp_ping_avg void
Resettcp_ping_var void
Resettimestamp void
Resetudp_packets void
Resetudp_ping_avg void
Resetudp_ping_var void
ShouldSerializegood bool
ShouldSerializelate bool
ShouldSerializelost bool
ShouldSerializeresync bool
ShouldSerializetcp_packets bool
ShouldSerializetcp_ping_avg bool
ShouldSerializetcp_ping_var bool
ShouldSerializetimestamp bool
ShouldSerializeudp_packets bool
ShouldSerializeudp_ping_avg bool
ShouldSerializeudp_ping_var bool
global global::ProtoBuf.IExtension

공개 메소드들

메소드 설명
HandleMessage ( MumbleClient client ) : void
Ping ( )

비공개 메소드들

메소드 설명
Resetgood ( ) : void
Resetlate ( ) : void
Resetlost ( ) : void
Resetresync ( ) : void
Resettcp_packets ( ) : void
Resettcp_ping_avg ( ) : void
Resettcp_ping_var ( ) : void
Resettimestamp ( ) : void
Resetudp_packets ( ) : void
Resetudp_ping_avg ( ) : void
Resetudp_ping_var ( ) : void
ShouldSerializegood ( ) : bool
ShouldSerializelate ( ) : bool
ShouldSerializelost ( ) : bool
ShouldSerializeresync ( ) : bool
ShouldSerializetcp_packets ( ) : bool
ShouldSerializetcp_ping_avg ( ) : bool
ShouldSerializetcp_ping_var ( ) : bool
ShouldSerializetimestamp ( ) : bool
ShouldSerializeudp_packets ( ) : bool
ShouldSerializeudp_ping_avg ( ) : bool
ShouldSerializeudp_ping_var ( ) : bool
global ( bool createIfMissing ) : global::ProtoBuf.IExtension

메소드 상세

HandleMessage() 공개 메소드

public HandleMessage ( MumbleClient client ) : void
client MumbleClient
리턴 void

Ping() 공개 메소드

public Ping ( )