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

High Level

From OpenKinect
Revision as of 07:13, 19 November 2010 by 75.93.55.169 (talk)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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
}