예제 #1
0
 public static extern bool ISD_GetCommInfo(
     int handle,
     ref ISD_TRACKER_INFO_TYPE Tracker
     );
예제 #2
0
 public static extern bool ISD_SetTrackerConfig(
     int handle,
     ref ISD_TRACKER_INFO_TYPE Tracker,
     bool verbose
     );
예제 #3
0
		public static extern bool ISD_GetCommInfo( 
			IntPtr handle,		// handle is ISD_TRACKER_HANDLE==IntPtr
			out ISD_TRACKER_INFO_TYPE Tracker);
예제 #4
0
		public static extern bool ISD_SetTrackerConfig(
			IntPtr handle,		// handle is ISD_TRACKER_HANDLE==IntPtr
			out ISD_TRACKER_INFO_TYPE Tracker, 
			bool verbose);		// might have to be int instead of bool
예제 #5
0
 public static extern bool ISD_GetCommInfo(
     IntPtr handle,                      // handle is ISD_TRACKER_HANDLE==IntPtr
     out ISD_TRACKER_INFO_TYPE Tracker);
예제 #6
0
 public static extern bool ISD_SetTrackerConfig(
     IntPtr handle,                      // handle is ISD_TRACKER_HANDLE==IntPtr
     out ISD_TRACKER_INFO_TYPE Tracker,
     bool verbose);                      // might have to be int instead of bool