Click or drag to resize

EndianOrderCoerceByteOrder 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.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
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