C# Class NetMQ.NetMQBeacon.Shim

Inheritance: IShimHandler
Show file Open project: NetMQ/NetMQ3-x

Public Methods

Method Description
Run ( PairSocket shim ) : void

Private Methods

Method Description
Compare ( [ a, [ b, int size ) : bool
Configure ( [ interfaceName, int port ) : void
OnPipeReady ( object sender, NetMQSocketEventArgs e ) : void
OnUdpReady ( Socket socket ) : void
PingElapsed ( object sender, NetMQ.NetMQTimerEventArgs e ) : void
ReceiveUdpFrame ( string &peerName ) : NetMQFrame
SendUdpFrame ( NetMQFrame frame ) : void

Method Details

Run() public method

public Run ( PairSocket shim ) : void
shim PairSocket
return void