示例#1
0
 static int FromRealTimeSignum(Int32 offset, out Int32 rval)
 {
     if (!AndroidUtils.AreRealTimeSignalsSafe())
     {
         throw new PlatformNotSupportedException("Real-time signals are not supported on this Android architecture");
     }
     return(HelperFromRealTimeSignum(offset, out rval));
 }