Encode data frame to binary codes @param frame DataFrame @param maxLength The max length of DataFrame @return A pair of encoding result. The first field is frame length which contains header frame and data frame. The second field is binary codes.
See Implementation
Encode data frame to binary codes @param frame DataFrame @param maxLength The max length of DataFrame @return A pair of encoding result. The first field is frame length which contains header frame and data frame. The second field is binary codes.