Share via


GetPinsMap Method

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

Gets a pin map for the device associated with this HardwareProvider.

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

Syntax

'Declaration
Public Overridable Sub GetPinsMap ( _
    <OutAttribute> ByRef pins As Cpu.PinUsage(), _
    <OutAttribute> ByRef PinCount As Integer _
)
public virtual void GetPinsMap(
    out Cpu.PinUsage[] pins,
    out int PinCount
)
public:
virtual void GetPinsMap(
    [OutAttribute] array<Cpu::PinUsage>^% pins, 
    [OutAttribute] int% PinCount
)
abstract GetPinsMap : 
        pins:Cpu.PinUsage[] byref * 
        PinCount:int byref -> unit 
override GetPinsMap : 
        pins:Cpu.PinUsage[] byref * 
        PinCount:int byref -> unit 
public function GetPinsMap(
    pins : Cpu..::..PinUsage[], 
    PinCount : int
)

Parameters

  • PinCount
    Type: System. . :: . .Int32%
    The number of pins assigned to this device, and hence also the number of values in the pins array.

.NET Framework Security

See Also

Reference

HardwareProvider Class

Microsoft.SPOT.Hardware Namespace