Table of Contents

Class Platform

Namespace
Backdash.Network
Assembly
Backdash.dll

Platform Info

public static class Platform
Inheritance
Platform
Inherited Members

Fields

Endianness

Current Endianness

public static readonly Endianness Endianness

Field Value

Endianness

Methods

GetNetworkEndianness(bool)

Get Endianness for Network. If network is True, returns BigEndian. Otherwise, returns the current platform endianness, same as Platform. Endianness

public static Endianness GetNetworkEndianness(bool network)

Parameters

network bool

Returns

Endianness