Ejemplo n.º 1
0
 public long get_tid() {
   return TpcbExample.get_int_in_array(data, 8);
 }
Ejemplo n.º 2
0
 public long get_amount() {
   return TpcbExample.get_int_in_array(data, 12);
 }
Ejemplo n.º 3
0
 public long get_balance() {
   return TpcbExample.get_int_in_array(data, 4);
 }