IppAttributeValue.CreateOctetString(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.
Creates an IppAttributeValue object that contains a octetString
attribute with the specified value, as defined by the Internet Printing Protocol (IPP).
public:
static IppAttributeValue ^ CreateOctetString(IBuffer ^ value);
static IppAttributeValue CreateOctetString(IBuffer const& value);
public static IppAttributeValue CreateOctetString(IBuffer value);
function createOctetString(value)
Public Shared Function CreateOctetString (value As IBuffer) As IppAttributeValue
Parameters
- value
- IBuffer
The value of the octetString
attribute.
Returns
The new IppAttributeValue object.