Seesaw.WriteEEProm(Byte, Byte[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將位元組陣列寫入 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 區域的位元組。
適用於