botan ~master (2020-08-19T17:56:38Z)
Dub
Repo
NextRecord
botan
tls
handshake_io
Undocumented in source.
package
static if
(
BOTAN_HAS_TLS
)
struct
NextRecord {
HandshakeType
type
;
Vector
!
ubyte
data
;
}
Members
Variables
data
Vector
!
ubyte
data
;
Undocumented in source.
type
HandshakeType
type
;
Undocumented in source.
Meta
Source
See Implementation
botan
tls
handshake_io
classes
DatagramHandshakeIO
StreamHandshakeIO
interfaces
HandshakeIO
structs
NextRecord