// -- C++ -- // anAddress = axis->AddressGet(RSIAxisAddressTypeACTUAL_POSITION); printf("Value is %ld\n", controller->MemoryGet(anAddress));
// -- C# -- // anAddress = axis.AddressGet(RSIAxisAddressType.RSIAxisAddressTypeACTUAL_POSITION); Console.WriteLine("Value is {0}", controller.MemoryGet(anAddress));
Copyright © 2009 ---. All Rights Reserved.