|
Arduino live555
|
Public Member Functions | |
| ClientTLSState (class RTSPClient &client) | |
| int | connect (int socketNum) |
| int | write (const char *data, unsigned count) |
| int | read (u_int8_t *buffer, unsigned bufferSize) |
| void | nullify () |
Public Attributes | |
| Boolean | isNeeded |
Protected Member Functions | |
| void | initLibrary () |
| void | reset () |
Protected Attributes | |
| Boolean | fHasBeenSetup |
| SSL_CTX * | fCtx |
| SSL * | fCon |