public string GetName() { IntPtr name; XtNative.HandleError(XtNative.XtDeviceGetName(d, out name)); return(XtNative.FreeStringFromUtf8(name)); }
public string GetChannelName(bool output, int index) { IntPtr name; XtNative.HandleError(XtNative.XtDeviceGetChannelName(d, output, index, out name)); return(XtNative.FreeStringFromUtf8(name)); }