FileDocCategorySizeDatePackage
RemoteDeviceImpl.javaAPI DocphoneME MR2 API (J2ME)1530Wed May 02 18:00:32 BST 2007com.sun.kvem.jsr082.bluetooth

RemoteDeviceImpl

public final class RemoteDeviceImpl extends javax.bluetooth.RemoteDevice
Extends RemoteDevice class to allow creating instances in this package.

Fields Summary
Constructors Summary
RemoteDeviceImpl(String address)
Creates an instance with address given.

param
address Bluetooth address of the device
see
javax.bluetooth.RemoteDevice#RemoteDevice(String)

        super(address);
    
Methods Summary