IAntUsbRadioGetSerialString Method
Note: This API is now obsolete.
Gets the USB device serial number string.
Namespace: SmallEarthTech.AntRadioInterfaceAssembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 3.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
[ObsoleteAttribute("This method is redundant. Use IAntRadio.SerialNumber. It will be removed in the next release.")]
string GetSerialString()
<ObsoleteAttribute("This method is redundant. Use IAntRadio.SerialNumber. It will be removed in the next release.")>
Function GetSerialString As String
[ObsoleteAttribute(L"This method is redundant. Use IAntRadio.SerialNumber. It will be removed in the next release.")]
String^ GetSerialString()
[<ObsoleteAttribute("This method is redundant. Use IAntRadio.SerialNumber. It will be removed in the next release.")>]
abstract GetSerialString : unit -> string
Return Value
StringThe USB serial number string of this device.