Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
Android Documentation
SiphonServer

Class SiphonServer

Hierarchy

java.lang.Object

Package
com.smartdevicelink.transport

Methods

enableSiphonServer()

public static short enableSiphonServer()

getSiphonEnabledStatus()

public static java.lang.Boolean getSiphonEnabledStatus()

disableSiphonServer()

public static short disableSiphonServer()

init()

public static boolean init()

closeServer()

public static void closeServer() throws java.io.IOException

Throws

  • java.io.IOException

sendBytesFromAPP( byte[] msgBytes, int offset, int length )

public static java.lang.Boolean sendBytesFromAPP(byte[] msgBytes,int offset,int length)

Method Parameters

msgBytes
offset
length

sendBytesFromSDL( byte[] msgBytes, int offset, int length )

public static java.lang.Boolean sendBytesFromSDL(byte[] msgBytes,int offset,int length)

Method Parameters

msgBytes
offset
length

sendSiphonLogData( String message )

public static java.lang.Boolean sendSiphonLogData(String message)

Method Parameters

message

sendFormattedTraceMessage( String message )

public static java.lang.Boolean sendFormattedTraceMessage(String message)

Method Parameters

message

Inherited Methods

From Class Methods
java.lang.Object getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize
View on GitHub.com
Previous Section Next Section