Search:

Type: Posts; User: kartal_53

Search: Search took 0.25 seconds.

  1. Re: What can I use in java instead of "ref" in C?

    Maybe I wrote it wrong. I m working on java.



    private int DecodeFirstBlock(int[] dataval, char[] sys, char[] str, ref uint time, ref uint date, ref byte sps, ref int count){
    //some code...
  2. What can I use in java instead of "ref" in C?

    Hi,

    You can see below code taken from C.


    value = DecodeFirstBlock(valuese, sysid, strid, ref timecode, ref datecode, ref sample_rate, ref k);

    What does it mean "ref"? I searched in web for...
Results 1 to 2 of 2