EncodePacket Method
Hex encodes an SSH packet.
Syntax
char* EncodePacket(char* lpPacket, INT lenPacket);
Remarks
This method is used to encode a raw SSH packet created by SetSSHParam.
Note: This method is only applicable for reading and creating SSH packets for use within the SSHCustomAuth event.