| FieldTalk™ Modbus Master .NET Library |
|
MbusMasterFunctions.swappedFloats Property
Swapped floats property
[Visual Basic]
Public Property swappedFloats As
Boolean
[C#]
public
bool swappedFloats {get; set;}
Property Value
True to perform a word swap
Remarks
The data functions operating upon 32-bit float data types can be configured to do a word swap.
Most platforms store floats in IEEE 754 little-endian order which does not need a word swap.
See Also
MbusMasterFunctions Class | FieldTalk Namespace