mirror of
https://github.com/faragher/RNS_CS_Dev.git
synced 2024-11-28 18:21:03 +01:00
Documenting, altering Namespaces
This commit is contained in:
parent
9791a3e1d7
commit
36b07fc150
@ -25,6 +25,9 @@
|
||||
|
||||
namespace RNS
|
||||
{
|
||||
/// <summary>
|
||||
/// Initial Interface class
|
||||
/// </summary>
|
||||
public class Interface
|
||||
{
|
||||
public bool IN = false;
|
||||
@ -56,6 +59,9 @@ namespace RNS
|
||||
public int ifac_size;
|
||||
//List<>
|
||||
|
||||
/// <summary>
|
||||
/// Basic initialization
|
||||
/// </summary>
|
||||
public Interface()
|
||||
{
|
||||
rxb = 0;
|
||||
@ -68,6 +74,9 @@ namespace RNS
|
||||
Callbacks = new CallbackClass();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Arguments for callback event handler
|
||||
/// </summary>
|
||||
public class CallbackArgs : EventArgs
|
||||
{
|
||||
public byte[] Message { get; private set; }
|
||||
@ -79,6 +88,9 @@ namespace RNS
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Class for callback event handler
|
||||
/// </summary>
|
||||
public class CallbackClass
|
||||
{
|
||||
//public delegate void CallbackEventHandler(object sender, CallbackArgs args);
|
||||
|
1512
Interfaces/RNodeInterface.cs
Normal file
1512
Interfaces/RNodeInterface.cs
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user