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.181-beta
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