C# Class Wv.Dbus.SaslProcess

Afficher le fichier Open project: apenwarr/versaplex

Protected Properties

Свойство Type Description
conn WvDbus

Méthodes publiques

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

Méthodes protégées

Méthode Description
SaslProcess ( WvDbus conn ) : System

Private Methods

Méthode Description
FromHexChar ( char c ) : byte

Method Details

DateTimeToUnix() public static méthode

public static DateTimeToUnix ( System.DateTime time ) : long
time System.DateTime
Résultat long

FromHex() static public méthode

static public FromHex ( string hex ) : byte[]
hex string
Résultat byte[]

ProcessLine() public méthode

public ProcessLine ( ) : bool
Résultat bool

Run() public méthode

public Run ( ) : void
Résultat void

SaslProcess() protected méthode

protected SaslProcess ( WvDbus conn ) : System
conn WvDbus
Résultat System

ToHex() static public méthode

static public ToHex ( byte input ) : string
input byte
Résultat string

UnixToDateTime() public static méthode

public static UnixToDateTime ( long time ) : System.DateTime
time long
Résultat System.DateTime

Property Details

conn protected_oe property

protected WvDbus conn
Résultat WvDbus