次の方法で共有


Seesaw.ReadEEPromByte(Byte) メソッド

定義

Seesaw モジュールの EEProm 領域からバイトを読み取ります。

public byte ReadEEPromByte (byte eepromAddress);
member this.ReadEEPromByte : byte -> byte
Public Function ReadEEPromByte (eepromAddress As Byte) As Byte

パラメーター

eepromAddress
Byte

データの読み取りを開始する EEProm 領域のポイント。

戻り値

EEProm 領域から読み取られたデータ バイト。

適用対象