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

static function SetByteField (obj : IntPtr, fieldID : IntPtr, val : Byte) : void

Description

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

See Also: Java Native Interface Specification (Oracle)