C# Class DBus.Protocol.MessageFilter

Mostrar archivo Open project: brookpatten/dbus-sharp

Public Methods

Method Description
CreateMatchRule ( MessageType mtype ) : string
MessageTypeToString ( MessageType mtype ) : string
StringToMessageType ( string text ) : MessageType

Method Details

CreateMatchRule() public static method

public static CreateMatchRule ( MessageType mtype ) : string
mtype MessageType
return string

MessageTypeToString() public static method

public static MessageTypeToString ( MessageType mtype ) : string
mtype MessageType
return string

StringToMessageType() public static method

public static StringToMessageType ( string text ) : MessageType
text string
return MessageType