Seesaw.WriteByte(Seesaw+SeesawModule, Seesaw+SeesawFunction, Byte) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將位元組寫入連接至 Seesaw 面板的 I2cDevice。
protected void WriteByte (Iot.Device.Seesaw.Seesaw.SeesawModule moduleAddress, Iot.Device.Seesaw.Seesaw.SeesawFunction functionAddress, byte value);
member this.WriteByte : Iot.Device.Seesaw.Seesaw.SeesawModule * Iot.Device.Seesaw.Seesaw.SeesawFunction * byte -> unit
Protected Sub WriteByte (moduleAddress As Seesaw.SeesawModule, functionAddress As Seesaw.SeesawFunction, value As Byte)
參數
- moduleAddress
- Seesaw.SeesawModule
Seesaw_Module列舉,表示我們要寫入的模組。
- functionAddress
- Seesaw.SeesawFunction
Seesaw_Function列舉,表示要呼叫的 Seesaw 函式。
- value
- Byte
位元組值 ro 會以參數的形式傳送至 Seesaw 裝置。