Packagecom.tastenkunst.airkinectv2
Classpublic class KV2Code
InheritanceKV2Code Inheritance Object

Methods of the ANE will return one of these codes.



Public Constants
 ConstantDefined By
  CONTEXT_UNAVAILABLE : int = -1
[static] CONTEXT_UNAVAILABLE means, that the ExtensionContext is not available at the moment.
KV2Code
  FAIL : int = 0
[static] FAIL means, that something went wrong in that function or was not updated in this update cycle.
KV2Code
  OK : int = 1
[static] OK means, that this function worked as expected or something updated successfully.
KV2Code
Constant Detail
CONTEXT_UNAVAILABLEConstant
public static const CONTEXT_UNAVAILABLE:int = -1

CONTEXT_UNAVAILABLE means, that the ExtensionContext is not available at the moment. Did you call start() first?

FAILConstant 
public static const FAIL:int = 0

FAIL means, that something went wrong in that function or was not updated in this update cycle.

OKConstant 
public static const OK:int = 1

OK means, that this function worked as expected or something updated successfully.