OneWire Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the OneWire class.

Namespace:  Microsoft.SPOT.Hardware
Assembly:  Microsoft.SPOT.Hardware.OneWire (in Microsoft.SPOT.Hardware.OneWire.dll)

Syntax

'Declaration
Public Sub New ( _
    port As OutputPort _
)
public OneWire(
    OutputPort port
)
public:
OneWire(
    OutputPort^ port
)
new : 
        port:OutputPort -> OneWire
public function OneWire(
    port : OutputPort
)

Parameters

.NET Framework Security

See Also

Reference

OneWire Class

Microsoft.SPOT.Hardware Namespace