SpiDevice.Write(Byte[]) 方法

定义

写入连接的设备。

public:
 virtual void Write(Platform::Array <byte> ^ buffer) = Write;
void Write(winrt::array_view <byte> const& buffer);
public void Write(byte[] buffer);
function write(buffer)
Public Sub Write (buffer As Byte())

参数

buffer

Byte[]

byte[]

包含要写入设备的数据的数组。

Windows 要求

应用功能
lowLevel

适用于