C# Class Ev3devMapping.ControlAttribute

Afficher le fichier Open project: bmegli/ev3dev-mapping-ui Class Usage Examples

Protected Properties

Свойство Type Description
length byte

Méthodes publiques

Méthode Description
ControlAttribute ( ControlAttributes attr, byte len ) : System.Collections
FromBinary ( BinaryReader reader ) : ControlAttribute
GetAttribute ( ) : ControlAttributes
GetTotalLength ( ) : ushort
ToBinary ( BinaryWriter writer ) : int
Value ( ) : object

Method Details

ControlAttribute() public méthode

public ControlAttribute ( ControlAttributes attr, byte len ) : System.Collections
attr ControlAttributes
len byte
Résultat System.Collections

FromBinary() public static méthode

public static FromBinary ( BinaryReader reader ) : ControlAttribute
reader BinaryReader
Résultat ControlAttribute

GetAttribute() public méthode

public GetAttribute ( ) : ControlAttributes
Résultat ControlAttributes

GetTotalLength() public méthode

public GetTotalLength ( ) : ushort
Résultat ushort

ToBinary() public méthode

public ToBinary ( BinaryWriter writer ) : int
writer System.IO.BinaryWriter
Résultat int

Value() public abstract méthode

public abstract Value ( ) : object
Résultat object

Property Details

length protected_oe property

protected byte length
Résultat byte