GetRegisterInputSigned() 개인적인 메소드

private GetRegisterInputSigned ( int index ) : short
index int
리턴 short
예제 #1
0
 public Int16 this [int indexer] {
     get {
         return(core.GetRegisterInputSigned(indexer));
     }
     set {
         core.SetRegisterInput(indexer, value);
     }
 }