General utilities class used by LudnLite and exposed publicly for your convience.
| C# | Visual Basic | Visual C++ |
public static class Helper
Public NotInheritable Class Helper
public ref class Helper abstract sealed
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| BytesToObject(array<Byte>[]()[][], Int32, Int32, Object) |
Copies bytes to a blittable object.
| |
| GetEnumData(Type) |
Returns a dictionary object of enumeration names and values.
| |
| HexString(array<Byte>[]()[][], String, String) |
Builds a formatted hexidecimal string from an array of bytes.
| |
| HostEndianToLE16(Int16) |
Swaps low and high bytes on big endian systems. Has no effect on little endian systems.
| |
| IsLinux |
True if running on a unix-like operating system.
False if using the Libusb-1.0 windows backend driver.
| |
| OSVersion |
Gets the OperatingSystem class.
| |
| ShowAsHex(Object) |
Converts standard values to decorated hex string values.
| |
| ToString(String, array<String>[]()[][], String, array<Object>[]()[][], String) |
Builds a delimited string of names and values.
|
| Object | |
| Helper | |