Skip to content

Commit

Permalink
add missing function on perldoc
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Dec 7, 2023
1 parent ff12556 commit 276eb86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/GDPR/IAB/TCFv2/BitUtils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,14 @@ Will return true if the bit present on bit offset is 1.
my $is_service_specific = is_set( $data, 138 );
=head2 get_uint2
Receive two parameters: data and bit offset.
Will fetch 2 bits from data since bit offset and convert it an unsigned int.
my $value = get_uint2( $data, $offset );
=head2 get_uint6
Receive two parameters: data and bit offset.
Expand Down

0 comments on commit 276eb86

Please sign in to comment.