DeviceGetAsicRegister Method |
This method attempts to get the asic register values from the device.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public byte[] GetAsicRegister()
Public Function GetAsicRegister As Byte()
public:
array<unsigned char>^ GetAsicRegister()
member GetAsicRegister : unit -> byte[]
Return Value
Type:
Byteasic register values of the device
See Also