/**@class android.net.wifi.RttManager.ResponderConfig implements android.os.Parcelable @extends java.lang.Object Configuration used for RTT responder mode. The configuration information can be used by a peer device to range the responder. @see ScanResult */ var ResponderConfig = { /** Wi-Fi mac address used for responder mode. */ macAddress : "null", /** The primary 20 MHz frequency (in MHz) of the channel where responder is enabled. @see ScanResult#frequency */ frequency : "null", /** Center frequency of the channel where responder is enabled on. Only in use when channel width is at least 40MHz. @see ScanResult#centerFreq0 */ centerFreq0 : "null", /** Center frequency of the second segment when channel width is 80 + 80 MHz. @see ScanResult#centerFreq1 */ centerFreq1 : "null", /** Width of the channel where responder is enabled on. @see ScanResult#channelWidth */ channelWidth : "null", /** Preamble supported by responder. */ preamble : "null", /**Implement {@link Parcelable} interface */ CREATOR : "null", /** */ toString : function( ) {}, /** */ describeContents : function( ) {}, /** */ writeToParcel : function( ) {}, };