Record is archived.
Record currently in use.
This bit may also indicate the record has been deleted -- see comments in https://github.com/dwery/coldsync/blob/master/include/pdb.h .
Record has been deleted.
Record has been modified.
"Secret" record - password protected.
Optionalopts: DeserializeOptionsOptionalopts: SerializeOptionsOptionalopts: SerializeOptionsStaticfromOptionalopts: DeserializeOptionsStaticfromConvert RecordAttrs to DlpRecordAttrs and category for use in DLP protocol.
StaticofReturns an SBitmask class that serializes using the provided SerializableWrapper.
Optionalopts: DeserializeOptionsReturns an SBitmask class that serializes using the provided SerializableWrapper.
Create a new instance with the provided initial properties.
Optionalprops: Partial<T>StatictoConvert DlpRecordAttrs and category to RecordAttrs for use in PDB files.
StaticwithCreate a new instance with the provided initial properties.
Optionalprops: Partial<T>
Record attribute flags in the DLP protocol.
In the DLP protocol, we use one byte to store record attribute flags and another byte to store the record category. However, in PDB files, we use a single byte is used to store both attribute flags and the record category.
See RecordAttrs for more context.