ObexListener(ObexTransport) Constructor

Initializes a new instance of the ObexListener class specifiying the transport to use.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
C#
public ObexListener(
	ObexTransport transport
)

Parameters

transport  ObexTransport
Specifies the transport protocol to use.

See Also