Class ByteOrderSettings
Inheritance
Object
ByteOrderSettings
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: FBoxClientDriver.Contract
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class ByteOrderSettings
Properties
FloatByteOrder
Declaration
[JsonProperty("float")]
public U32ByteOrders FloatByteOrder { get; set; }
Property Value
Type | Description |
---|---|
U32ByteOrders |
U16ByteOrder
Declaration
[JsonProperty("u16")]
public U16ByteOrders U16ByteOrder { get; set; }
Property Value
Type | Description |
---|---|
U16ByteOrders |
U32ByteOrder
Declaration
[JsonProperty("u32")]
public U32ByteOrders U32ByteOrder { get; set; }
Property Value
Type | Description |
---|---|
U32ByteOrders |