BluetoothEndPointCreate Method

Creates an endpoint from a socket address.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public virtual EndPoint Create(
	SocketAddress socketAddress
)

Parameters

socketAddress  SocketAddress

[Missing <param name="socketAddress"/> documentation for "M:InTheHand.Net.BluetoothEndPoint.Create(System.Net.SocketAddress)"]

Return Value

EndPoint

[Missing <returns> documentation for "M:InTheHand.Net.BluetoothEndPoint.Create(System.Net.SocketAddress)"]

See Also