PollingFrame.VendorSpecificGain Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the gain representing the field strength of the NFC field when this polling loop frame was observed.
public int VendorSpecificGain { [Android.Runtime.Register("getVendorSpecificGain", "()I", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getVendorSpecificGain", "()I", "", ApiSince=35)>]
member this.VendorSpecificGain : int
Property Value
the gain or -1 if there is no gain measurement associated with this frame.
- Attributes
Remarks
Returns the gain representing the field strength of the NFC field when this polling loop frame was observed.
Java documentation for android.nfc.cardemulation.PollingFrame.getVendorSpecificGain()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.