OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Types Summary | |
|---|---|
| Nonce | |
| BTID | |
| AuthN | |
| PSK | |
| Sys_Message | |
type charstring Nonce
with {
variant "noCodec"
}
type charstring BTID
with {
variant "noCodec"
}
type bitstring AuthN
with {
variant "noCodec"
}
type octetstring PSK
with {
variant "noCodec"
}
type union Sys_Message {
Nonce nonce,
BTID btid,
AuthN authn,
PSK psk
}