C# Class DBus.Protocol.ProtocolInformation

Show file Open project: brookpatten/dbus-sharp Class Usage Examples

Public Properties

Property Type Description
Verbose bool

Public Methods

Method Description
GetAlignment ( DType dtype ) : int
PadNeeded ( int pos, int alignment ) : int
Padded ( int pos, int alignment ) : int

Method Details

GetAlignment() public static method

public static GetAlignment ( DType dtype ) : int
dtype DType
return int

PadNeeded() public static method

public static PadNeeded ( int pos, int alignment ) : int
pos int
alignment int
return int

Padded() public static method

public static Padded ( int pos, int alignment ) : int
pos int
alignment int
return int

Property Details

Verbose public static property

public static bool Verbose
return bool