次の方法で共有


Seesaw.WriteEEProm(Byte, Byte[]) メソッド

定義

Seesaw モジュールの EEProm 領域にバイト配列を書き込みます。

public void WriteEEProm (byte eepromAddress, byte[] data);
member this.WriteEEProm : byte * byte[] -> unit
Public Sub WriteEEProm (eepromAddress As Byte, data As Byte())

パラメーター

eepromAddress
Byte

データの書き込みを開始する EEProm 領域のポイント。

data
Byte[]

EEProm 領域に書き込まれるバイト。

適用対象