Interface LocalByteRef


public interface LocalByteRef
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    byte
    get()
     
    void
    set(byte value)
     
  • Method Details

    • get

      byte get()
    • set

      void set(byte value)