SetBinary function

Sets the value to reference the binary buffer provided.

Syntax
void ULValue::SetBinary(
  ul_byte * src,
  size_t len
)
Parameters
  • src   A buffer of bytes.

  • len   The length of the buffer.

Remarks

No bytes are copied from the provided buffer until the value is used.