// -- C++ -- // long addr = controller->AddressFromStringGet("Motor[0].IO.DedicatedOut.Ptr", "c:\\synqnet\\stdmei.map"); printf("Host address is 0x%x Firmware Address is 0x%x\n", addr, controller->FirmwareAddressGet(addr));
// -- C# -- // int addr = controller.AddressFromStringGet("Motor[0].IO.DedicatedOut.Ptr", "c:\\synqnet\\stdmei.map"); Console.WriteLine("Host address is 0x{0} Firmware Address is 0x{1}", addr, controller.FirmwareAddressGet(addr));
Copyright © 2009 ---. All Rights Reserved.