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