Brecham.Obex — An OBEX library for the .NET Framework

ObexHeaderIdMasks.GetName Method 

Retrieves the name of the type mask that has the specified value.

[Visual Basic]
Public Shared Function GetName( _
   ByVal mask As ObexHeaderId _
) As String
[C#]
public static string GetName(
   ObexHeaderId mask
);

Parameters

mask
A ObexHeaderId holding the type mask value.

Return Value

A string containing the name of the type mask whose value is mask, or a null reference (Nothing in Visual Basic) if no such constant is found.

See Also

ObexHeaderIdMasks Class | Brecham.Obex.Pdus Namespace | GetNameFromHeaderId