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.
Optional
opts: DeserializeOptionsOptional
opts: SerializeOptionsOptional
opts: SerializeOptionsStatic
fromOptional
opts: DeserializeOptionsStatic
fromConvert RecordAttrs to DlpRecordAttrs and category for use in DLP protocol.
Static
ofReturns an SBitmask class that serializes using the provided SerializableWrapper.
Optional
opts: DeserializeOptionsReturns an SBitmask class that serializes using the provided SerializableWrapper.
Create a new instance with the provided initial properties.
Optional
props: Partial<T>Static
toConvert DlpRecordAttrs and category to RecordAttrs for use in PDB files.
Static
withCreate a new instance with the provided initial properties.
Optional
props: 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.