Share via


WiFiDirectInformationElement.CreateFromBuffer(IBuffer) Method

Definition

Create an array of information elements from a data buffer.

public:
 static IVector<WiFiDirectInformationElement ^> ^ CreateFromBuffer(IBuffer ^ buffer);
 static IVector<WiFiDirectInformationElement> CreateFromBuffer(IBuffer const& buffer);
public static IList<WiFiDirectInformationElement> CreateFromBuffer(IBuffer buffer);
function createFromBuffer(buffer)
Public Shared Function CreateFromBuffer (buffer As IBuffer) As IList(Of WiFiDirectInformationElement)

Parameters

buffer
IBuffer

The data buffer that contains a information element.

Returns

A array of information elements created from the buffer.

Applies to

See also