hunt-proton ~master (2021-07-16T03:06:07Z)
Home
Dub
Repo
TransportFrame
hunt
proton
framing
TransportFrame
Undocumented in source.
class
TransportFrame {
this
(int channel, FrameBody bd, Binary payload);
int
getChannel
();
FrameBody
getBody
();
Binary
getPayload
();
}
Constructors
this
this
(int channel, FrameBody bd, Binary payload)
Undocumented in source.
Members
Functions
getBody
FrameBody
getBody
()
Undocumented in source. Be warned that the author may not have intended to support it.
getChannel
int
getChannel
()
Undocumented in source. Be warned that the author may not have intended to support it.
getPayload
Binary
getPayload
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
proton
framing
TransportFrame
classes
TransportFrame