示例#1
0
 private static void ReceiveRHDataAsync()
 {
     RH.receivedData(HANDTYPE.RIGHT_HAND);
 }
 private void ReceiveRHData()
 {
     RH.receivedData(HANDTYPE.RIGHT_HAND);
 }
示例#3
0
 private static void ReceiveLHDataAsync()
 {
     LH.receivedData(HANDTYPE.LEFT_HAND);
 }
 private void ReceiveLHData()
 {
     LH.receivedData(HANDTYPE.LEFT_HAND);
 }