다음을 통해 공유


ISpiDeviceProvider.Write(Byte[]) 메서드

정의

연결된 디바이스에 씁니다.

public:
 void Write(Platform::Array <byte> ^ buffer);
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[]

디바이스에 쓸 데이터를 포함하는 배열입니다.

적용 대상