APIs, concepts, guides, and more

◆ Unmap()

void Unmap ( )
Description:
Map will removes the axis mapping relationship of the MultiAxis to the controller firmware.
Sample Code:
// -- C++ -- //
multiAxis->Unmap();
// -- C# -- //
multiAxis.Unmap();
See also
Map