示例#1
0
 int IBluetopiaApi.BSC_Initialize(byte[] HCI_DriverInformation,
                                  /*unsigned long*/ StackConsts.BSC_INITIALIZE_FLAGs Flags)
 {
     //TestStru6();
     //
     return(NativeMethods.BSC_Initialize(HCI_DriverInformation, Flags));
 }
示例#2
0
 int IBluetopiaApi.BSC_Initialize(byte[] HCI_DriverInformation,
                                  /*unsigned long*/ StackConsts.BSC_INITIALIZE_FLAGs Flags)
 {
     return(99);
 }
示例#3
0
 internal static extern int BSC_Initialize([In] byte[] HCI_DriverInformation,
                                           /*unsigned long*/ StackConsts.BSC_INITIALIZE_FLAGs Flags);
示例#4
0
 int IBluetopiaApi.BSC_Initialize(ref Structs.HCI_DriverInformation__HCI_COMMDriverInformation HCI_DriverInformation,
                                  /*unsigned long*/ StackConsts.BSC_INITIALIZE_FLAGs Flags)
 {
     return(99);
 }
示例#5
0
 internal static extern int BSC_Initialize([In] ref Structs.HCI_DriverInformation__HCI_COMMDriverInformation HCI_DriverInformation,
                                           /*unsigned long*/ StackConsts.BSC_INITIALIZE_FLAGs Flags);