Notice: MediaWiki has been updated. Report any rough edges to marcan@marcan.st

Difference between revisions of "High Level"

From OpenKinect
Jump to: navigation, search
Line 1: Line 1:
 
KEY
 
KEY
{| style="width:400px;color:green; background-color:#ffffcc;" cellpadding="10" cellspacing="0" border="1"
+
{| style="width:400px;color:green; background-color:#ffffcc;" cellpadding="3" cellspacing="0" border="1"
 
|Type
 
|Type
 
|Chararacter
 
|Chararacter

Revision as of 08:12, 19 November 2010

KEY

Type Chararacter
boolean Z
byte B
char C
double D
float F
int I
long J
object L
short S
void V
array [

Kinect LED

public class KinectLed {

public KinectLed(KinectDevice);

 Signature: (LKinectDevice;)V

public LEDStatus getStatus();

 Signature: ()LEDStatus;

public void setStatus(LEDStatus);

 Signature: (LLEDStatus;)V

}