Ejemplo n.º 1
0
 public static extern bool LslRefreshListSetData(int iRLB, ref SRLVarInfo vari, byte[] tx, int bytesize);
Ejemplo n.º 2
0
 public static extern bool LslRefreshListMakeSRLVarInfo(ref SRLVarInfo vari, uint dwAddr, uint dwSize, byte LslBit_Info, LslType Type);
Ejemplo n.º 3
0
 public static extern bool LslRefreshListGetVarInfo(int iRlb, [MarshalAs(UnmanagedType.LPStr)]string Servername, ref SRLVarInfo vari);
Ejemplo n.º 4
0
 public static extern bool LslRefreshListGetVarInfo(int iRlb, Byte[] Servername, ref SRLVarInfo vari);
Ejemplo n.º 5
0
 public static extern bool LslRefreshListGetData(int iRlb, ref SRLVarInfo vari, byte[] rx, int bytesize);
Ejemplo n.º 6
0
 public static extern bool LslRefreshListAdd(int iRlb, ref SRLVarInfo vari, uint dwVarID, uint dwRefreshTime, CpReflist reflist);