Ev3devMapping.ControlAttribute.ControlAttribute C# (CSharp) Method

ControlAttribute() public method

public ControlAttribute ( ControlAttributes attr, byte len ) : System.Collections
attr ControlAttributes
len byte
return System.Collections
	public ControlAttribute(ControlAttributes attr, byte len)
	{
		attribute = attr;
		length = len;
	}