次の方法で共有


SupportedMode コンストラクター

定義

オーバーロード

SupportedMode(SupportedMode)
SupportedMode(Byte, String)

新しいピン モードを宣言します

SupportedMode(Byte, String, PinUsage)

新しいピン モードを宣言します

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

該当する場合は、このモードの使用をピン留めする

適用対象