SDL_Android/SmartDeviceLinkAndroidProxy - added the correct version of the proxy
[profile/ivi/smartdevicelink.git] / SDL_Android / SmartDeviceLinkProxyAndroid / src / com / smartdevicelink / transport / TransportType.java
1 package com.smartdevicelink.transport;\r
2 \r
3 /**\r
4  * Defines available types of the transports.\r
5  */\r
6 public enum TransportType {\r
7         \r
8         /**\r
9          * Transport type is Bluetooth.\r
10          */\r
11         BLUETOOTH,\r
12         \r
13         /**\r
14          * Transport type is TCP.\r
15          */\r
16         TCP\r
17 }\r