Click or drag to resize

EndianOrder.CoerceByteOrder Method

Note: This API is now obsolete.

Changes the order of a buffer (reverse or pass-through) based on the target endian-order of this EndianOrder representation.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.242-beta+5de70bd1c87865d409ebc16b8886196644c0c750
Syntax
[ObsoleteAttribute("This method may be removed from future builds", 
	false)]
public byte[] CoerceByteOrder(
	byte[] buffer
)
View Source

Parameters

buffer  Byte[]
Byte buffer to be coerced.

Return Value

Byte[]
Coerced byte array.
See Also