Method | Description | |
---|---|---|
AddRouting ( int key, System.Guid srcUuid, IRemote routeTo ) : void | ||
RouteData ( int key, System.Guid srcUuid, byte data, int len, int offset ) : void |
public AddRouting ( int key, System.Guid srcUuid, IRemote routeTo ) : void | ||
key | int | |
srcUuid | System.Guid | |
routeTo | IRemote | |
return | void |
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 |