OBEXConnectionBase.Device Property
Returns and sets an IDevice implementer class that represents a selected device to connect to.
[Visual Basic]
<DefaultValue(Value:=null), _
Description(Description:="Set a device component, this component to connect to.")>
Public Property Device As
IDevice
[C#]
[DefaultValue(Value=null)]
[Description(Description="Set a device component, this component to connect to.")]
public
BlueLibs.Comm.IDevice Device {get; set;}
See Also
OBEXConnectionBase Class | BlueLibs.Components Namespace