C# Class Wv.Dbus.SaslProcess

Mostra file Open project: apenwarr/versaplex

Protected Properties

Property Type Description
conn WvDbus

Public Methods

Method Description
DateTimeToUnix ( System.DateTime time ) : long
FromHex ( string hex ) : byte[]
ProcessLine ( ) : bool
Run ( ) : void
ToHex ( byte input ) : string
UnixToDateTime ( long time ) : System.DateTime

Protected Methods

Method Description
SaslProcess ( WvDbus conn ) : System

Private Methods

Method Description
FromHexChar ( char c ) : byte

Method Details

DateTimeToUnix() public static method

public static DateTimeToUnix ( System.DateTime time ) : long
time System.DateTime
return long

FromHex() static public method

static public FromHex ( string hex ) : byte[]
hex string
return byte[]

ProcessLine() public method

public ProcessLine ( ) : bool
return bool

Run() public method

public Run ( ) : void
return void

SaslProcess() protected method

protected SaslProcess ( WvDbus conn ) : System
conn WvDbus
return System

ToHex() static public method

static public ToHex ( byte input ) : string
input byte
return string

UnixToDateTime() public static method

public static UnixToDateTime ( long time ) : System.DateTime
time long
return System.DateTime

Property Details

conn protected_oe property

protected WvDbus conn
return WvDbus