ExtRemoteData::ExtRemoteData method (engextcpp.hpp)

The ExtRemoteData constructor creates a new instance of the ExtRemoteData class.

Syntax

void ExtRemoteData();

Return value

None

Remarks

If a memory region is specified, the contents of the region are read from the target and cached. The data can be retrieved using ExtRemoteData::GetData.

The constructor is called by the ExtRemoteData::Set(Typed) or ExtRemoteData::Set(Offset Bytes) methods and the ExtRemoteData::GetData method.

Requirements

Requirement Value
Target Platform Desktop
Header engextcpp.hpp (include Engextcpp.hpp)

See also

ExtRemoteData

ExtRemoteData::GetData

ExtRemoteData::ExtRemoteData (Name, Offset, Bytes)