WiFiDirectInformationElement.CreateFromBuffer(IBuffer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.