Skip to content

IOFileComponent.SetUInt16 Method

Definition

Sets a 16-bit unsigned integer at the specified index.

protected void SetUInt16(int index, ushort value, Endian endian = Endian.MrKWatkins.BinaryPrimitives.Endian);

View source

Parameters

Name Type Description
index Int32 The index of the word.
value UInt16 The value to set.
endian Endian The byte order.