public class TransportInfo extends Object
| Constructor and Description |
|---|
TransportInfo() |
TransportInfo(Map<String,ActionArgumentValue<?>> args) |
TransportInfo(TransportState currentTransportState) |
TransportInfo(TransportState currentTransportState,
String currentSpeed) |
TransportInfo(TransportState currentTransportState,
TransportStatus currentTransportStatus) |
TransportInfo(TransportState currentTransportState,
TransportStatus currentTransportStatus,
String currentSpeed) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentSpeed() |
TransportState |
getCurrentTransportState() |
TransportStatus |
getCurrentTransportStatus() |
public TransportInfo()
public TransportInfo(Map<String,ActionArgumentValue<?>> args)
public TransportInfo(TransportState currentTransportState)
public TransportInfo(TransportState currentTransportState, String currentSpeed)
public TransportInfo(TransportState currentTransportState, TransportStatus currentTransportStatus)
public TransportInfo(TransportState currentTransportState, TransportStatus currentTransportStatus, String currentSpeed)
public TransportState getCurrentTransportState()
public TransportStatus getCurrentTransportStatus()
public String getCurrentSpeed()
Copyright © 2023 jUPnP.org. All rights reserved.