FilterStream

What is FilterStream?

For specific communication device, a special protocol may be required to transmit binary data. In this case, since the StreamClass can not communicate, only FilterStream plays the role of creating this protocol in the middle.

public enum FilterStream

{

None,

ESP8266

}