SupportedMode コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
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
該当する場合は、このモードの使用をピン留めする