Seesaw.Read(Seesaw+SeesawModule, Seesaw+SeesawFunction, Int32, Int16) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Seesaw ボードに接続されている I2cDevice からバイト配列を読み取ります。
protected byte[] Read (Iot.Device.Seesaw.Seesaw.SeesawModule moduleAddress, Iot.Device.Seesaw.Seesaw.SeesawFunction functionAddress, int length, short readDelayMicroSeconds = 0);
member this.Read : Iot.Device.Seesaw.Seesaw.SeesawModule * Iot.Device.Seesaw.Seesaw.SeesawFunction * int * int16 -> byte[]
Protected Function Read (moduleAddress As Seesaw.SeesawModule, functionAddress As Seesaw.SeesawFunction, length As Integer, Optional readDelayMicroSeconds As Short = 0) As Byte()
パラメーター
- moduleAddress
- Seesaw.SeesawModule
読み取り元のモジュールを表すSeesaw_Module列挙型。
- functionAddress
- Seesaw.SeesawFunction
呼び出す Seesaw 関数を表すSeesaw_Function列挙型。
- length
- Int32
Seesaw デバイスから返されることが予想されるバイト数。
- readDelayMicroSeconds
- Int16
関数の送信とデータの読み取りまでの遅延 (マイクロ秒単位)。
戻り値
Byte[]
Seesaw デバイスの値を表すバイト配列を返します。