FrameTypeHelper

Members

Static functions

from
WebSocketFrameType from(byte op)
Undocumented in source. Be warned that the author may not have intended to support it.
isContinuation
bool isContinuation(WebSocketFrameType type)
Undocumented in source. Be warned that the author may not have intended to support it.
isControl
bool isControl(WebSocketFrameType type)
Undocumented in source. Be warned that the author may not have intended to support it.
isData
bool isData(WebSocketFrameType type)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta