encryption property

encryption property

Gets a value indicating whether the frame is encrypted. If set one byte indicating with which method it was encrypted will be appended to the frame header.

Definition:

@property
def encryption(self):
    ...

See Also