Пример #1
0
 public static bool pl_create_smart_stream_struct(out PvTypes.smart_stream_type smtStreamStruct,
                                                  UInt16 entries)
 {
     if (m_is64bit)
     {
         return(Pvcam64.pl_create_smart_stream_struct(out smtStreamStruct, entries));
     }
     else
     {
         return(Pvcam32.pl_create_smart_stream_struct(out smtStreamStruct, entries));
     }
 }