|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeviceCommunicationProtocol | |
|---|---|
| org.eclipse.mtj.api.devices | |
| org.eclipse.mtj.api.devices.impl | |
| org.eclipse.mtj.api.enumerations | |
| org.eclipse.mtj.api.extension | |
| Uses of DeviceCommunicationProtocol in org.eclipse.mtj.api.devices |
|---|
| Methods in org.eclipse.mtj.api.devices that return DeviceCommunicationProtocol | |
|---|---|
DeviceCommunicationProtocol |
Device.getCommunicationProtocol()
Returns the value of the 'Communication Protocol' attribute. |
| Methods in org.eclipse.mtj.api.devices with parameters of type DeviceCommunicationProtocol | |
|---|---|
void |
Device.setCommunicationProtocol(DeviceCommunicationProtocol value)
Sets the value of the ' Communication Protocol' attribute. |
| Uses of DeviceCommunicationProtocol in org.eclipse.mtj.api.devices.impl |
|---|
| Methods in org.eclipse.mtj.api.devices.impl that return DeviceCommunicationProtocol | |
|---|---|
DeviceCommunicationProtocol |
DeviceImpl.getCommunicationProtocol()
|
| Methods in org.eclipse.mtj.api.devices.impl with parameters of type DeviceCommunicationProtocol | |
|---|---|
void |
DeviceImpl.setCommunicationProtocol(DeviceCommunicationProtocol newCommunicationProtocol)
|
| Uses of DeviceCommunicationProtocol in org.eclipse.mtj.api.enumerations |
|---|
| Fields in org.eclipse.mtj.api.enumerations declared as DeviceCommunicationProtocol | |
|---|---|
static DeviceCommunicationProtocol |
DeviceCommunicationProtocol.PROTOCOL_OBEX_LITERAL
The 'PROTOCOL OBEX' literal object. |
static DeviceCommunicationProtocol |
DeviceCommunicationProtocol.PROTOCOL_OTA_LITERAL
The 'PROTOCOL OTA' literal object. |
static DeviceCommunicationProtocol |
DeviceCommunicationProtocol.PROTOCOL_OTHER_LITERAL
The 'PROTOCOL OTHER' literal object. |
static DeviceCommunicationProtocol |
DeviceCommunicationProtocol.PROTOCOL_UEI_LITERAL
The 'PROTOCOL UEI' literal object. |
static DeviceCommunicationProtocol |
DeviceCommunicationProtocol.PROTOCOL_XEI_LITERAL
The 'PROTOCOL XEI' literal object. |
| Methods in org.eclipse.mtj.api.enumerations that return DeviceCommunicationProtocol | |
|---|---|
static DeviceCommunicationProtocol |
DeviceCommunicationProtocol.get(int value)
Returns the 'Device Communication Protocol' literal with the specified value. |
static DeviceCommunicationProtocol |
DeviceCommunicationProtocol.get(java.lang.String name)
Returns the 'Device Communication Protocol' literal with the specified name. |
| Uses of DeviceCommunicationProtocol in org.eclipse.mtj.api.extension |
|---|
| Methods in org.eclipse.mtj.api.extension that return DeviceCommunicationProtocol | |
|---|---|
DeviceCommunicationProtocol[] |
DeploymentProvider.getSupportedProtocols()
Defines transfer protocols that are supported by the Deployment Provider. |
| Methods in org.eclipse.mtj.api.extension with parameters of type DeviceCommunicationProtocol | |
|---|---|
void |
DeploymentProvider.deploy(Deployment deployment,
Device[] devices,
DeviceCommunicationProtocol transferProtocol,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deploys the deployment object to the target devices by using the defined transfer protocol. |
void |
DeploymentManagement.deploy(Deployment deployment,
Device[] devices,
DeviceCommunicationProtocol transferProtocol,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deploys the deployment object to the target devices by using the defined transfer protocol. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||