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
- pins
Type: array<Microsoft.SPOT.Hardware. . :: . .Cpu. . :: . .PinUsage> [] () [] []%
An array of Cpu..::..PinUsage enumeration values associated with the pins assigned to this device.
- 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.