NurApiSwapEndian(UInt16) Method

Swap endianess of 16-bit value

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public static ushort SwapEndian(
	ushort value
)

Parameters

value  UInt16
ushort value to swap

Return Value

UInt16
swapped value

See Also