AndroidJNI.SetShortField Manual     Reference     Scripting  
Scripting > Runtime Classes > AndroidJNI
AndroidJNI.SetShortField

static function SetShortField (obj : IntPtr, fieldID : IntPtr, val : Int16) : void

Description

This function sets the value of an instance (nonstatic) field of an object.

See Also: Java Native Interface Specification (Oracle)