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
 +
{| style="width:400px;color:green; background-color:#ffffcc;" cellpadding="10" cellspacing="0" border="1"
 +
|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
 
Kinect LED
 
  
 
public class KinectLed {
 
public class KinectLed {

Revision as of 08:11, 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

}