grouping_identity property

grouping_identity property

Gets a value indicating whether the frame belongs to a group of frames. If set a group identifier byte is added to the frame header. Every frame with the same group identifier belongs to the same group.

Definition:

@property
def grouping_identity(self):
    ...

See Also