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

ObexHeaderCollection.IsByteSeqType Method 

Gets whether the given Header ID represents a Byte Sequence type.

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

Parameters

headerId
The ObexHeaderId to check.

Return Value

A Boolean value indicating whether the given header is of Byte Sequence type.

See Also

ObexHeaderCollection Class | Brecham.Obex Namespace