Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateBitStreams ¶
func ErrorHelper ¶
Types ¶
type CommonUSCoreSegment ¶
type CommonUSCoreSegment struct {
Version byte
SharingNotice byte
SaleOptOutNotice byte
TargetedAdvertisingOptOutNotice byte
SaleOptOut byte
TargetedAdvertisingOptOut byte
SensitiveDataProcessing []byte
KnownChildSensitiveDataConsents []byte
MspaCoveredTransaction byte
MspaOptOutOptionMode byte
MspaServiceProviderMode byte
}
CommonUSCoreSegment replicates the structure of many US State consent strings, and as such is shared across those state implementations. Do note an array of size one is a valid construct if the state only has one subfield for that field.
func NewCommonUSCoreSegment ¶
func (CommonUSCoreSegment) Encode ¶
func (segment CommonUSCoreSegment) Encode(bs *util.BitStream)
type CommonUSGPCSegment ¶
func NewCommonUSGPCSegment ¶
func NewCommonUSGPCSegment(bs *util.BitStream) (CommonUSGPCSegment, error)
func (CommonUSGPCSegment) Encode ¶
func (gpc CommonUSGPCSegment) Encode(bs *util.BitStream)
Click to show internal directories.
Click to hide internal directories.