Click or drag to resize

MessageFill Method

Fill payload with a specified byte value.

Namespace: IO.Interfaces.Message64
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.275.1
Syntax
C#
public void Fill(
	byte fill
)

Parameters

fill  Byte
Value to initialize the payload with.
See Also