WifiP2pUsdBasedServiceConfig.MaxAllowedServiceSpecificInfoLength 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.
Maximum allowed length of service specific information that can be set in the USD service configuration.
public static int MaxAllowedServiceSpecificInfoLength { [Android.Runtime.Register("getMaxAllowedServiceSpecificInfoLength", "()I", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getMaxAllowedServiceSpecificInfoLength", "()I", "", ApiSince=36)>]
static member MaxAllowedServiceSpecificInfoLength : int
Property Value
- Attributes
Remarks
Maximum allowed length of service specific information that can be set in the USD service configuration. See also Builder#setServiceSpecificInfo(byte[])
.
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.