The ZMQDevice class

(No version information available, might only be in Git)

简介

类摘要

ZMQDevice {
/* Methods */
__construct ( ZMQSocket $frontend , ZMQSocket $backend [, ZMQSocket $listener ] )
public getIdleTimeout ( void ) : ZMQDevice
public getTimerTimeout ( void ) : ZMQDevice
public run ( void ) : void
public setIdleCallback ( callable $cb_func , int $timeout [, mixed $user_data ] ) : ZMQDevice
public setIdleTimeout ( int $timeout ) : ZMQDevice
public setTimerCallback ( callable $cb_func , int $timeout [, mixed $user_data ] ) : ZMQDevice
public setTimerTimeout ( int $timeout ) : ZMQDevice
}

Table of Contents