共用方式為


SupportedMode 建構函式

定義

多載

SupportedMode(SupportedMode)

protected SupportedMode(Iot.Device.Arduino.SupportedMode original);
new Iot.Device.Arduino.SupportedMode : Iot.Device.Arduino.SupportedMode -> Iot.Device.Arduino.SupportedMode
Protected Sub New (original As SupportedMode)

參數

original
SupportedMode

適用於

SupportedMode(Byte, String)

宣告新的釘選模式

public SupportedMode(byte value, string name);
new Iot.Device.Arduino.SupportedMode : byte * string -> Iot.Device.Arduino.SupportedMode
Public Sub New (value As Byte, name As String)

參數

value
Byte

釘選模式值

name
String

模式的使用者可讀取名稱

適用於

SupportedMode(Byte, String, PinUsage)

宣告新的釘選模式

public SupportedMode(byte value, string name, Iot.Device.Board.PinUsage pinUsage);
new Iot.Device.Arduino.SupportedMode : byte * string * Iot.Device.Board.PinUsage -> Iot.Device.Arduino.SupportedMode
Public Sub New (value As Byte, name As String, pinUsage As PinUsage)

參數

value
Byte

釘選模式值

name
String

模式的使用者可讀取名稱

pinUsage
PinUsage

如果適用,此模式的釘選使用方式

適用於