IAntUsbRadioGetSerialString Method
This method is redundant. Use IAntRadio.SerialNumber. It will be removed in the next release.
Gets the USB device serial number string.
Namespace: SmallEarthTech.AntRadioInterfaceAssembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.0+c1e7610f9fcb5b8a327697cc707496363c1e2866
[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.