|
| char * | IsoConnection_getPeerAddress (IsoConnection self) |
| |
| void | IsoConnection_close (IsoConnection self) |
| |
| void | IsoConnection_installListener (IsoConnection self, MessageReceivedHandler handler, void *parameter) |
| |
| void * | IsoConnection_getSecurityToken (IsoConnection self) |
| |
| void | IsoConnection_sendMessage (IsoConnection self, ByteBuffer *message, bool handlerMode) |
| | send a message over an ISO connection More...
|
| |
| IsoServer | IsoServer_create (TLSConfiguration tlsConfiguration) |
| |
| void | IsoServer_setTcpPort (IsoServer self, int port) |
| |
| void | IsoServer_setLocalIpAddress (IsoServer self, const char *ipAddress) |
| |
| IsoServerState | IsoServer_getState (IsoServer self) |
| |
| void | IsoServer_setConnectionHandler (IsoServer self, ConnectionIndicationHandler handler, void *parameter) |
| |
| void | IsoServer_setAuthenticator (IsoServer self, AcseAuthenticator authenticator, void *authenticatorParameter) |
| |
| AcseAuthenticator | IsoServer_getAuthenticator (IsoServer self) |
| |
| void * | IsoServer_getAuthenticatorParameter (IsoServer self) |
| |
| TLSConfiguration | IsoServer_getTLSConfiguration (IsoServer self) |
| |
| void | IsoServer_startListening (IsoServer self) |
| |
| void | IsoServer_stopListening (IsoServer self) |
| |
| void | IsoServer_startListeningThreadless (IsoServer self) |
| |
| void | IsoServer_processIncomingMessages (IsoServer self) |
| |
| int | IsoServer_waitReady (IsoServer self, unsigned int timeoutMs) |
| |
| void | IsoServer_stopListeningThreadless (IsoServer self) |
| |
| void | IsoServer_closeConnection (IsoServer self, IsoConnection isoConnection) |
| |
| void | IsoServer_destroy (IsoServer self) |
| |