| FieldTalk™ Modbus Master .NET Library |
|
MbusMasterFunctions.configureSwappedFloats Method
Configures float data type functions to do a word swap
[Visual Basic]
Public Sub configureSwappedFloats()
[C#]
public
void configureSwappedFloats();
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