C# Class Dbus.Protocol

Show file Open project: apenwarr/versaplex

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