Return true if the specified firstByte of an encoded date‐and‐time value indicates it is in a format reserved for future use, and return false otherwise.
Synopsis
Declared in <balber_berutil.h>
static
bool
isReserved(unsigned char firstByte);
Description
Note that this may indicate the value was encoded incorrectly or using a newer version of this component.
Return Value
true if firstByte indicates a reserved format, and false otherwise
Parameters
Name |
Description |
firstByte |
first byte of an encoded date‐and‐time value |
Created with MrDocs