mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-17 06:38:25 +00:00
implemented DataStoreGetFunction callback
This commit is contained in:
@ -29,10 +29,10 @@ package com.zerotierone.sdk;
|
||||
import java.nio.ByteBuffer;
|
||||
|
||||
public interface DataStoreGetListener {
|
||||
public int onDataStoreGet(Node node,
|
||||
public long onDataStoreGet(
|
||||
String name,
|
||||
ByteBuffer buffer,
|
||||
byte[] out_buffer,
|
||||
long bufferSize,
|
||||
long index,
|
||||
Long out_objectSize);
|
||||
long bufferIndex,
|
||||
long[] out_objectSize);
|
||||
}
|
||||
|
Reference in New Issue
Block a user