AntRadioGetSerialString Method
This method is redundant. Use AntRadio.SerialNumber. It will be removed in the next release.
Gets the USB device serial number string.
Namespace: SmallEarthTech.AntUsbStickAssembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 3.1.3+2f05d80a11043c39fb9b7b1c83bc03a90272fcc4
[ObsoleteAttribute("This method is redundant. Use AntRadio.SerialNumber. It will be removed in the next release.")]
public string GetSerialString()
<ObsoleteAttribute("This method is redundant. Use AntRadio.SerialNumber. It will be removed in the next release.")>
Public Function GetSerialString As String
public:
[ObsoleteAttribute(L"This method is redundant. Use AntRadio.SerialNumber. It will be removed in the next release.")]
virtual String^ GetSerialString() sealed
[<ObsoleteAttribute("This method is redundant. Use AntRadio.SerialNumber. It will be removed in the next release.")>]
abstract GetSerialString : unit -> string
[<ObsoleteAttribute("This method is redundant. Use AntRadio.SerialNumber. It will be removed in the next release.")>]
override GetSerialString : unit -> string
StringThe USB serial number string of this device.
IAntUsbRadioGetSerialString