Documentation
¶
Index ¶
Constants ¶
View Source
const ( KeyCredentialLinkVersion_0 uint32 = 0x0 KeyCredentialLinkVersion_1 uint32 = 0x00000100 KeyCredentialLinkVersion_2 uint32 = 0x00000200 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyCredentialLinkVersion ¶
type KeyCredentialLinkVersion struct {
Value uint32
// Internal
RawBytes []byte
RawBytesSize uint32
}
func (*KeyCredentialLinkVersion) Marshal ¶
func (kcv *KeyCredentialLinkVersion) Marshal() ([]byte, error)
Marshal returns the raw bytes of the KeyCredentialLinkVersion structure.
Returns: - A byte slice representing the raw bytes of the KeyCredentialLinkVersion structure.
func (*KeyCredentialLinkVersion) String ¶
func (kcv *KeyCredentialLinkVersion) String() string
String returns a string representation of the KeyCredentialLinkVersion.
Returns: - A string representing the KeyCredentialLinkVersion.
Click to show internal directories.
Click to hide internal directories.