public class SiphonServer extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
closeServer() |
static short |
disableSiphonServer() |
static short |
enableSiphonServer() |
static Boolean |
getSiphonEnabledStatus() |
static boolean |
init() |
static Boolean |
sendBytesFromAPP(byte[] msgBytes,
int offset,
int length) |
static Boolean |
sendBytesFromSDL(byte[] msgBytes,
int offset,
int length) |
static Boolean |
sendFormattedTraceMessage(String message) |
static Boolean |
sendSiphonLogData(String message) |
public static short enableSiphonServer()
public static Boolean getSiphonEnabledStatus()
public static short disableSiphonServer()
public static boolean init()
public static void closeServer()
throws IOException
IOExceptionpublic static Boolean sendBytesFromAPP(byte[] msgBytes, int offset, int length)
public static Boolean sendBytesFromSDL(byte[] msgBytes, int offset, int length)