WrapperPrintRegMap Method |
Print a list of all registers in provided regmap CSV
Namespace:
FX3ApiWrapper
Assembly:
FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string[] PrintRegMap()
Public Function PrintRegMap As String()
public:
array<String^>^ PrintRegMap()
member PrintRegMap : unit -> string[]
Return Value
Type:
StringList of register names. Each is seperated by a newline
See Also