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

ObexHeaderIdMasks.GetNameFromHeaderId Method 

Retrieves the name of the type for the specified header id.

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

Parameters

headerId
A ObexHeaderId holding the type mask value.

Return Value

A string containing the name of the type mask for the specified header id value.

See Also

ObexHeaderIdMasks Class | Brecham.Obex.Pdus Namespace | GetName