Method | Description | |
---|---|---|
AppProcedure ( |
||
Create ( int type ) : IUsage |
Creates new instances of DisCoRegistration
|
|
DataModel ( ) : ReloadGlobals.DataModel | ||
DisCoRegistration ( |
This contructor should be taken if you want to create a DisCoRegistration from wire.
|
|
DisCoRegistration ( string resName, string coordinate, |
This constructor instanciates a DisCoRegistration containing the Destination List towards the focus and its coordinate value.
|
|
Encapsulate ( System.Boolean exists ) : |
||
Equals ( object obj ) : bool |
Compares if two DisCoRegistration are equal.
|
|
FromReader ( |
Deserializes a DisCoRegistration from byte stream.
|
|
Report ( ) : string | ||
dump ( |
Serialzes a DisCoRegistration to wire.
|
public AppProcedure ( |
||
transport | ||
kindRes | List |
|
return | void |
public Create ( int type ) : IUsage | ||
type | int | Not used, set it -1 for example |
return | IUsage |
public DataModel ( ) : ReloadGlobals.DataModel | ||
return | ReloadGlobals.DataModel |
public DisCoRegistration ( |
||
manager | ||
return | System |
public DisCoRegistration ( string resName, string coordinate, |
||
resName | string | |
coordinate | string | The focus' relative position in the network. |
nodeId | ||
manager | ||
return | System |
public Encapsulate ( System.Boolean exists ) : |
||
exists | System.Boolean | |
return |
public Equals ( object obj ) : bool | ||
obj | object | DisCoRegistration to compare. |
return | bool |
public FromReader ( |
||
rm | Not used. | |
reader | /// The binary reader containing the entire RELOAD message | |
usage_size | long | Not used. DisCoReg has fixed length |
return | IUsage |
public dump ( |
||
writer | A BinaryWriter containing the entire byte /// stream | |
return |