Class ByteOrderSettings
Inheritance
System.Object
ByteOrderSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |