C# Class Gate.Broker

Show file Open project: fingerpasswang/GateSharp

Public Methods

Method Description
AddRouting ( int key, System.Guid srcUuid, IRemote routeTo ) : void
RouteData ( int key, System.Guid srcUuid, byte data, int len, int offset ) : void

Method Details

AddRouting() public method

public AddRouting ( int key, System.Guid srcUuid, IRemote routeTo ) : void
key int
srcUuid System.Guid
routeTo IRemote
return void

RouteData() public method

public RouteData ( int key, System.Guid srcUuid, byte data, int len, int offset ) : void
key int
srcUuid System.Guid
data byte
len int
offset int
return void