다음을 통해 공유


PollingFrame.VendorSpecificGain Property

Definition

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.

Applies to