Table of Contents

Class Characteristics

Namespace
Android.Net.Wifi.Aware
Assembly
MASES.Netdroid.dll
public class Characteristics : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
Characteristics
Implements
Inherited Members
Extension Methods

Constructors

Characteristics(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Characteristics(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

WIFI_AWARE_CIPHER_SUITE_NCS_PK_128

public static int WIFI_AWARE_CIPHER_SUITE_NCS_PK_128 { get; set; }

Property Value

int

WIFI_AWARE_CIPHER_SUITE_NCS_PK_256

public static int WIFI_AWARE_CIPHER_SUITE_NCS_PK_256 { get; set; }

Property Value

int

WIFI_AWARE_CIPHER_SUITE_NCS_PK_PASN_128

public static int WIFI_AWARE_CIPHER_SUITE_NCS_PK_PASN_128 { get; set; }

Property Value

int

WIFI_AWARE_CIPHER_SUITE_NCS_PK_PASN_256

public static int WIFI_AWARE_CIPHER_SUITE_NCS_PK_PASN_256 { get; set; }

Property Value

int

WIFI_AWARE_CIPHER_SUITE_NCS_SK_128

public static int WIFI_AWARE_CIPHER_SUITE_NCS_SK_128 { get; set; }

Property Value

int

WIFI_AWARE_CIPHER_SUITE_NCS_SK_256

public static int WIFI_AWARE_CIPHER_SUITE_NCS_SK_256 { get; set; }

Property Value

int

WIFI_AWARE_CIPHER_SUITE_NONE

public static int WIFI_AWARE_CIPHER_SUITE_NONE { get; set; }

Property Value

int

Methods

DescribeContents()

public int DescribeContents()

Returns

int

int

GetMaxMatchFilterLength()

public int GetMaxMatchFilterLength()

Returns

int

int

GetMaxServiceNameLength()

public int GetMaxServiceNameLength()

Returns

int

int

GetMaxServiceSpecificInfoLength()

public int GetMaxServiceSpecificInfoLength()

Returns

int

int

GetNumberOfSupportedDataInterfaces()

public int GetNumberOfSupportedDataInterfaces()

Returns

int

int

GetNumberOfSupportedDataPaths()

public int GetNumberOfSupportedDataPaths()

Returns

int

int

GetNumberOfSupportedPublishSessions()

public int GetNumberOfSupportedPublishSessions()

Returns

int

int

GetNumberOfSupportedSubscribeSessions()

public int GetNumberOfSupportedSubscribeSessions()

Returns

int

int

GetSupportedCipherSuites()

public int GetSupportedCipherSuites()

Returns

int

int

GetSupportedPairingCipherSuites()

public int GetSupportedPairingCipherSuites()

Returns

int

int

IsAwarePairingSupported()

public bool IsAwarePairingSupported()

Returns

bool

bool

IsInstantCommunicationModeSupported()

public bool IsInstantCommunicationModeSupported()

Returns

bool

bool

IsSuspensionSupported()

public bool IsSuspensionSupported()

Returns

bool

bool

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int