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