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

ObexHeaderCollection.IsFourByteType Method 

Gets whether the given Header ID represents a Four-byte type.

[Visual Basic]
Public Shared Function IsFourByteType( _
   ByVal headerId As ObexHeaderId _
) As Boolean
[C#]
public static bool IsFourByteType(
   ObexHeaderId headerId
);

Parameters

headerId
The ObexHeaderId to check.

Return Value

A Boolean value indicating whether the given header is of Four-byte type.

See Also

ObexHeaderCollection Class | Brecham.Obex Namespace