IOpenAccessWriter interface.WriteByte Method

Definition

Namespace: ASNA.DataGate.DataLink
Assembly: ASNA.QSys.DataGate.Client.dll

Writes a single byte to the channel.

void WriteByte(byte b)

Writes a single byte to the channel.

void WriteByte(byte b)

Parameters

Type Parameter name Description
Byte b The byte to write.

See Also