Debugging Tools for Windows

ExtRemoteData::GetFloat

The GetFloat method returns a float version of the ExtRemoteData object, which represents the contents of the target's memory.

float
  ExtRemoteData::GetFloat(
    void
    ) throw (...)

Parameters

None

Return Value

GetFloat returns the float version of the ExtRemoteData object.

Comments

The size of the memory represented by the ExtRemoteData object must be sizeof(float).

Requirements

Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.

See Also

ExtRemoteData, ExtRemoteData::GetData, ExtRemoteData::GetDouble,

Build machine: CAPEBUILD