예제 #1
0
 public static Camera_Shape EvtResistE(
     this Camera_Shape src
     , [CallerFilePath] string callerpath = null
     , [CallerLineNumber] int line        = 0
     , [CallerMemberName] string name     = null)
 {
     return(src.ChkNullResult_Cam(src.ChknullClass_Cam(callerpath, line, name)
                                  .EvtResist()));
 }
예제 #2
0
 public static byte[] BuffGetAllE(
     this Camera_Shape src
     , [CallerFilePath] string callerpath = null
     , [CallerLineNumber] int line        = 0
     , [CallerMemberName] string name     = null)
 {
     src.ChkNullResult_Cam(src.ChknullClass_Cam(callerpath, line, name)
                           .BuffGetAll());
     return(src.BuffData);
 }