Hierarchy
java.lang.Object
- Package
- com.smartdevicelink.protocol.enums
Overview
This frame is sent from Core to application to indicate that status or configuration of
transport(s) is/are updated. This frame should not be sent prior to Version Negotiation.
Quick Jump
- Fields
-
- Constructors
-
Fields
TCP_IP_ADDRESS
public static final java.lang.String TCP_IP_ADDRESS
- Constant Value
- "tcpIpAddress"
TCP_PORT
public static final java.lang.String TCP_PORT
- Constant Value
- "tcpPort"
Constructors
TransportEventUpdate()
public TransportEventUpdate()
Methods
Inherited Methods
From Class |
Methods |
java.lang.Object
|
getClass,
hashCode,
equals,
clone,
toString,
notify,
notifyAll,
wait,
wait,
wait,
finalize
|
View on GitHub.com