OutputData Property

Navigation:  Reference Guide > Serial Communication > Properties >

OutputData Property

Previous pageReturn to chapter overviewNext page

Sets the outgoing data stream with Null characters (ASCII value 0).

[Visual Basic .NET]

Public WriteOnly Property OutputData As Byte()

[C#]

public byte[] OutputData {set;}