Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type USPUT ¶
type USPUT struct {
SectionID constants.SectionID
Value string
CoreSegment USPUTCoreSegment
}
type USPUTCoreSegment ¶
type USPUTCoreSegment struct {
Version byte
SharingNotice byte
SaleOptOutNotice byte
TargetedAdvertisingOptOutNotice byte
SensitiveDataProcessingOptOutNotice byte
SaleOptOut byte
TargetedAdvertisingOptOut byte
SensitiveDataProcessing []byte
KnownChildSensitiveDataConsents byte
MspaCoveredTransaction byte
MspaOptOutOptionMode byte
MspaServiceProviderMode byte
}
func NewUPSUTCoreSegment ¶
func NewUPSUTCoreSegment(bs *util.BitStream) (USPUTCoreSegment, error)
func (USPUTCoreSegment) Encode ¶
func (segment USPUTCoreSegment) Encode(bs *util.BitStream)
Click to show internal directories.
Click to hide internal directories.