C# Class CodeImp.Gluon.ObexBluetoothDevice

Mostra file Open project: DieterKoblenz/LCARS Class Usage Examples

Public Properties

Property Type Description
address InTheHand.Net.BluetoothAddress
name string

Public Methods

Method Description
ObexBluetoothDevice ( BluetoothDeviceInfo info ) : System
ToString ( ) : string

Method Details

ObexBluetoothDevice() public method

public ObexBluetoothDevice ( BluetoothDeviceInfo info ) : System
info BluetoothDeviceInfo
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

address public_oe property

public BluetoothAddress,InTheHand.Net address
return InTheHand.Net.BluetoothAddress

name public_oe property

public string name
return string