C# Class Ev3devMapping.ControlAttribute

Mostra file Open project: bmegli/ev3dev-mapping-ui Class Usage Examples

Protected Properties

Property Type Description
length byte

Public Methods

Method 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 method

public ControlAttribute ( ControlAttributes attr, byte len ) : System.Collections
attr ControlAttributes
len byte
return System.Collections

FromBinary() public static method

public static FromBinary ( BinaryReader reader ) : ControlAttribute
reader BinaryReader
return ControlAttribute

GetAttribute() public method

public GetAttribute ( ) : ControlAttributes
return ControlAttributes

GetTotalLength() public method

public GetTotalLength ( ) : ushort
return ushort

ToBinary() public method

public ToBinary ( BinaryWriter writer ) : int
writer System.IO.BinaryWriter
return int

Value() public abstract method

public abstract Value ( ) : object
return object

Property Details

length protected_oe property

protected byte length
return byte