GetBinary function

Retrieves the current value into a binary buffer, casting as required.

Syntax
void ULValue::GetBinary(
  p_ul_binary bin,
  size_t len
)
Parameters
  • bin   The binary structure to receive bytes.

  • len   The length of the buffer.

Remarks

If the buffer is too small, then the value is truncated. Up to len characters are copied to the given buffer.