Example #1
0
 internal virtual async Task <YDevice> getYDevice()
 {
     return(await _yapi.funcGetDevice(_className, _func));
 }