Ejemplo n.º 1
0
 public void SendDI(System.IntPtr exConn, System.IntPtr interaction)
 {
     CppDataInteraction.SendDI(exConn, interaction);
 }
Ejemplo n.º 2
0
 public void SetDIReceivedCallback(System.IntPtr exConnPtr, NetSimAgent.DIReceivedCallback dIReceivedCallback)
 {
     CppDataInteraction.SetDIReceivedCallback(exConnPtr, dIReceivedCallback);
 }
Ejemplo n.º 3
0
 public int DataInteractionNumVarFields(System.IntPtr interaction)
 {
     return(CppDataInteraction.DataInteractionNumVarFields(interaction));
 }
Ejemplo n.º 4
0
 public int DataInteractionVarDatumId(System.IntPtr interaction, int index)
 {
     return(CppDataInteraction.DataInteractionVarDatumId(interaction, index));
 }
Ejemplo n.º 5
0
 public void AddDataInteractionVarString(System.IntPtr interaction, string data, int dataLength, uint datumParam)
 {
     CppDataInteraction.AddDataInteractionVarString(interaction, data, dataLength, datumParam);
 }
Ejemplo n.º 6
0
 public System.IntPtr ReadDataInteractionVarString(System.IntPtr interaction, int index)
 {
     return(CppDataInteraction.ReadDataInteractionVarString(interaction, index));
 }
Ejemplo n.º 7
0
 public void AddDataInteractionFixedFloat(System.IntPtr interaction, float data, uint datumParam)
 {
     CppDataInteraction.AddDataInteractionFixedFloat(interaction, data, datumParam);
 }
Ejemplo n.º 8
0
 public float ReadDataInteractionFixedFloat(System.IntPtr interaction, int index)
 {
     return(CppDataInteraction.ReadDataInteractionFixedFloat(interaction, index));
 }
Ejemplo n.º 9
0
 public ulong DIRequestId(System.IntPtr interaction)
 {
     return(CppDataInteraction.DIRequestId(interaction));
 }
Ejemplo n.º 10
0
 public void SetDIRequestId(System.IntPtr interaction, ulong requestId)
 {
     CppDataInteraction.SetDIRequestId(interaction, requestId);
 }
Ejemplo n.º 11
0
 public void SetDIReceiverId(System.IntPtr interaction, NetStructs.EntityId recieverId)
 {
     CppDataInteraction.SetDIReceiverId(interaction, recieverId);
 }
Ejemplo n.º 12
0
 public NetStructs.EntityId DIReceiverId(System.IntPtr interaction)
 {
     return(CppDataInteraction.DIReceiverId(interaction));
 }
Ejemplo n.º 13
0
 public void SetDISenderId(System.IntPtr interaction, NetStructs.EntityId senderId)
 {
     CppDataInteraction.SetDISenderId(interaction, senderId);
 }
Ejemplo n.º 14
0
 public void DeleteDataInteraction(System.IntPtr interaction)
 {
     CppDataInteraction.DeleteDataInteraction(interaction);
 }
Ejemplo n.º 15
0
 public System.IntPtr CreateDataInteraction()
 {
     return(CppDataInteraction.CreateDataInteraction());
 }