mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-16 14:18:24 +00:00
implemented VirtualNetworkFrameFunctionCallback
This commit is contained in:
@ -24,17 +24,17 @@
|
||||
* redistribute it in a modified binary form, please contact ZeroTier Networks
|
||||
* LLC. Start here: http://www.zerotier.com/
|
||||
*/
|
||||
|
||||
package com.zerotierone.sdk;
|
||||
|
||||
import java.nio.ByteBuffer;
|
||||
|
||||
public interface VirtualNetworkFrameListener {
|
||||
void onVirtualNetworkFrame(Node node,
|
||||
void onVirtualNetworkFrame(
|
||||
long nwid,
|
||||
long srcMac,
|
||||
long destMac,
|
||||
long etherType,
|
||||
long vlanId,
|
||||
ByteBuffer frameData,
|
||||
long len);
|
||||
byte[] frameData);
|
||||
}
|
||||
|
Reference in New Issue
Block a user